function GnbNav(a,b) {
	var url = "/swf/main_menu.swf?hn="+a+"&sn="+b;
	var id = "GnbNav";
	var w = 750;
	var h = 55;
	var bg = "#FFFFFF";
	var t = "transparent";

	
	document.write("\
		<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width="+w+" height="+h+" id="+id+">\
		<param name='movie' value="+url+" />\
		<param name='wmode' value="+t+" />\
		<param name='bgcolor' value="+bg+" />\
		<param name='allowScriptAccess' value='always' />\
		<param name='quality' value='high' />\
		<param name='menu' value='false' />\
		<embed src="+url+" width="+w+" height="+h+" name="+id+" bgcolor="+bg+" wmode="+t+" allowScriptAccess='always' quality='high' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />\
		</object>\
	");
	
	//document.write('<img src="/img/common/flashnav.jpg" width="750" height="55" alt=""><br>');
}

function customer() { location.href="javascript:alert('ÁØºñÁßÀÔ´Ï´Ù.')"; } //


try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}


u1 = "/antives_01.htm";
u11 = "/antives_01.htm";
u12 = "/antives_02.htm";
u13 = "/antives_03.htm";


u2 = "/nouvelle.htm";
u21 = "/nouvelle.htm";
u22 = "/magnifique.htm";
u23 = "/flamme.htm";
u24 = "/secret.htm";
u25 = "/complet.htm";
u26 = "/souvenir.htm";
u27 = "/laverte.htm";
u28 = "/frais.htm";
u29 = "/mignon.htm";



u3 = "/lobby.htm";
u31 = "/lobby.htm";
u32 = "/corridor.htm";
u33 = "/elevator.htm";
u34 = "/drawing.htm";



u4 = "/reservation_01.htm";
u41 = "/reservation_01.htm";
u42 = "/reservation_02.htm";



u5 = "/map.htm";
u51 = "/map.htm";



u6 = "/news.htm";
u61 = "/news.htm";
u62 = "/customer.htm";
u63 = "/event.htm";



    function link(){
	var url = "";
	var depth = arguments.length;
	try {
		if(depth==0) return;
		else if(depth==1) url = eval("u"+arguments[0]);
		else if(depth==2) url = eval("u"+arguments[0]+arguments[1]);
		else if(depth==3) url = eval("u"+arguments[0]+arguments[1]+arguments[2]);
		else if(depth==4) url = eval("u"+arguments[0]+arguments[1]+arguments[2]+arguments[3]);

		if(url=="") alert("ÁØºñÁßÀÔ´Ï´Ù.");
		else location.href = url;

	}catch(e) { alert("ÁØºñÁßÀÔ´Ï´Ù."); }
}