function flashf(s,d,w,h,t) {
        return "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width="+w+" height="+h+" id="+d+"><param name=wmode value="+t+" /><param name=movie value="+s+" /><param name=quality value=high /><embed src="+s+" quality=high wmode="+t+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+w+" height="+h+"></embed></object>";
}

// write document contents
function documentwrite(src){
        document.write(src);
}

// assign code innerHTML
function setcode(target, code){
        target.innerHTML = code;
}

function goMenu(url) {
	var url=url.toUpperCase();
	if(url=='A') {
		location.href='/reservation/screen_l.asp';
		return;
	} else if (url=='B')	{
		location.href='/greeninfor/list_01.asp';
		return;
	} else if (url=='C')	{
		location.href='/mate/request_l.asp';
		return;
	} else if (url=='D')	{
		location.href='/information/list.asp';
		return;
	} else if (url=='E')	{
		location.href='/rounge/list_01.asp';
		return;
	} else if (url=='A1')	{
		location.href='/reservation/screen_l.asp';
		return;
	} else if (url=='A2')	{
		location.href='/reservation/confirm.asp';
		return;
	} else if (url=='A3')	{
		location.href='/reservation/group.asp';
		return;
	} else if (url=='A4')	{
		location.href='/reservation/info.asp';
		return;
	} else if (url=='D1')	{
		location.href='/information/list.asp';
		return;
	} else if (url=='D2')	{
		location.href='/information/lessen.asp';
		return;
	} else if (url=='D3')	{
		location.href='/information/list_02.asp';
		return;
	} else if (url=='D4')	{
		location.href='/information/list_03.asp';
		return;
	} else if (url=='D5')	{
		location.href='/information/list_04.asp';
		return;
	} else if (url=='D6')	{
		location.href='/information/list_05.asp';
		return;
	} else if (url=='C1')	{
		location.href='/mate/request_l.asp';
		return;
	} else if (url=='C2')	{
		location.href='/mate/mate_search.asp';
		return;
	} else if (url=='C3')	{
		location.href='/mate/mymate.asp';
		return;
	} else if (url=='C4')	{
		location.href='/mate/job_l.asp';
		return;
	} else if (url=='B1')	{
		location.href='/greeninfor/list_01.asp';
		return;
	} else if (url=='B2')	{
		location.href='/greeninfor/list_02.asp';
		return;
	} else if (url=='B3')	{
		location.href='/greeninfor/list_03.asp';
		return;
	} else if (url=='E1')	{
		location.href='/rounge/list_01.asp';
		return;
	} else if (url=='E2')	{
		location.href='/rounge/list_01.asp?b_idx=19';
		return;
	} else if (url=='E3')	{
		location.href='/rounge/list_04.asp';
		return;
	} else if (url=='E4')	{
		location.href='/rounge/list_03.asp';
		return;
	}
}