﻿//-------- 베스트 호텔 박스 왼쪽 레이어설정
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


//----- 메뉴 마우스이벤트
if (document.images)
{
	img_on =new Image();
	img_off=new Image();
}

function handlePress(OnImgUrl,ImgName)
{
	//alert(ImgName.name);
	var strImgName = ImgName.name;
	if(document.images)
		document.forms[0].elements[strImgName].src = OnImgUrl;

}

function handleRelease(OffImgUrl,ImgName)
{
	var strImgName = ImgName.name;
	if(document.images)
		document.Form1.elements[strImgName].src = OffImgUrl;
		//document.forms[0].elements
}

function QueryString(sName)
{
	
	var sSource = String(window.document.location); 
	var sReturn = "";
	var sQUS	= "?";
	var sAMP	= "&";
	var sEQ		= "=";
	var iPos;

	iPos = sSource.indexOf(sQUS);


	var strQuery	= sSource.substr(iPos+1, sSource.length - iPos);// ? 뒤에오는 파라미터 모두
	var strLCQuery	= strQuery;

	var strLCQuery	= strQuery.toLowerCase();

	var ArrPathStr  = strLCQuery.split("&");// & 로 짜른다.

	if(ArrPathStr[0] != null)
	{
		
		str = ArrPathStr[0].split("="); // = 로 짜른다.
		if(str[1] != null)
			_LM1 = str[1].toString();
	}

	if(ArrPathStr[1] != null)
	{
		str = ArrPathStr[1].split("=");
		if(str[1] != null)
			_LM2 = str[1].toString();
	}
	if(ArrPathStr[2] != null)
	{
		str = ArrPathStr[2].split("=");
		if(str[1] !=null)
			_TM1 = str[1].toString();
	}

	if(ArrPathStr[3] != null)
	{
		str = ArrPathStr[3].split("=");
		if(str[1] !=null)
			_TM2 = str[1].toString();
	}
}

//왼쪽메뉴 파라미터
var _LM1="";//Left메뉴 depth1
var _LM2="";//Left메뉴 depth2
var _TM1="";//Top메뉴 depth1
var _TM2="";//Top메뉴 depth2

//alert(window.document.location);
var strMyUrl = location.pathname;
var ArrPathName = "";

var page = QueryString(strMyUrl);

//----- 메뉴 마우스이벤트끝

function resizeSelf1() 
{
	self.resizeTo(document.body.scrollWidth , document.body.scrollHeight + 10);
}

function countryname(obj)
{
	if(obj == null || obj == '')
		obj = "wd";
	var _countryname = '';
	var _menus = new Array("japan","usa","oceania","asia","china","europe","world","recommend");
	
	var _asia = new Array("as","th","sg","my");
	var _japan = new Array("jp");
	var _europe = new Array("eu","fr","gb","it","de","pl","cz","hu","gr","tr","eg","no","dk","fi","se","at","be","nl","pt","es");
	var _china = new Array("ch","hk","mo","cn","tw");
	var _oceania = new Array("oc","au","nz");
	var _usa = new Array( "us","ca","mx");
	var _world = new Array("wd");
	var _recommend = new Array("re");

	for(i=0; i<_menus.length; i++)
	{
		_temp = eval("_"+_menus[i]);	
		for(j=0; j<_temp.length; j++)
		{
			if(obj == _temp[j] )
			{
				_countryname = _menus[i];
			}
		}
	}
	return _countryname;
}

var TopMenuList = new Array('all','asia','usa','europe','oceania','china', 'japan','pick');

function Top_Menu_Open(obj, SiteCode)
{

	if(document.getElementById('seach_box') != null)
		ClickClose();
	for (i=0; i<TopMenuList.length; i++)
	{
		document.getElementById("topmenu_"+TopMenuList[i]).src ="http://images.rts.co.kr/B2B2C/Language/KR/" + SiteCode + "/_images/gnbmenu/type2_topmenu" + TopMenuList[i] + "_680_off.gif";
		document.getElementById("topmenu_"+TopMenuList[i]).value = "0";

		if(TopMenuList[i] != 'all' && TopMenuList[i] != 'pick')
		{
			document.getElementById("Type2_Top_"+TopMenuList[i]).style.display="none";
		}
	}
	document.getElementById("topmenu_all").src ="http://images.rts.co.kr/B2B2C/Language/KR/" + SiteCode + "/_images/gnbmenu/type2_topmenuall_700_off.gif";
	document.getElementById("topmenu_pick").src ="http://images.rts.co.kr/B2B2C/Language/KR/" + SiteCode + "/_images/gnbmenu/type2_topmenupick_700_off.gif";

	document.getElementById("topmenu_"+obj).src = "http://images.rts.co.kr/B2B2C/Language/KR/" + SiteCode + "/_images/gnbmenu/type2_topmenu" + obj + "_680_on.gif";
	document.getElementById("topmenu_"+obj).value = "1";
	document.getElementById("Type2_Top_"+obj).style.display="block";
}

function Top_Menu_Close(obj, SiteCode)
{
	//alert(SiteCode);
	document.getElementById("topmenu_"+obj).src = "http://images.rts.co.kr/B2B2C/Language/KR/" + SiteCode + "/_images/gnbmenu/type2_topmenu" + obj + "_680_off.gif";
	document.getElementById("topmenu_"+obj).value = "0";
	document.getElementById("Type2_Top_"+obj).style.display="none";
}
function IMG_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//mouseout
function IMG_swapImgRestore()
{ //v3.0
  var i,x,a=document.MM_sr; 
  for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) 
  {
	if(x.value != "1" )
	  {
		x.src=x.oSrc;
	  }
  }
}

function IMG_findObj(n, d) { //v4.01
  var p,i,x;  
  if(!d) d=document; 
  if((p=n.indexOf("?"))>0&&parent.frames.length)
  {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
  }
  
  if(!(x=d[n])&&d.all) 
	x=d.all[n];

  for (i=0;!x&&i<d.forms.length;i++) 
	x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) 
	x=IMG_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) 
	x=d.getElementById(n); return x;
}

function IMG_swapImage() { //v3.0
  var i,j=0,x,a=IMG_swapImage.arguments; 
  document.MM_sr=new Array; 
  for(i=0;i<(a.length-2);i+=3)
  {
   if ((x=IMG_findObj(a[i]))!=null)
   {
		document.MM_sr[j++]=x; 
		if(!x.oSrc) 
			x.oSrc=x.src; 
		x.src=a[i+2];
	}
   }
}

function GoPTPResult()
{
	if(document.getElementById("Pass"))
	{
		window.location.href="http://itms.rts.co.kr/ASPX/eurailproducts/PTPSearchResult.aspx?sid=SEIL1-01#Pass";
	}
}

// 여행사 전용용 스크립트

function Hotel_autoSubResize() {
	
	try{
        
		self.resizeTo("680" , document.body.scrollHeight);

    }catch(e){

        try{
			var h = self.document.body.scrollHeight;
			self.document.all["htsResizeIframe"].location='http://www.itms.co.kr/real/resize.asp?h='+h;
		}catch(e){}

    }
}

//B2B2C 상단메뉴
function EurailGNB(Type)
{
	if(Type != 'PTP')
	 Type = 'PASS';

	var top = "";

	top +='<html>';
	top +='<head>';
	top +='<title>itms.co.kr</title>';
	top +='</head>';

	top +='<body topmargin="0" leftmargin="0" onload="Hotel_autoSubResize()">';
	top +='	<table align="left" border="0" width="680" cellpadding="0" cellspacing="0">';
	top +='		 <tr>';
	top +='			 <td>';
	top +='				<div id="wrapper">';

    top +='<iframe id="htsResizeIframe" name="htsResizeIframe" width="100%" height="0"></iframe>';

	document.write(top);

	EurailTop_TabMenu(Type)
}

//유레일 상단메뉴
function EurailTop_TabMenu(Type)
{
	var top='';

	top +='     <div id="maingnb_tab01">';
	top +='				<script language="javascript">TopEurail("'+ Type +'");</script>';
	top +='     </div>';

	document.write(top);

}

//유레일 좌측메뉴시 상단탭
function EurailLeft_TabMenu(Type)
{
	var top='';

	top +='     <div id="maingnb_tab01">';
	top +='     	<div id="maingnb_tab_left">';
	top +='     		<a href="/ASPX/eurailproducts/eurailproducts.aspx">';
	top +='						<img id="Tab_Pass" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_toptab_Pass_680_' + ((Type.toUpperCase() != "PTP") ? "on" : "off") + '.gif" border="0" onMouseover="IMG_swapImage(\'Tab_Pass\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_toptab_Pass_680_on.gif\',1)" onMouseout="IMG_swapImgRestore()">';
	top +='					</a>';
	top +='		 		</div>';
	top +='     	<div id="maingnb_tab_right">';
	top +='					<a href="/ASPX/eurailproducts/PTPSearchResult.aspx">';
	top +='						<img id="Tab_PTP" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_toptab_PTP_680_' + ((Type.toUpperCase() == "PTP") ? "on" : "off") + '.gif" border="0" onMouseover="IMG_swapImage(\'Tab_PTP\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_toptab_PTP_680_on.gif\',1)" onMouseout="IMG_swapImgRestore()">';
	top +='					</a>';
	top +='		 		</div>';
	top +='     </div>';
	document.write(top);

}


//BBC호텔GNB
function GNB(obj, SiteCode, MenuType)
{
	if(getCookie("GNB") == "pass")
	{
		EurailGNB();
		return false;
	}

	var top = "";

	top +='<html>';
	top +='<head>';
	top +='<title>itms.co.kr</title>';
	top +='</head>';

	top +='<body topmargin="0" leftmargin="0">';

    top +='<iframe id="htsResizeIframe" name="htsResizeIframe" width="100%" height="0"></iframe>';

	top +='	<table align="left" border="0" width="700" cellpadding="0" cellspacing="0">';
	top +='		 <tr valign="top">';
	top +='			 <td>';
	top +='				<div id="wrapper">';

	document.write(top);

	
//--####################################    Type1_Left_Menu   ##########################################-->
//	Type1_Left_Menu(SiteCode, obj);
//--####################################    Type2_Top_Menu  ##########################################-->
	Type2_Top_Menu(SiteCode, obj);
//	Type2_Left_Menu(SiteCode, obj);

}

//BBC 하단메뉴 공통

function Copyright()
{
	var bottom = '';

	bottom +='		</div>';	
	bottom +='		</td>';
	bottom +='	  </tr>';
	bottom +='	</table>';

	bottom +='</body>';
	bottom +='</html>';

	document.write(bottom);
}



// eu menu--------------------------------------------------------------------------------------------------------------
function EU_WidthMenu()
{
	var eu_width ="";

	eu_width += '<table cellpadding="0" cellspacing="0" width="100%" border="0">';
	eu_width += '	<tr>';
	eu_width += '		<td align ="left" background="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_topbg.jpg">';
	eu_width += '			<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_top1.jpg" usemap="#t1" id="t1" style="display:block"/>';
	eu_width += '			<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_top2.jpg" usemap="#t2" id="t2"	 style="display:none"/>';
	eu_width += '';
	eu_width += '			<map name="t1" id="t1">';
	eu_width += '				<area shape="rect" coords="5,14,83,30" href="javascript:eubbc_menu(\'t1\');" onfocus="this.blur()" />			<!--도시별-->';
	eu_width += '				<area shape="rect" coords="97,15,187,31" href="javascript:eubbc_menu(\'t2\');" onfocus="this.blur()" />		<!--지역별-->';
	eu_width += '			</map>';
	eu_width += '';
	eu_width += '			<map name="t2" id="t2">';
	eu_width += '				<map name="Map3" id="Map3">';
	eu_width += '				<area shape="rect" coords="3,12,122,38" href="javascript:eubbc_menu(\'t1\');" onfocus="this.blur()" />			<!--도시별-->';
	eu_width += '				<area shape="rect" coords="130,6,246,41" href="javascript:eubbc_menu(\'t2\');" onfocus="this.blur()" />		<!--지역별-->';
	eu_width += '			</map>';
	eu_width += '		</td>';
	eu_width += '		<td align ="right" background="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_topbg.jpg">';
	eu_width += '			<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_top3.jpg" usemap="#t3"/>';
	eu_width += '		</td>';
	eu_width += '	</tr>';
	eu_width += '	<tr>';
	eu_width += '		<td colspan="2" align="left" style="border-left:3px solid #2B90B6; border-right:5px solid #2B90B6; padding:0 15 5 15; border-bottom:4px solid #2B90B6;">';
	eu_width += '			<table cellpadding="0" cellspacing="0" border="0" width="640">';
	eu_width += '				<tr>';
	eu_width += '					<td style="padding-top:10px; padding-bottom:5px">';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_c0.jpg" usemap="#c0" id="c0" type="city" style="display:block"/>';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_l0.jpg" usemap="#l0" id="l0" style="display:none"/>';
	eu_width += '';
	eu_width += '						<map name="c0" id="c0">';
	eu_width += '							<area shape="rect" coords="2,3,90,15" href="javascript:eubbc_menu(\'c1\');" onfocus="this.blur()" />		<!--런던-->';
	eu_width += '							<area shape="rect" coords="118,3,192,15" href="javascript:eubbc_menu(\'c2\');" onfocus="this.blur()" />		<!--파리-->';
	eu_width += '							<area shape="rect" coords="220,2,293,16" href="javascript:eubbc_menu(\'c3\');" onfocus="this.blur()" />		<!--로마-->';
	eu_width += '						</map>';
	eu_width += '';
	eu_width += '						<map name="l0" id="l0">';
	eu_width += '							<area shape="rect" coords="3,3,129,17" href="javascript:eubbc_menu(\'l1\');" onfocus="this.blur()" />		<!--서유럽-->';
	eu_width += '							<area shape="rect" coords="136,2,258,17" href="javascript:eubbc_menu(\'l2\');" onfocus="this.blur()" />	<!--동유럽-->';
	eu_width += '							<area shape="rect" coords="269,3,423,17" href="javascript:eubbc_menu(\'l3\');" onfocus="this.blur()" />	<!--북유럽-->';
	eu_width += '							<area shape="rect" coords="436,2,633,17" href="javascript:eubbc_menu(\'l4\');" onfocus="this.blur()" />	<!--지중해&기타-->';
	eu_width += '						</map>';
	eu_width += '					</td>';
	eu_width += '				</tr>';
	eu_width += '				<tr>';
	eu_width += '					<td style="border:1px solid #ADC3CB; padding:5px" bgcolor="#E4F8FF">';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_c1.jpg" usemap="#c1" id="c1" type="city" style="display:block"/>';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_c2.jpg" usemap="#c2" id="c2" type="city" style="display:none"/>';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_c3.jpg" usemap="#c3" id="c3" type="city" style="display:none"/>';
	eu_width += '';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_l1.jpg" usemap="#l1" id="l1" style="display:none"/>';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_l2.jpg" usemap="#l2" id="l2" style="display:none"/>';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_l3.jpg" usemap="#l3" id="l3" style="display:none"/>';
	eu_width += '						<img align="absmiddle" border="0" src="http://images.rts.co.kr/Eurooms/BBCmenu/eurobbc_l4.jpg" usemap="#l4" id="l4" style="display:none"/>';
	eu_width += '					</td>';
	eu_width += '				</tr>';
	eu_width += '			</table>';
	eu_width += '		</td>';
	eu_width += '	</tr>';
	eu_width += '</table>';
	eu_width += '<br/>';
	eu_width += '';

	eu_width += '<map name="t3" id="t3">';
	eu_width += '<area shape="rect" coords="4,11,83,31" href="/ASPX/HotelProducts/HotelSearchInfo.aspx" onfocus="this.blur()"/>';
	eu_width += '<area shape="rect" coords="97,13,188,30" href="/ASPX/CustomerCenter/BookingList.aspx?SID=AML01-05" onfocus="this.blur()"/>';
	eu_width += '</map>';

	eu_width += '<map name="c1" id="c1">';
	eu_width += '	<area shape="rect" coords="3,2,90,13" href="javascript:ClickLeftSearchL(\'LON\',\'LON0021\');"/>				<!--리젠트파크, 유스톤역-->';
	eu_width += '	<area shape="rect" coords="100,0,205,13" href="javascript:ClickLeftSearchL(\'LON\',\'LON0002\');"/>		<!--킹스크로스역, 블룸스버리-->';
	eu_width += '	<area shape="rect" coords="213,2,302,12" href="javascript:ClickLeftSearchL(\'LON\',\'LON0001\');"/>		<!--패딩턴역, 베이스워터-->';
	eu_width += '	<area shape="rect" coords="309,1,425,13" href="javascript:ClickLeftSearchL(\'LON\',\'LON0017\');"/>		<!--메이페어, 옥스퍼드스트리트-->';
	eu_width += '	<area shape="rect" coords="435,1,520,13" href="javascript:ClickLeftSearchL(\'LON\',\'LON0020\');"/>		<!--소호, 피카딜리서커스-->';
	eu_width += '	<area shape="rect" coords="529,1,600,14" href="javascript:ClickLeftSearchL(\'LON\',\'LON0004\');"/>		<!--얼스코트, 컨싱턴-->';
	eu_width += '</map>';
	eu_width += '';
	eu_width += '<map name="c2" id="c2">';
	eu_width += '	<area shape="rect" coords="4,2,99,13" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0035\');" onfocus="this.blur()" />				<!--루브르박물관, 방돔광장-->';
	eu_width += '	<area shape="rect" coords="111,1,224,14" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0002\');" onfocus="this.blur()" />		<!--오페라-->';
	eu_width += '	<area shape="rect" coords="146,1,224,15" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0068\');" onfocus="this.blur()" />		<!--소르본대학, 판테옹-->';
	eu_width += '	<area shape="rect" coords="232,1,329,15" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0055\');" onfocus="this.blur()" />		<!--생제르맹, 뤽상브루공원-->';
	eu_width += '	<area shape="rect" coords="337,3,409,15" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0034\');" onfocus="this.blur()" />		<!--에펠탑, 앵발리드-->';
	eu_width += '	<area shape="rect" coords="416,2,486,15" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0023\');" onfocus="this.blur()" />		<!--상제리제, 개선문-->';
	eu_width += '	<area shape="rect" coords="495,2,574,15" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0038\');" onfocus="this.blur()" />		<!--생라자르역, 오페라-->';
	eu_width += '	<area shape="rect" coords="3,15,99,27" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0054\');" onfocus="this.blur()" />			<!--바스티유, 리퍼블릭광장-->';
	eu_width += '	<area shape="rect" coords="107,16,163,27" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0031\');" onfocus="this.blur()" />		<!--몽파르나쓰역-->';
	eu_width += '	<area shape="rect" coords="171,16,251,27" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0026\');" onfocus="this.blur()" />		<!--미다보다리, 에펠탑-->';
	eu_width += '</map>';
	eu_width += '';
	eu_width += '<map name="c3" id="c3">';
	eu_width += '	<area shape="rect" coords="3,1,47,13" href="javascript:ClickLeftSearchL(\'ROM\',\'ROM0008\');" onfocus="this.blur()" />			<!--테르미니역-->';
	eu_width += '	<area shape="rect" coords="58,2,94,14" href="javascript:ClickLeftSearchL(\'ROM\',\'ROM0001\');" onfocus="this.blur()" />			<!--콜로세움-->';
	eu_width += '	<area shape="rect" coords="99,2,194,13" href="javascript:ClickLeftSearchL(\'ROM\',\'ROM0010\');" onfocus="this.blur()" />		<!--트레비분수, 스페인계단-->';
	eu_width += '	<area shape="rect" coords="204,1,234,13" href="javascript:ClickLeftSearchL(\'ROM\',\'ROM0009\');" onfocus="this.blur()" />		<!--바티칸-->';
	eu_width += '</map>';
	eu_width += '';
	eu_width += '<map name="l1" id="l1">';
	eu_width += '	<area shape="rect" coords="3,2,21,12" href="javascript:ClickLeftSearch(\'NCE\');" onfocus="this.blur()" />			<!--니스-->';
	eu_width += '	<area shape="rect" coords="30,1,58,12" href="javascript:ClickLeftSearch(\'QLJ\');" onfocus="this.blur()" />			<!--루체른-->';
	eu_width += '	<area shape="rect" coords="65,2,96,13" href="javascript:ClickLeftSearch(\'LIS\');" onfocus="this.blur()" />			<!--리스본-->';
	eu_width += '	<area shape="rect" coords="104,2,140,13" href="javascript:ClickLeftSearch(\'MAD\');" onfocus="this.blur()" />	<!--마드리드-->';
	eu_width += '	<area shape="rect" coords="150,1,170,12" href="javascript:ClickLeftSearch(\'MUC\');" onfocus="this.blur()" />	<!--뮌헨-->';
	eu_width += '	<area shape="rect" coords="179,2,206,12" href="javascript:ClickLeftSearch(\'MIL\');" onfocus="this.blur()" />		<!--밀라노-->';
	eu_width += '	<area shape="rect" coords="216,1,263,13" href="javascript:ClickLeftSearch(\'BCN\');" onfocus="this.blur()" />	<!--바르셀로나-->';
	eu_width += '	<area shape="rect" coords="272,3,298,13" href="javascript:ClickLeftSearch(\'VCE\');" onfocus="this.blur()" />		<!--베니스-->';
	eu_width += '	<area shape="rect" coords="306,2,337,13" href="javascript:ClickLeftSearch(\'BRU\');" onfocus="this.blur()" />		<!--브뤼셀-->';
	eu_width += '	<area shape="rect" coords="343,2,391,14" href="javascript:ClickLeftSearch(\'AMS\');" onfocus="this.blur()" />	<!--암스테르담-->';
	eu_width += '	<area shape="rect" coords="400,2,438,13" href="javascript:ClickLeftSearch(\'EDI\');" onfocus="this.blur()" />		<!--에딘버러-->';
	eu_width += '	<area shape="rect" coords="446,1,482,13" href="javascript:ClickLeftSearch(\'ZIN\');" onfocus="this.blur()" />		<!--인터라켄-->';
	eu_width += '	<area shape="rect" coords="490,1,519,13" href="javascript:ClickLeftSearch(\'ZRH\');" onfocus="this.blur()" />		<!--취리히-->';
	eu_width += '	<area shape="rect" coords="528,2,584,13" href="javascript:ClickLeftSearch(\'FRA\');" onfocus="this.blur()" />		<!--프랑크루프트-->';
	eu_width += '</map>';
	eu_width += '';
	eu_width += '<map name="l2" id="l2">';
	eu_width += '	<area shape="rect" coords="2,2,42,12" href="javascript:ClickLeftSearch(\'WAW\');" onfocus="this.blur()"/>		<!--바르샤바-->';
	eu_width += '	<area shape="rect" coords="49,2,98,13" href="javascript:ClickLeftSearch(\'BUD\');" onfocus="this.blur()"/>		<!--부다페스트-->';
	eu_width += '	<area shape="rect" coords="102,2,133,13" href="javascript:ClickLeftSearch(\'VIE\');"  onfocus="this.blur()"/>		<!--비엔나-->';
	eu_width += '	<area shape="rect" coords="139,2,187,14" href="javascript:ClickLeftSearch(\'SZG\');" onfocus="this.blur()"/>		<!--짤쯔부르크-->';
	eu_width += '	<area shape="rect" coords="194,3,225,13" href="javascript:ClickLeftSearch(\'PRG\');" onfocus="this.blur()"/>		<!--프라하-->';
	eu_width += '</map>';
	eu_width += '';
	eu_width += '';
	eu_width += '<map name="l3" id="l3">';
	eu_width += '	<area shape="rect" coords="1,0,31,12" href="javascript:ClickLeftSearch(\'BGO\');" onfocus="this.blur()" />			<!--베르겐-->';
	eu_width += '	<area shape="rect" coords="39,1,78,14" href="javascript:ClickLeftSearch(\'STO\');" onfocus="this.blur()" />			<!--스톡홀롬-->';
	eu_width += '	<area shape="rect" coords="87,1,115,14" href="javascript:ClickLeftSearch(\'OSL\');" onfocus="this.blur()" />		<!--오슬로-->';
	eu_width += '	<area shape="rect" coords="123,3,160,13" href="javascript:ClickLeftSearch(\'CPH\');" onfocus="this.blur()" />	<!--코펜하겐-->';
	eu_width += '	<area shape="rect" coords="166,2,200,14" href="javascript:ClickLeftSearch(\'HEL\');" onfocus="this.blur()" />		<!--헬싱키-->';
	eu_width += '</map>';
	eu_width += '';
	eu_width += '<map name="l4" id="l4">';
	eu_width += '	<area shape="rect" coords="3,1,31,13" href="javascript:ClickLeftSearch(\'ATH\');" onfocus="this.blur()"/>			<!--아테네-->';
	eu_width += '	<area shape="rect" coords="39,2,76,13" href="javascript:ClickLeftSearch(\'IST\');" onfocus="this.blur()"/>			<!--이스탄불-->';
	eu_width += '	<area shape="rect" coords="84,2,114,14" href="javascript:ClickLeftSearch(\'CAI\');" onfocus="this.blur()"/>		<!--카이로-->';
	eu_width += '</map>';

	document.write(eu_width);
}

function eubbc_menu(type)
{
	var list = new Array("c1","c2","c3","l1","l2","l3","l4");

	switch(type)
	{
		case "t1" : 
			document.getElementById("t2").style.display="none";
			document.getElementById("l0").style.display="none";
			document.getElementById("l1").style.display="none";

			document.getElementById("t1").style.display="block";
			document.getElementById("c0").style.display="block";
			document.getElementById("c1").style.display="block";
			break;
		case "t2" :
			document.getElementById("t1").style.display="none";
			document.getElementById("c0").style.display="none";
			document.getElementById("c1").style.display="none";

			document.getElementById("t2").style.display="block";
			document.getElementById("l0").style.display="block";
			document.getElementById("l1").style.display="block";
			break;
		default : 
			for(i=0; i<list.length; i++)
			{
				if(document.getElementById(list[i]).style.display == "block")
					document.getElementById(list[i]).style.display = "none";
			}
			document.getElementById(type).style.display="block";
			break;
	}
}



////////////////////////////////////////////////////////////////////
//////////////////////B2B 호텔좌측메뉴(공통사용 type2)//////////////
////////////////////////////////////////////////////////////////////

/*function LeftHotel(SiteCode) 
	{
	var strLeftMenu = '';
	
	
	strLeftMenu += '	<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_type2wd.gif" vspace="15" usemap="#Left_Map" border="0">';
	
	
	strLeftMenu += '<map name="Left_Map">';

	strLeftMenu +='			  <area shape="rect" coords="1,0,170,14" href="/ASPX/Common/Loading.aspx?page=HotelProducts/japanHotel.aspx" onfocus="blur()"/>';	

	 strLeftMenu +='			  <area shape="rect" coords="1,19,22,33" href="javascript:ClickLeftSearch(\'TYO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="26,19,61,33" href="javascript:ClickLeftSearch(\'OSA\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="65,19,90,33" href="javascript:ClickLeftSearch(\'UKB\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="93,19,118,33" href="javascript:ClickLeftSearch(\'UKY\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="122,19,170,33" href="javascript:ClickLeftSearch(\'NGS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,33,32,47" href="javascript:ClickLeftSearch(\'NGO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="35,33,60,47" href="javascript:ClickLeftSearch(\'BPU\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="63,33,97,47" href="javascript:ClickLeftSearch(\'SPK\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="101,33,150,47" href="javascript:ClickLeftSearch(\'YOK\')" onfocus="blur()"/>';
	 strLeftMenu +='			  ';
	strLeftMenu +='			  <area shape="rect" coords="1,64,170,79" href="/ASPX/Common/Loading.aspx?page=HotelProducts/europeHotel.aspx" onfocus="blur()"/>';	

	 strLeftMenu +='			  <area shape="rect" coords="1,84,20,98" href="javascript:ClickLeftSearch(\'PAR\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="27,84,50,98" href="javascript:ClickLeftSearch(\'LON\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="57,84,78,98" href="javascript:ClickLeftSearch(\'ROM\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="85,84,107,98" href="javascript:ClickLeftSearch(\'NCE\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="113,84,150,98" href="javascript:ClickLeftSearch(\'QLJ\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,98,30,112" href="javascript:ClickLeftSearch(\'LIS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="37,98,75,112" href="javascript:ClickLeftSearch(\'MAD\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="82,98,105,112" href="javascript:ClickLeftSearch(\'MUC\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="110,98,148,112" href="javascript:ClickLeftSearch(\'MIL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  ';
	strLeftMenu +='			  <area shape="rect" coords="1,130,170,145" href="/ASPX/Common/Loading.aspx?page=HotelProducts/usHotel.aspx" onfocus="blur()"/>';
	 
	 strLeftMenu +='			  <area shape="rect" coords="1,149,56,163" href="javascript:ClickLeftSearch(\'LAX\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="62,149,108,163" href="javascript:ClickLeftSearch(\'LAS\')" onfocus="blur()"/>'; 
	 strLeftMenu +='			  <area shape="rect" coords="116,149,150,163" href="javascript:ClickLeftSearch(\'NYC\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,163,58,177" href="javascript:ClickLeftSearch(\'SFO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="63,163,138,177" href="javascript:ClickLeftSearch(\'IAG\')" onfocus="blur()"/>';	
	 strLeftMenu +='				';	

	strLeftMenu +='			  <area shape="rect" coords="1,194,170,209" href="/ASPX/Common/Loading.aspx?page=HotelProducts/ChinaHotel.aspx"/>';

	 strLeftMenu +='			  <area shape="rect" coords="1,216,23,230" href="javascript:ClickLeftSearch(\'HKG\')"/>';
	 strLeftMenu +='			  <area shape="rect" coords="27,216,58,230" href="javascript:ClickLeftSearch(\'MFM\')"/>  ';
	 strLeftMenu +='			  <area shape="rect" coords="65,216,88,230" href="javascript:ClickLeftSearch(\'BJS\')"/>';
	 strLeftMenu +='			  <area shape="rect" coords="93,216,117,230" href="javascript:ClickLeftSearch(\'SHA\')"/>';
	 strLeftMenu +='			  <area shape="rect" coords="121,216,170,230" href="javascript:ClickLeftSearch(\'TPE\')"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="1,230,23,244" href="javascript:ClickLeftSearch(\'KWL\')"/>';		  
	 strLeftMenu +='			  <area shape="rect" coords="27,230,50,244" href="javascript:ClickLeftSearch(\'CAN\')"/>';
	 strLeftMenu +='			  <area shape="rect" coords="54,230,80,244" href="javascript:ClickLeftSearch(\'DLC\')"/>';
	 strLeftMenu +='			  <area shape="rect" coords="84,230,108,244" href="javascript:ClickLeftSearch(\'SZV\')"/>';

	 strLeftMenu +='			  <area shape="rect" coords="112,383,136,397" href="javascript:ClickLeftSearch(\'SHE\')"/>';
	 strLeftMenu +='			  <area shape="rect" coords="140,383,170,397" href="javascript:ClickLeftSearch(\'SZX\')"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,398,22,410" href="javascript:ClickLeftSearch(\'TAO\')"/>';
	 strLeftMenu +='			  <area shape="rect" coords="27,398,50,410" href="javascript:ClickLeftSearch(\'HGH\')"/>';
	 strLeftMenu +='			  ';

	
	strLeftMenu +='			  <area shape="rect" coords="3,261,68,277" href="/ASPX/Common/Loading.aspx?page=HotelProducts/AsiaHotel.aspx" onfocus="blur()"/>';	
	 	 
	 strLeftMenu +='			  <area shape="rect" coords="1,282,20,294" href="javascript:ClickLeftSearch(\'BKK\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="27,282,56,294" href="javascript:ClickLeftSearch(\'SIN\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="62,282,92,294" href="javascript:ClickLeftSearch(\'MNL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="100,282,117,294" href="javascript:ClickLeftSearch(\'HKT\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="123,282,155,294" href="javascript:ClickLeftSearch(\'LGK\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,296,27,309" href="javascript:ClickLeftSearch(\'BOM\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="37,296,57,309" href="javascript:ClickLeftSearch(\'DPS\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="63,296,102,309" href="javascript:ClickLeftSearch(\'KLO\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="112,296,131,309" href="javascript:ClickLeftSearch(\'CEB\')" onfocus="blur()"/>';	 	 
	 
	 strLeftMenu +='			  '; 	 

	strLeftMenu +='			  <area shape="rect" coords="3,325,170,342" href="/ASPX/Common/Loading.aspx?page=HotelProducts/OceaniaHotel.aspx" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,346,32,358" href="javascript:ClickLeftSearch(\'SYD\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="37,346,86,358" href="javascript:ClickLeftSearch(\'OOL\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="90,346,124,358" href="javascript:ClickLeftSearch(\'MEL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="128,346,170,358" href="javascript:ClickLeftSearch(\'BNE\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,361,35,373" href="javascript:ClickLeftSearch(\'AKL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="44,361,74,373" href="javascript:ClickLeftSearch(\'CNS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="82,361,124,373" href="javascript:ClickLeftSearch(\'ZQN\')" onfocus="blur()"/>';
	 strLeftMenu +='			  ';
	strLeftMenu += '</map>';

  document.write(strLeftMenu);
}*/


////////////////////////////////////////////////////////////////////
///////////////////////B2B 호텔좌측메뉴(Type1)//////////////////////
///////////////////////   메뉴 이미지 및 맵   //////////////////////
////////////////////////////////////////////////////////////////////

///전체호텔 좌측메뉴

function LeftHotel(SiteCode) 
	{
	var strLeftMenu = '';
	
	
	 strLeftMenu += '		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_wd.gif" vspace="15" usemap="#Left_Map" border="0">';	
	 strLeftMenu += '		<map name="Left_Map">';
   //일본지역
	 strLeftMenu +='			<area shape="rect" coords="3,0,170,14" href="/ASPX/Common/Loading.aspx?page=HotelProducts/JPHotel.aspx" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="1,17,22,31" href="javascript:ClickLeftSearch(\'TYO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="26,17,61,31" href="javascript:ClickLeftSearch(\'OSA\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="65,17,90,31" href="javascript:ClickLeftSearch(\'UKB\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="93,17,118,31" href="javascript:ClickLeftSearch(\'UKY\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="122,17,170,31" href="javascript:ClickLeftSearch(\'NGS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,32,32,47" href="javascript:ClickLeftSearch(\'NGO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="35,32,60,47" href="javascript:ClickLeftSearch(\'BPU\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="63,32,97,47" href="javascript:ClickLeftSearch(\'SPK\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="101,32,150,47" href="javascript:ClickLeftSearch(\'YOK\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,48,33,63" href="javascript:ClickLeftSearch(\'HKO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="37,48,85,63" href="javascript:ClickLeftSearch(\'FUK\')" onfocus="blur()"/>';
   //유럽지역
	 strLeftMenu +='			<area shape="rect" coords="3,78,170,90" href="/ASPX/Common/Loading.aspx?page=HotelProducts/europeHotel.aspx" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,96,28,110" href="javascript:ClickLeftSearch(\'PAR\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="34,96,57,110" href="javascript:ClickLeftSearch(\'LON\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="63,96,85,110" href="javascript:ClickLeftSearch(\'ROM\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="91,96,112,110" href="javascript:ClickLeftSearch(\'NCE\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="120,96,150,110" href="javascript:ClickLeftSearch(\'QLJ\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,110,36,124" href="javascript:ClickLeftSearch(\'LIS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="43,110,82,124" href="javascript:ClickLeftSearch(\'MAD\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="90,110,111,124" href="javascript:ClickLeftSearch(\'MUC\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="118,110,148,124" href="javascript:ClickLeftSearch(\'MIL\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,124,46,140" href="javascript:ClickLeftSearch(\'WAW\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="51,124,100,140" href="javascript:ClickLeftSearch(\'BCN\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="106,124,136,140" href="javascript:ClickLeftSearch(\'VCE\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="141,124,170,140" href="javascript:ClickLeftSearch(\'BGO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,140,36,153" href="javascript:ClickLeftSearch(\'BER\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="42,140,92,153" href="javascript:ClickLeftSearch(\'BUD\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="98,140,127,153" href="javascript:ClickLeftSearch(\'BRU\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="130,140,160,153" href="javascript:ClickLeftSearch(\'VIE\')" onfocus="blur()"/>';	 	 
	 strLeftMenu +='			  <area shape="rect" coords="1,153,46,168" href="javascript:ClickLeftSearch(\'STO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="52,153,83,168" href="javascript:ClickLeftSearch(\'ATH\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="90,153,131,168" href="javascript:ClickLeftSearch(\'AMS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,168,46,182" href="javascript:ClickLeftSearch(\'EDI\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="52,168,83,182" href="javascript:ClickLeftSearch(\'OSL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="89,168,128,182" href="javascript:ClickLeftSearch(\'IST\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,182,46,195" href="javascript:ClickLeftSearch(\'ZIN\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="52,182,83,195" href="javascript:ClickLeftSearch(\'ZRH\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="90,182,118,195" href="javascript:ClickLeftSearch(\'CAI\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="126,182,167,195" href="javascript:ClickLeftSearch(\'CPH\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,195,36,210" href="javascript:ClickLeftSearch(\'PRG\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="43,195,100,210" href="javascript:ClickLeftSearch(\'FRA\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="107,195,138,210" href="javascript:ClickLeftSearch(\'HEL\')" onfocus="blur()"/>';
   //미주지역
	 strLeftMenu +='			<area shape="rect" coords="3,225,170,242" href="/ASPX/Common/Loading.aspx?page=HotelProducts/usHotel.aspx" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,245,56,260" href="javascript:ClickLeftSearch(\'LAX\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="62,245,112,260" href="javascript:ClickLeftSearch(\'LAS\')" onfocus="blur()"/>'; 
	 strLeftMenu +='			  <area shape="rect" coords="118,245,150,260" href="javascript:ClickLeftSearch(\'NYC\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,260,58,273" href="javascript:ClickLeftSearch(\'SFO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="63,260,138,273" href="javascript:ClickLeftSearch(\'IAG\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,273,40,288" href="javascript:ClickLeftSearch(\'MIA\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="45,273,85,288" href="javascript:ClickLeftSearch(\'YMQ\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="91,273,123,288" href="javascript:ClickLeftSearch(\'YVR\')" onfocus="blur()"/>';	  
	 strLeftMenu +='			  <area shape="rect" coords="130,273,168,288" href="javascript:ClickLeftSearch(\'BOS\')" onfocus="blur()"/>'; 
	 strLeftMenu +='			  <area shape="rect" coords="1,288,40,302" href="javascript:ClickLeftSearch(\'SAN\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="46,288,78,302" href="javascript:ClickLeftSearch(\'SEA\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="84,288,115,302" href="javascript:ClickLeftSearch(\'CHI\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="120,288,168,302" href="javascript:ClickLeftSearch(\'ANA\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,302,31,317" href="javascript:ClickLeftSearch(\'ORL\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="36,302,68,317" href="javascript:ClickLeftSearch(\'WAS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="73,302,98,317" href="javascript:ClickLeftSearch(\'YQB\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="103,302,142,317" href="javascript:ClickLeftSearch(\'YTO\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,317,38,330" href="javascript:ClickLeftSearch(\'PDX\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="43,317,83,330" href="javascript:ClickLeftSearch(\'HNL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="90,317,130,330" href="javascript:ClickLeftSearch(\'HOU\')" onfocus="blur()"/>';
   //중국지역
	 strLeftMenu +='			<area shape="rect" coords="3,348,170,360" href="/ASPX/Common/Loading.aspx?page=HotelProducts/ChinaHotel.aspx" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,368,23,383" href="javascript:ClickLeftSearch(\'HKG\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="27,368,58,383" href="javascript:ClickLeftSearch(\'MFM\')" onfocus="blur()"/>  ';
	 strLeftMenu +='			  <area shape="rect" coords="65,368,88,383" href="javascript:ClickLeftSearch(\'BJS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="93,368,117,383" href="javascript:ClickLeftSearch(\'SHA\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="121,368,170,383" href="javascript:ClickLeftSearch(\'TPE\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="1,383,23,397" href="javascript:ClickLeftSearch(\'KWL\')" onfocus="blur()"/>';		  
	 strLeftMenu +='			  <area shape="rect" coords="27,383,50,397" href="javascript:ClickLeftSearch(\'CAN\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="54,383,80,397" href="javascript:ClickLeftSearch(\'DLC\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="84,383,108,397" href="javascript:ClickLeftSearch(\'SZV\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="112,383,136,397" href="javascript:ClickLeftSearch(\'SHE\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="140,383,170,397" href="javascript:ClickLeftSearch(\'SZX\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,398,22,410" href="javascript:ClickLeftSearch(\'TAO\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="27,398,50,410" href="javascript:ClickLeftSearch(\'HGH\')" onfocus="blur()"/>';
   //아시아지역
	 strLeftMenu +='			<area shape="rect" coords="3,428,170,442" href="/ASPX/Common/Loading.aspx?page=HotelProducts/AsiaHotel.aspx" onfocus="blur()"/>';		 	 
	 strLeftMenu +='			  <area shape="rect" coords="1,447,24,461" href="javascript:ClickLeftSearch(\'BKK\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="28,447,58,461" href="javascript:ClickLeftSearch(\'SIN\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="61,447,93,461" href="javascript:ClickLeftSearch(\'MNL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="98,447,121,461" href="javascript:ClickLeftSearch(\'HKT\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="125,447,161,461" href="javascript:ClickLeftSearch(\'LGK\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,461,32,475" href="javascript:ClickLeftSearch(\'BOM\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="36,461,60,475" href="javascript:ClickLeftSearch(\'DPS\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="65,461,105,475" href="javascript:ClickLeftSearch(\'KLO\')" onfocus="blur()"/>';	
	 strLeftMenu +='			  <area shape="rect" coords="111,461,140,475" href="javascript:ClickLeftSearch(\'CEB\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,475,40,489" href="javascript:ClickLeftSearch(\'JKT\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="45,475,87,489" href="javascript:ClickLeftSearch(\'USM\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="91,475,159,489" href="javascript:ClickLeftSearch(\'KUL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,489,32,503" href="javascript:ClickLeftSearch(\'PYX\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="36,489,60,503" href="javascript:ClickLeftSearch(\'PEN\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="65,489,98,503" href="javascript:ClickLeftSearch(\'PNH\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="102,489,140,503" href="javascript:ClickLeftSearch(\'HAN\')" onfocus="blur()"/>  ';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,503,30,517" href="javascript:ClickLeftSearch(\'SGN\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="38,503,70,517" href="javascript:ClickLeftSearch(\'HHQ\')" onfocus="blur()"/>';	 
   //호주지역지역	 
	 strLeftMenu +='			<area shape="rect" coords="3,535,170,550" href="/ASPX/Common/Loading.aspx?page=HotelProducts/OceaniaHotel.aspx" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="1,554,32,568" href="javascript:ClickLeftSearch(\'SYD\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="37,554,86,568" href="javascript:ClickLeftSearch(\'OOL\')" onfocus="blur()"/>';	 
	 strLeftMenu +='			  <area shape="rect" coords="90,554,124,568" href="javascript:ClickLeftSearch(\'MEL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="128,554,170,568" href="javascript:ClickLeftSearch(\'BNE\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,568,40,583" href="javascript:ClickLeftSearch(\'AKL\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="47,568,78,583" href="javascript:ClickLeftSearch(\'CNS\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="82,568,124,583" href="javascript:ClickLeftSearch(\'ZQN\')" onfocus="blur()"/>';
	 strLeftMenu +='			  <area shape="rect" coords="1,583,75,598" href="javascript:ClickLeftSearch(\'CHC\')" onfocus="blur()"/>';
	 strLeftMenu += '		</map>';

  document.write(strLeftMenu);
}


//japan호텔 좌측메뉴

function LeftJapanHotel(SiteCode) {
	
	var strLeftMenu = '';
	
	 strLeftMenu += '		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_jp.gif" vspace="15" usemap="#Left_Map" border="0">';	
	 strLeftMenu += '		<map name="Left_Map">';	
   //동경
	 strLeftMenu +='			<area shape="rect" coords="1,20,64,35"  href="javascript:ClickLeftSearch(\'TYO\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,35,50,50" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0025\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,52,116,65" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0024\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,65,135,78" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0032\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,78,125,92" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0008\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,92,53,106" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0016\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,106,100,120" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0012\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,120,75,134" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0022\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,134,102,148" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0020\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,148,45,162" href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0019\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,162,36,176" href="javascript:ClickLeftSearch(\'NRT\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,176,35,190" href="javascript:ClickLeftSearch(\'TYO\',\'TYO0015\')" onfocus="blur()"/>';
   //오사카	 
	 strLeftMenu +='			<area shape="rect" coords="1,198,74,212" href="javascript:ClickLeftSearch(\'OSA\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,212,43,227" href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0016\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,227,27,241" href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0012\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,241,53,255" href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0017\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,255,84,269" href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0019\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,269,83,283" href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0010\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,283,74,297" href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0011\')" onfocus="blur()"/>';
	 //기타지역
	 strLeftMenu +='			<area shape="rect" coords="1,340,42,354"	  href="javascript:ClickLeftSearch(\'KOJ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="47,340,78,354"	  href="javascript:ClickLeftSearch(\'KMQ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="84,340,108,354" 	  href="javascript:ClickLeftSearch(\'UKB\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="112,340,140,354" 	  href="javascript:ClickLeftSearch(\'UKY\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,354,40,368" 	  href="javascript:ClickLeftSearch(\'KMJ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="48,354,70,368" 	  href="javascript:ClickLeftSearch(\'QGU\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="76,354,110,368" 	  href="javascript:ClickLeftSearch(\'NNO\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="116,354,162,368" 	  href="javascript:ClickLeftSearch(\'NGS\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,368,35,382" 	  href="javascript:ClickLeftSearch(\'NGO\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="39,368,60,382" 	  href="javascript:ClickLeftSearch(\'ARN\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="68,368,120,382" 	  href="javascript:ClickLeftSearch(\'993\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,382,43,396" 	  href="javascript:ClickLeftSearch(\'TAK\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="48,382,71,396" 	  href="javascript:ClickLeftSearch(\'AL4\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="75,382,107,396" 	  href="javascript:ClickLeftSearch(\'TOY\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="112,382,156,396" 	  href="javascript:ClickLeftSearch(\'TKS\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,396,33,410" 	  href="javascript:ClickLeftSearch(\'TTJ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="40,396,78,410" 	  href="javascript:ClickLeftSearch(\'KMI\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="80,396,105,410" 	  href="javascript:ClickLeftSearch(\'BPU\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="110,396,146,410" 	  href="javascript:ClickLeftSearch(\'SPK\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,410,33,424" 	  href="javascript:ClickLeftSearch(\'SDJ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="38,410,78,424" 	  href="javascript:ClickLeftSearch(\'R76\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="83,410,124,424" 	  href="javascript:ClickLeftSearch(\'AOJ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="130,410,166,424" 	  href="javascript:ClickLeftSearch(\'AXT\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,424,33,438" 	  href="javascript:ClickLeftSearch(\'A05\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="38,424,79,438" 	  href="javascript:ClickLeftSearch(\'OKJ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="83,424,125,438" 	  href="javascript:ClickLeftSearch(\'OKA\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="130,424,173,438" 	  href="javascript:ClickLeftSearch(\'QKY\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,438,44,452" 	  href="javascript:ClickLeftSearch(\'YOK\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="48,438,86,452" 	  href="javascript:ClickLeftSearch(\'R69\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="90,438,115,452" 	  href="javascript:ClickLeftSearch(\'GCB\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="119,438,154,452" 	  href="javascript:ClickLeftSearch(\'HKO\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,452,43,466" 	  href="javascript:ClickLeftSearch(\'HKD\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="45,452,89,466" 	  href="javascript:ClickLeftSearch(\'FKS\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="92,452,137,466" 	  href="javascript:ClickLeftSearch(\'KUK\')" onfocus="blur()"/>';
	 strLeftMenu += '		</map>';
	
	document.write(strLeftMenu);

}

//중국
function LeftChinaHotel(SiteCode)
{
	var strLeftMenu ="";

	 strLeftMenu += '		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_china.gif" vspace="15" usemap="#Left_Map" border="0">';
	 strLeftMenu += '		<map name="Left_Map">';		
   //홍콩
	 strLeftMenu +='		  <area shape="rect"  coords="1,20,89,34" href="javascript:ClickLeftSearch(\'HKG\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,36,48,50" href="javascript:ClickLeftSearchL(\'HKG\',\'HKG0010\')" onfocus="blur()">';
	 strLeftMenu +='		  <area shape="rect"  coords="1,50,169,64" href="javascript:ClickLeftSearchL(\'HKG\',\'HKG0009\')" onfocus="blur()">';
	 strLeftMenu +='		  <area shape="rect"  coords="1,64,35,78" href="javascript:ClickLeftSearchL(\'HKG\',\'HKG0007\')" onfocus="blur()">';
	 strLeftMenu +='		  <area shape="rect"  coords="1,78,61,92" href="javascript:ClickLeftSearchL(\'HKG\',\'HKG0003\')" onfocus="blur()">';
	 strLeftMenu +='		  <area shape="rect"  coords="1,92,59,106" href="javascript:ClickLeftSearchL(\'HKG\',\'HKG0001\')" onfocus="blur()">';
   //마카오
	 strLeftMenu +='		  <area shape="rect"  coords="1,113,77,128" href="javascript:ClickLeftSearch(\'MFM\')" onfocus="blur()"/>';
   //북경
	 strLeftMenu +='		  <area shape="rect"  coords="1,135,70,150" href="javascript:ClickLeftSearch(\'BJS\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,152,72,165" href="javascript:ClickLeftSearchL(\'BJS\',\'BJS0004\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,165,37,179" href="javascript:ClickLeftSearchL(\'BJS\',\'BJS0001\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,179,145,193" href="javascript:ClickLeftSearchL(\'BJS\',\'BJS0005\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,193,63,207" href="javascript:ClickLeftSearchL(\'BJS\',\'BJS0007\')" onfocus="blur()"/>';
   //상해
	 strLeftMenu +='		  <area shape="rect"  coords="1,214,83,229" href="javascript:ClickLeftSearch(\'SHA\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,230,35,244" href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0001\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,244,35,258" href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0009\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,258,170,272" href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0002\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,272,27,286" href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0005\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,286,67,300" href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0003\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,300,47,314" href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0004\')" onfocus="blur()"/>';
   //기타지역
	 strLeftMenu +='		  <area shape="rect"  coords="1,338,23,352" href="javascript:ClickLeftSearch(\'KWL\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="27,338,52,352" href="javascript:ClickLeftSearch(\'KMG\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="56,338,80,352" href="javascript:ClickLeftSearch(\'CAN\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="85,338,108,352" href="javascript:ClickLeftSearch(\'LYA\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="112,338,135,352" href="javascript:ClickLeftSearch(\'NKG\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="139,338,170,352" href="javascript:ClickLeftSearch(\'NNG\')" onfocus="blur()"/>';	
	 strLeftMenu +='		  <area shape="rect"  coords="1,352,23,366" href="javascript:ClickLeftSearch(\'DLC\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="27,352,50,366" href="javascript:ClickLeftSearch(\'A46\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="56,352,80,366" href="javascript:ClickLeftSearch(\'WUH\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="85,352,109,366" href="javascript:ClickLeftSearch(\'FOC\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="113,352,135,366" href="javascript:ClickLeftSearch(\'SYX\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="140,352,170,366" href="javascript:ClickLeftSearch(\'XNN\')" onfocus="blur()"/>';	
	 strLeftMenu +='		  <area shape="rect"  coords="1,366,23,380" href="javascript:ClickLeftSearch(\'SIA\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="27,366,52,380" href="javascript:ClickLeftSearch(\'CTU\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="56,366,77,380" href="javascript:ClickLeftSearch(\'SZV\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="81,366,105,380" href="javascript:ClickLeftSearch(\'SHE\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="109,366,133,380" href="javascript:ClickLeftSearch(\'SZX\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="139,366,160,380" href="javascript:ClickLeftSearch(\'LJG\')" onfocus="blur()"/>';	
	 strLeftMenu +='		  <area shape="rect"  coords="1,380,42,394" href="javascript:ClickLeftSearch(\'URC\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="47,380,70,394" href="javascript:ClickLeftSearch(\'CSX\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="73,380,97,394" href="javascript:ClickLeftSearch(\'CGO\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="100,380,127,394" href="javascript:ClickLeftSearch(\'TNA\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="130,380,161,394" href="#" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,394,23,408" href="javascript:ClickLeftSearch(\'ZUH\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="28,394,50,408" href="javascript:ClickLeftSearch(\'CKG\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="53,394,78,408" href="javascript:ClickLeftSearch(\'TSN\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="80,394,105,408" href="javascript:ClickLeftSearch(\'TAO\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="110,394,135,408" href="javascript:ClickLeftSearch(\'TYN\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="138,394,168,408" href="javascript:ClickLeftSearch(\'XMN\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,408,32,422" href="javascript:ClickLeftSearch(\'HRB\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="37,408,60,422" href="#" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="65,408,90,422" href="javascript:ClickLeftSearch(\'HGH\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="93,408,115,422" href="javascript:ClickLeftSearch(\'HAK\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="120,408,168,422" href="javascript:ClickLeftSearch(\'TPE\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="1,422,33,436" href="javascript:ClickLeftSearch(\'TXG\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="38,422,74,436" href="javascript:ClickLeftSearch(\'KHH\')" onfocus="blur()"/>';
   //대만
	 strLeftMenu +='		  <area shape="rect"  coords="1,478,40,492" href="javascript:ClickLeftSearch(\'TPE\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="45,478,78,492" href="javascript:ClickLeftSearch(\'TXG\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect"  coords="83,478,120,492" href="javascript:ClickLeftSearch(\'KHH\')" onfocus="blur()"/>';
	 strLeftMenu += '		</map>';

	document.write(strLeftMenu);
}


//동남아시아
function LeftAsiaHotel(SiteCode)
{
	var strLeftMenu ="";

	 strLeftMenu += '		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_asia.gif" vspace="15" usemap="#Left_Map" border="0">';
	 strLeftMenu += '		<map name="Left_Map">';
   //방콕
	 strLeftMenu +='		  <area shape="rect" coords="1,20,80,35" href="javascript:ClickLeftSearch(\'BKK\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,35,97,50" href="javascript:ClickLeftSearchL(\'BKK\',\'BKK0001\');" onfocus="blur()"/>';
	 strLeftMenu +='  	  <area shape="rect" coords="1,50,55,64" href="javascript:ClickLeftSearchL(\'BKK\',\'BKK0001\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,64,54,78" href="javascript:ClickLeftSearchL(\'BKK\',\'BKK0003\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,78,86,93" href="javascript:ClickLeftSearchL(\'BKK\',\'BKK0004\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,93,31,107" href="javascript:ClickLeftSearchL(\'BKK\',\'BKK0005\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,107,38,121" href="javascript:ClickLeftSearchL(\'BKK\',\'BKK0006\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,121,83,135" href="javascript:ClickLeftSearchL(\'BKK\',\'BKK0006\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,135,58,150" href="javascript:ClickLeftSearchL(\'BKK\',\'BKK0006\');" onfocus="blur()"/>';
   //싱가폴
	 strLeftMenu +='		  <area shape="rect" coords="1,156,90,170" href="javascript:ClickLeftSearch(\'SIN\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,173,52,187" href="javascript:ClickLeftSearchL(\'SIN\',\'SIN0001\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,187,102,201" href="javascript:ClickLeftSearchL(\'SIN\',\'SIN0002\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,201,38,215" href="javascript:ClickLeftSearchL(\'SIN\',\'SIN0003\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,215,57,229" href="javascript:ClickLeftSearchL(\'SIN\',\'SIN0005\');" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,229,66,244" href="javascript:ClickLeftSearchL(\'SIN\',\'SIN0006\');" onfocus="blur()"/>';
   //기타지역
	 strLeftMenu +='		  <area shape="rect" coords="1,282,32,296" href="javascript:ClickLeftSearch(\'LGK\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="37,282,69,296" href="javascript:ClickLeftSearch(\'MNL\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="73,282,97,296" href="javascript:ClickLeftSearch(\'DPS\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="102,282,132,296" href="javascript:ClickLeftSearch(\'CEB\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,296,30,310" href="javascript:ClickLeftSearch(\'REP\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="36,296,78,310" href="javascript:ClickLeftSearch(\'JKT\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="83,296,124,310" href="javascript:ClickLeftSearch(\'CNX\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="130,296,166,310" href="javascript:ClickLeftSearch(\'KHH\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,310,40,324"  href="javascript:ClickLeftSearch(\'USM\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="46,310,104,324" href="javascript:ClickLeftSearch(\'KUL\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="110,310,154,324" href="javascript:ClickLeftSearch(\'TPE\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="1,324,31,338" href="javascript:ClickLeftSearch(\'PYX\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="37,324,60,338" href="javascript:ClickLeftSearch(\'PEN\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="65,324,89,338" href="javascript:ClickLeftSearch(\'HKT\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="93,324,126,338" href="javascript:ClickLeftSearch(\'PNH\')" onfocus="blur()"/>';
	 strLeftMenu +='		  <area shape="rect" coords="130,324,167,338" href="javascript:ClickLeftSearch(\'HAN\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,338,32,352"  href="javascript:ClickLeftSearch(\'SGN\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="38,338,75,352" href="javascript:ClickLeftSearch(\'HHQ\')" onfocus="blur()"/>';
	 strLeftMenu += '		</map>';

	document.write(strLeftMenu);
}


//유럽
function LeftEuropeHotel(SiteCode)
{
	var strLeftMenu = '';
	
	 strLeftMenu += '		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_eu.gif" vspace="15" usemap="#Left_Map" border="0">';
	 strLeftMenu += '		<map name="Left_Map">';
   //파리
	 strLeftMenu +='			<area shape="rect" coords="1,20,60,34" href="javascript:ClickLeftSearch(\'PAR\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,35,133,50" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0035\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,50,70,64" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0002\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,64,120,78" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0068\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,78,135,92" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0055\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,92,113,106" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0034\'); onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,106,122,120" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0023\');" onfocus="this.blur()"/>';	
	 strLeftMenu +='			<area shape="rect" coords="1,120,122,134" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0023\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,134,145,148" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0054\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,148,102,162" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0031\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,162,125,176" href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0026\');" onfocus="this.blur()"/>';
   //런던	 
	 strLeftMenu +='			<area shape="rect" coords="1,184,75,198" href="javascript:ClickLeftSearch(\'LON\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,200,100,214" href="javascript:ClickLeftSearchL(\'LON\',\'LON0021\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,214,118,228" href="javascript:ClickLeftSearchL(\'LON\',\'LON0002\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,228,100,242" href="javascript:ClickLeftSearchL(\'LON\',\'LON0001\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,242,125,256" href="javascript:ClickLeftSearchL(\'LON\',\'LON0017\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,256,98,270" href="javascript:ClickLeftSearchL(\'LON\',\'LON0020\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,270,80,284" href="javascript:ClickLeftSearchL(\'LON\',\'LON0004\');" onfocus="this.blur()"/>';
   //로마
	 strLeftMenu +='			<area shape="rect" coords="1,292,62,306" href="javascript:ClickLeftSearch(\'ROM\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,306,55,320" href="javascript:ClickLeftSearchL(\'ROM\',\'ROM0008\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,320,45,334" href="javascript:ClickLeftSearchL(\'ROM\',\'ROM0001\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,334,110,348" href="javascript:ClickLeftSearchL(\'ROM\',\'ROM0010\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,348,35,362" href="javascript:ClickLeftSearchL(\'ROM\',\'ROM0009\');" onfocus="this.blur()"/>';
   //서유럽
	 strLeftMenu +='			<area shape="rect" coords="1,419,24,433" href="javascript:ClickLeftSearch(\'NCE\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="26,419,57,433" href="javascript:ClickLeftSearch(\'QLJ\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="61,419,93,433" href="javascript:ClickLeftSearch(\'LIS\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="98,419,148,433" href="javascript:ClickLeftSearch(\'MAD\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,433,23,447" href="javascript:ClickLeftSearch(\'MUC\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="30,433,63,447" href="javascript:ClickLeftSearch(\'MIL\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="67,433,118,447" href="javascript:ClickLeftSearch(\'BCN\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="121,433,159,447" href="javascript:ClickLeftSearch(\'VCE\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,447,33,461" href="javascript:ClickLeftSearch(\'BER\');" onfocus="this.blur()"/>';	 
	 strLeftMenu +='			<area shape="rect" coords="38,447,70,461" href="javascript:ClickLeftSearch(\'BRU\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="75,447,130,461" href="javascript:ClickLeftSearch(\'AMS\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,461,41,475" href="javascript:ClickLeftSearch(\'EDI\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="48,461,87,475" href="javascript:ClickLeftSearch(\'ZIN\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="90,461,131,475" href="javascript:ClickLeftSearch(\'ZRH\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,475,60,489" href="javascript:ClickLeftSearch(\'FRA\');" onfocus="this.blur()"/>';
   //동유럽
	 strLeftMenu +='			<area shape="rect" coords="1,512,42,526" href="javascript:ClickLeftSearch(\'WAW\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="46,512,95,526" href="javascript:ClickLeftSearch(\'BUD\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="100,512,138,526" href="javascript:ClickLeftSearch(\'VIE\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,526,50,540" href="javascript:ClickLeftSearch(\'SZG\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="55,526,92,540" href="javascript:ClickLeftSearch(\'PRG\');" onfocus="this.blur()"/>';
   //북유럽
	 strLeftMenu +='			<area shape="rect" coords="1,563,33,577" href="javascript:ClickLeftSearch(\'BGO\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="38,563,76,577" href="javascript:ClickLeftSearch(\'STO\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="81,563,115,577" href="javascript:ClickLeftSearch(\'OSL\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="119,563,165,577" href="javascript:ClickLeftSearch(\'CPH\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,577,37,591" href="javascript:ClickLeftSearch(\'HEL\');" onfocus="this.blur()"/>';
   //기타지역
	 strLeftMenu +='			<area shape="rect" coords="1,615,30,629" href="javascript:ClickLeftSearch(\'ATH\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="35,615,78,629" href="javascript:ClickLeftSearch(\'IST\');" onfocus="this.blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="83,615,120,629" href="javascript:ClickLeftSearch(\'CAI\');" onfocus="this.blur()"/>';
	 strLeftMenu +='		</map>';
	
	 document.write(strLeftMenu);
}

//미주
function LeftUSHotel(SiteCode)
{
	var strLeftMenu = '';

	 strLeftMenu += '		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_us.gif" vspace="15" usemap="#Left_Map" border="0">';		
	 strLeftMenu += '		<map name="Left_Map">'; 
	 //로스엔젤레스
	 strLeftMenu +='			<area shape="rect" coords="1,19,128,33" href="javascript:ClickLeftSearch(\'LAX\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,35,90,49" href="javascript:ClickLeftSearchL(\'LAX\',\'LAX0004\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="97,35,142,49" href="javascript:ClickLeftSearchL(\'LAX\',\'LAX0005\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,49,49,63" href="javascript:ClickLeftSearchL(\'LAX\',\'LAX0001\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="53,49,122,63" href="javascript:ClickLeftSearchL(\'LAX\',\'LAX0016\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,63,60,77" href="javascript:ClickLeftSearchL(\'LAX\',\'LAX0010\')" onfocus="blur()"/>';
	 //라스베가스
	 strLeftMenu +='			<area shape="rect" coords="1,88,108,102" href="javascript:ClickLeftSearch(\'LAS\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,104,78,118" href="javascript:ClickLeftSearchL(\'LAS\',\'LAS0002\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,118,136,132" href="javascript:ClickLeftSearchL(\'LAS\',\'LAS0005\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,132,63,146" href="javascript:ClickLeftSearchL(\'LAS\',\'LAS0007\')" onfocus="blur()"/>';
	 //뉴욕
	 strLeftMenu +='			<area shape="rect" coords="1,155,82,170" href="javascript:ClickLeftSearch(\'NYC\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,170,104,184" href="javascript:ClickLeftSearchL(\'NYC\',\'NYC0014\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,184,55,198" href="javascript:ClickLeftSearchL(\'NYC\',\'NYC0013\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="65,184,164,198" href="javascript:ClickLeftSearchL(\'NYC\',\'NYC0009\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,198,105,212" href="javascript:ClickLeftSearchL(\'NYC\',\'NYC0008\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,212,63,226" href="javascript:ClickLeftSearchL(\'NYC\',\'NYC0006\')" onfocus="blur()"/>';
	 //샌프란시스코
	 strLeftMenu +='			<area shape="rect" coords="1,235,140,250" href="javascript:ClickLeftSearch(\'SFO\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,252,46,266" href="javascript:ClickLeftSearchL(\'SFO\',\'SFO0001\')"  onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,266,63,280" href="javascript:ClickLeftSearchL(\'SFO\',\'SFO0002\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,280,100,294" href="javascript:ClickLeftSearchL(\'SFO\',\'SFO0006\')" onfocus="blur()"/>';
	 //기타지역
	 strLeftMenu +='			<area shape="rect" coords="1,320,65,334" href="javascript:ClickLeftSearch(\'IAG\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="70,320,115,334" href="javascript:ClickLeftSearch(\'MSY\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="120,320,158,334" href="javascript:ClickLeftSearch(\'DFW\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,334,23,348" href="javascript:ClickLeftSearch(\'DEN\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="28,334,77,348" href="javascript:ClickLeftSearch(\'DTT\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="82,334,106,348" href="javascript:ClickLeftSearch(\'RNO\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="112,334,157,348" href="javascript:ClickLeftSearch(\'MIA\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,348,31,362" href="javascript:ClickLeftSearch(\'MEM\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="36,348,68,362" href="javascript:ClickLeftSearch(\'BOS\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="75,348,107,362" href="javascript:ClickLeftSearch(\'SJC\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="113,348,157,362" href="javascript:ClickLeftSearch(\'SAN\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,362,70,376" href="javascript:ClickLeftSearch(\'SLC\')"  onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="75,362,106,376" href="javascript:ClickLeftSearch(\'SEA\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="112,362,149,376" href="javascript:ClickLeftSearch(\'CHI\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,376,40,390" href="javascript:ClickLeftSearch(\'ANA\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="45,376,86,390" href="javascript:ClickLeftSearch(\'ATL\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="92,376,132,390" href="javascript:ClickLeftSearch(\'ANC\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="138,376,173,390" href="javascript:ClickLeftSearch(\'ORL\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,390,31,404" href="javascript:ClickLeftSearch(\'WAS\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="36,390,86,404" href="javascript:ClickLeftSearch(\'PHL\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="91,390,133,404" href="javascript:ClickLeftSearch(\'HNL\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="136,390,173,404" href="javascript:ClickLeftSearch(\'HOU\')" onfocus="blur()"/>';
	 //캐나다지역
	 strLeftMenu +='			<area shape="rect" coords="1,441,65,455" href="javascript:ClickLeftSearch(\'XLV\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="71,441,112,455" href="javascript:ClickLeftSearch(\'YMQ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="118,441,155,455" href="javascript:ClickLeftSearch(\'YVR\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="1,455,23,469" href="javascript:ClickLeftSearch(\'YBA\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="28,455,60,469" href="javascript:ClickLeftSearch(\'YOW\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="65,455,97,469" href="javascript:ClickLeftSearch(\'YYC\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="102,455,125,469" href="javascript:ClickLeftSearch(\'YQB\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="132,455,167,469" href="javascript:ClickLeftSearch(\'YTO\')" onfocus="blur()"/>';
	 //멕시코지역
	 strLeftMenu +='			<area shape="rect" coords="1,504,53,518" href="javascript:ClickLeftSearch(\'MEX\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="58,504,98,518" href="javascript:ClickLeftSearch(\'ACA\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="105,504,131,518" href="javascript:ClickLeftSearch(\'CUN\')" onfocus="blur()"/>';
	 strLeftMenu += '		</map>';
	 
	document.write(strLeftMenu);
}

//오세아니아
function LeftOceaniaHotel(SiteCode)
{
	var strLeftMenu ="";

	 strLeftMenu += '		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_Oceania.gif" vspace="15" usemap="#Left_Map" border="0">';
	 strLeftMenu += '		<map name="Left_Map">';
	 strLeftMenu +='			<area shape="rect" coords="5,20,37,35" href="javascript:ClickLeftSearch(\'SYD\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,36,37,49"  href="javascript:ClickLeftSearch(\'MEL\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,50,37,63" href="javascript:ClickLeftSearch(\'CNS\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,64,48,78" href="javascript:ClickLeftSearch(\'BNE\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,78,53,91" href="javascript:ClickLeftSearch(\'OOL\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,91,38,103" href="javascript:ClickLeftSearch(\'CBR\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,104,29,119" href="javascript:ClickLeftSearch(\'PER\')"  onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,119,28,131" href="javascript:ClickLeftSearch(\'DRW\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,131,70,145" href="javascript:ClickLeftSearch(\'ASP\')"  onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,145,49,159" href="javascript:ClickLeftSearch(\'AYQ\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,160,53,173" href="javascript:ClickLeftSearch(\'ADL\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,173,38,187" href="javascript:ClickLeftSearch(\'HBA\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,225,47,239" href="javascript:ClickLeftSearch(\'AKL\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,240,47,253" href="javascript:ClickLeftSearch(\'ROT\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,254,37,269" href="javascript:ClickLeftSearch(\'WLG\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,269,71,283" href="javascript:ClickLeftSearch(\'CHC\')" onfocus="blur()"/>';
	 strLeftMenu +='			<area shape="rect" coords="5,284,46,299" href="javascript:ClickLeftSearch(\'ZQN\')" onfocus="blur()"/>';
	 strLeftMenu += '		</map>';

	document.write(strLeftMenu);
}


////////////////////////////////////////////////////////////////////
/////////////////////B2B 유레일좌측메뉴(Type1)//////////////////////
////////////////////////////////////////////////////////////////////

function LeftEurail(Type)
{
	var strLeftMenu ='';

	strLeftMenu += '			<a href="/ASPX/CustomerCenter/BookingList.aspx" onfocus="this.blur()">';
	strLeftMenu += ' 				<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/Eurail_LeftMenu_Rail_03.jpg" align="absmiddle" border="0"/>';
	strLeftMenu += '			</a>';
	strLeftMenu += '			<div class="Vspace5"></div>';
	
	//패스메뉴이미지	
	if(Type != 'PTP')
	{		
		strLeftMenu +='	<div id="leftmenuborder">';
		strLeftMenu +='		<div class="Vspace15"></div>';		
		strLeftMenu +='		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/Eurail_LeftMenu_01.gif" border="0" align="absmiddle" usemap="#Eu_PASS">';		
		strLeftMenu +='			<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/Eurail_LeftMenu_02.gif" border="0" align="absmiddle">'; 		
		strLeftMenu +='			<table border="0" cellpadding="0" cellspacing="0" width="100%">'; 
		strLeftMenu +='				<tr>'; 
		strLeftMenu +='					<td style="padding:10 0 0 11;">'; 
		strLeftMenu +='						<select name="PremierTrainSelect" size="1" style="width:157px; font-family:Arial; color:#555555;" onchange="PremierTrain(this)">'; 
		strLeftMenu +='							<option value="">초고속열차 바로가기---</option>'; 
		strLeftMenu +='							<option value="300003">유로스타</option>'; 
		strLeftMenu +='							<option value="300013">탈리스</option>'; 
		strLeftMenu +='							<option value="300004">TGV리리아(프랑스-스위스)</option>'; 
		strLeftMenu +='							<option value="300007">제네바-프랑스지중해TGV</option>'; 
		strLeftMenu +='							<option value="300002">TGV브뤼셀-프랑스</option>'; 
		strLeftMenu +='							<option value="300028">프랑스국내TGV</option>'; 
		strLeftMenu +='							<option value="300025">리비에라열차</option>'; 
		strLeftMenu +='							<option value="300005">아르테시아데이열차(프랑스-이탈리아)</option>'; 
		strLeftMenu +='							<option value="300016">탈고데이열차</option>'; 
		strLeftMenu +='							<option value="300001">아베열차</option>'; 
		strLeftMenu +='							<option value="300022">탈고200열차</option>'; 
		strLeftMenu +='						</select>'; 
		strLeftMenu +='					</td>'; 
		strLeftMenu +='				</tr>'; 
		strLeftMenu +='				<tr>'; 
		strLeftMenu +='					<td style="padding:5 0 15 11;">'; 
		strLeftMenu +='						<select name="PremierTrainSelect" size="1" style="width:157px; font-family:Arial; color:#555555;" onchange="PremierTrain(this)">'; 
		strLeftMenu +='							<option value="">호텔열차 바로가기------</option>'; 
		strLeftMenu +='							<option value="300012">엘립소스</option>'; 
		strLeftMenu +='							<option value="300024">아르테시아나이트</option>'; 
		strLeftMenu +='							<option value="300009">파리-독일나이트</option>'; 
		strLeftMenu +='							<option value="300018">루지타니아</option>'; 
		strLeftMenu +='						</select>'; 
		strLeftMenu +='					</td>'; 
		strLeftMenu +='				</tr>'; 
		strLeftMenu +='			</table>';
		strLeftMenu +='			<a onfocus="this.blur();" href="/ASPX/EurailProducts/PassHelp.aspx"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/Eurail_LeftMenu_03.gif" border="0" align="absmiddle"></a>'; 	
		strLeftMenu +='		<div class="Vspace15"></div>';		
		strLeftMenu +='	</div>'; 
	}
	//구간권메뉴이미지	
	else
	{		
		strLeftMenu +='<div id="leftmenuborder">';
		strLeftMenu +='		<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/Eurail_LeftMenu_PTP.gif" vspace="15" border="0" align="absmiddle" usemap="#Eu_PTP">'; 
		strLeftMenu +='</div>';	
	}
	
	 //패스메뉴맵
	 strLeftMenu += '		<map name="Eu_PASS">'; 
	 //유레일상품
	 strLeftMenu +='			<area shape="rect" coords="1,23,76,37" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100029" alt="유레일글로벌패스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,37,74,51" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100032" alt="유레일셀렉트패스" onFocus="blur()">';
	 //1개국패스
	 strLeftMenu +='			<area shape="rect" coords="1,88,28,102" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100041" alt="프랑스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="35,88,64,102" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100050" alt="스위스" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="71,88,111,102" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100507" alt="이탈리아" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="118,88,143,102" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100048" alt="독일" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="1,102,27,116" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100303" alt="스페인" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="36,102,57,116" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100008" alt="영국" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="63,102,96,116" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100333" alt="프라하" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="99,102,123,116" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100602" alt="체코" onFocus="blur()">';		 	
	 strLeftMenu +='			<area shape="rect" coords="1,116,37,130" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100296" alt="노르웨이" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="44,116,73,130" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100306" alt="스웨덴" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="80,116,111,130" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100280" alt="핀란드" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="117,116,148,130" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100334" alt="덴마크" onFocus="blur()">';	 	
	 strLeftMenu +='			<area shape="rect" coords="1,130,36,144" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100301" alt="루마니아" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="44,130,83,144" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100292" alt="네덜란드" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="90,130,138,144" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100600" alt="오스트리아" onFocus="blur()">';	 	
	 strLeftMenu +='			<area shape="rect" coords="1,144,29,158" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100291" alt="그리스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="35,144,65,158" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100294" alt="헝가리" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="72,144,103,158" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100299" alt="폴란드" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="110,144,158,158" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100504" alt="크로아티아" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,158,47,172" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100611" alt="슬로베니아" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="52,158,94,172" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100505" alt="아일랜드" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="99,158,138,172" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100509" alt="포루투칼" onFocus="blur()">';
	 //2개국패스	
	 strLeftMenu +='			<area shape="rect" coords="1,209,79,223" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100283" alt="프랑스&amp;이탈리아" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,223,73,237" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100285" alt="프랑스&amp;스위스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,237,68,251" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100284" alt="프랑스&amp;스페인" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,251,61,265" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100281" alt="프랑스&amp;독일" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,265,53,279" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100027" alt="동유럽패스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,279,43,293" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100609" alt="스칸패스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,293,47,307" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100004" alt="발칸패스" onFocus="blur()">';		 
	 strLeftMenu +='			<area shape="rect" coords="1,307,63,321" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100503" alt="베네룩스패스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,321,79,335" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100278" alt="베네룩스&amp;프랑스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,335,74,349" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100203" alt="베네룩스&amp;독일" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="1,349,63,363" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100289" alt="독일&amp;스위스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,363,53,377" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100515" alt="독일&amp;체코" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,377,63,391" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100517" alt="독일&amp;폴란드" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,391,61,405" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100230" alt="덴마크&amp;독일" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,405,72,419" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100605" alt="핀란드&amp;스웨덴" onFocus="blur()">';	
	 strLeftMenu +='			<area shape="rect" coords="1,419,80,433" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100286" alt="오스트리아&amp;독일" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,433,89,447" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100277" alt="오스트리아&amp;스위스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,447,158,457" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100229" alt="오스트리아&amp;크로아티아-슬로베니아">';
	 strLeftMenu +='			<area shape="rect" coords="1,461,78,475" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100275" alt="오스트리아&amp;체코" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,475,90,489" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100502" alt="오스트리아&amp;헝가리" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,489,79,503" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100236" alt="포루투칼&amp;스페인" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,503,79,517" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100231" alt="그리스&amp;이탈리아" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,517,81,531" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100506" alt="이탈리아&amp;스페인" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,531,79,545" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100204" alt="헝가리&amp;루마니아" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,545,141,559" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100232" alt="헝가리&amp;크로아티아-슬로베니아" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,559,74,573" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100603" alt="덴마크&amp;스웨덴" onFocus="blur()">                    ';
	 strLeftMenu +='			<area shape="rect" coords="1,573,80,587" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100607" alt="노르웨이&amp;스웨덴" onFocus="blur()">';
	 //노르웨이 투어패스	
	 strLeftMenu +='			<area shape="rect" coords="1,624,85,638" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100081" alt="로얄피오르트투어" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,638,67,652" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100317" alt="노르웨이넛셀" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="10,652,70,666" href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100514" alt="하르당게르넛셀">';
	 strLeftMenu += '		</map>  ';	
	 
	 //구간권메뉴맵
	 strLeftMenu += '		<map name="Eu_PTP">';
	 strLeftMenu +='			<area shape="rect" coords="1,23,46,36" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300003" alt="유로스타" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,36,38,50" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300013" alt="탈리스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,50,124,64" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300004" alt="TGV리리아(프랑스-스위스)" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,64,118,78" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300007" alt="제네바-프랑스지중해TGV" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,78,91,92" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300002" alt="TGV프뤼셀-프랑스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,92,79,107" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300028" alt="프랑스국내TGV" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,107,170,121" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300005" alt="아르테시아데이열차" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,121,45,135" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300001" alt="아베열차" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,135,45,149" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300016" alt="탈고데이" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,149,58,163" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300022" alt="탈고200열차" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,199,82,213" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300024" alt="아르테시아나이트" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,213,47,227" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300012" alt="엘립소스" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,227,78,241" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300009" alt="파리-독일 나이트" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,241,52,255" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300018" alt="루지타니아" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,255,73,269" href="/ASPX/eurailproducts/PremierInformation.aspx?RailMasterCode=300025" alt="리비에라나이트" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="7,322,162,352" href="javascript:GoPTPResult()" alt="구간권 검색하기" onFocus="blur()">';
	 strLeftMenu +='			<area shape="rect" coords="1,373,123,391" href="/ASPX/EurailProducts/PassHelp.aspx" alt="유럽철도패스이용방법" onFocus="blur()">';
	 strLeftMenu += '		</map>';

	document.write(strLeftMenu);

}


//B2B 유레일 좌측메뉴2(각국철도패스)
function B2BLeftEurail2()
{
	var strLeftMenu =  '';
		strLeftMenu +='<div id="leftmenuborder">';
		strLeftMenu +='		좌측 메뉴 입니다.'; 
		strLeftMenu +='</div>';	

	document.write(strLeftMenu);
}

//B2B 유레일 좌측메뉴3(영국철도패스)
function B2BLeftEurail3()
{
	var strLeftMenu =  '';
		strLeftMenu +='<div id="leftmenuborder">';
		strLeftMenu +='		좌측 메뉴 입니다.'; 
		strLeftMenu +='</div>';	

	document.write(strLeftMenu);
}

//B2B 유레일 좌측메뉴4(초고속+야간열차, 구간티켓+좌석예약)
function B2BLeftEurail4()
{
	var now = new Date();
	dtCheckOut =  new Date(now.getFullYear(),now.getMonth(), parseInt(now.getDate(),10) + 10)
	var strCheckOutMM;
	var strCheckOutDD;
	if(dtCheckOut.getMonth().toString().length==1)
		strCheckOutMM = "0"+ parseInt(dtCheckOut.getMonth()+ 1) ;
	else
		strCheckOutMM = dtCheckOut.getMonth() + 1;

	if(dtCheckOut.getDate().toString().length==1)
		strCheckOutDD = "0"+dtCheckOut.getDate();
	else
		strCheckOutDD = dtCheckOut.getDate();

	var checkDay;
	switch(dtCheckOut.getDay())
	{
		case 0:
		{
			checkDay= "(일)";
			break;
		}
		case 1:
		{
			checkDay= "(월)";		
			break;
		}		
		case 2:
		{
			checkDay= "(화)";				
			break;
		}		
		case 3:
		{
			checkDay= "(수)";				
			break;
		}		
		case 4:
		{
			checkDay= "(목)";					
			break;
		}		
		case 5:
		{
			checkDay= "(금)";							
			break;
		}		
		case 6:
		{
			checkDay= "(토)";			
			break;
		}		
	}
	

	var nowDate=dtCheckOut.getFullYear()+"-"+strCheckOutMM+"-"+strCheckOutDD;
	var nowDateShow=dtCheckOut.getFullYear()+"-"+strCheckOutMM+"-"+strCheckOutDD+escape(checkDay);
	var strLeftMenu ='';
		strLeftMenu +='<div id="leftmenuborder">';
		strLeftMenu +='		좌측 메뉴 입니다.'; 
		strLeftMenu +='</div>';	

	document.write(strLeftMenu);
}


//B2B 공통팝업화면띄우기
function OpenPopup(FileName,WindowName,hSize,vSize)
{	
	var mywin	= window.open(FileName,WindowName,'menubar=0,resizable=0,width='+hSize+',height='+vSize+',status=0,location=0,toolbar=0,scrollbars=1');	
	mywin.focus();
}

function OpenPopup2(FileName,WindowName,hSize,vSize,Left,Top) 
{
	var mywin	= window.open(FileName,WindowName,'left='+Left+',top='+Top+',menubar=0,resizable=0,width='+hSize+',height='+vSize+',status=0,location=0,toolbar=0,scrollbars=0');	
	mywin.focus();
}

function EventPopup(ItemNo)
{
	OpenPopup2("/ASPX/Event/EventPopup.aspx?ItemNo=" + ItemNo, "Event", 550, 350, 0, 0);
}


function getCookie(name)
{
	var prefix = name + "=";
	var cookieStartIndex = document.cookie.indexOf(prefix);

	if (cookieStartIndex == -1)
	{
		return null;
	}

	var cookieEndIndex = document.cookie.indexOf("&", cookieStartIndex + prefix.length);

	if (cookieEndIndex == -1)
	{
		cookieEndIndex = document.cookie.length;
	}

	return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex));
	
}

function logout(sitecode)
{
	var todayDate = new Date();
	todayDate.setTime( todayDate.getDate(-100) );

	//document.cookie = "ZeusCookie=; path=/; domain=tour.tourexpress.com; expires=" + todayDate.toGMTString() + ";"	
	document.cookie = "ZeusCookie=; expires=" + todayDate.toGMTString() + ";"	
  //location.href="http://tour.tourexpress.com/korea/new/new02/meta/T03.html";
}

// 이전 화면 셋트... 시작!!!!!!!!
// _LoadingURL 을 읽어온후 그 값이 undefined면 history.back(-1)을 한다.
// _LoadingURL 셋팅은 HotelDetailSearch, JapanHotel, HotelSearchResult에서 한다.
function getURL(URL){
	var name = URL;
	var arg = name + "=";
	var alen = arg.length;
	var clen=document.cookie.length;
	var i=0;
	

		while(i< clen){
			var j = i+alen;
			if(document.cookie.substring(i,j)==arg){
					var end = document.cookie.indexOf(";",j);
					if(end== -1)
							end = document.cookie.length;
					return unescape(document.cookie.substring(j,end));
			}
		i=document.cookie.indexOf(" ",i)+1;
		if (i==0) break;
		}
}

function HotelInfoBack(){
					
	var LoadingURL = getURL("_LoadingURL");
	if(LoadingURL == undefined)
	{
		history.back();
	}
	else
	{	
		for (i = 0; i < 21; i++)
		{
			LoadingURL = LoadingURL.replace ('$','&');
			LoadingURL = LoadingURL.replace ('?','&');
		}
		location.href= "/ASPX/Common/Loading.aspx?page=" + LoadingURL;
	}
						
}
// 이전 화면....SET!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 끝!!!

// ***************************************************************************************************************************
// ***************************************************** recommend hotel *****************************************************
// ***************************************************************************************************************************
var _recommend_citylist = {
	"RecommendEurope" : [
		["AMS", "Amsterdam"], ["ATH", "Athens"], ["BCN", "Barcelona"], ["BGO", "Bergen"], ["BER", "Berlin"],
		["BRU", "Brussels"], ["BUD", "Budapest"], ["CAI", "Cairo"], ["CPH", "Copenhagen"], ["EDI", "Edinburgh"],
		["FRA", "Frankfurt"], ["HEL", "Helsinki"], ["ZIN", "Interlaken"], ["IST", "Istanbul"], ["LIS", "Lisbon"],
		["LON", "London"], ["QLJ", "Lucerne"], ["MAD", "Madrid"], ["MIL", "Milan"], ["MUC", "Munich"],
		["NCE", "Nice"], ["OSL", "Oslo"], ["PAR", "Paris"], ["PRG", "Prague"], ["ROM", "Rome"],
		["STO", "Stockholm"], ["VCE", "Venice"], ["WAW", "Warsaw"], ["ZRH", "Zurich"]
	],
	"RecommendAmerica" : [
		["ANA", "Anaheim"], ["BOS", "Boston"], ["CHI", "Chicago"], ["HNL", "Honolulu"], ["HOU", "Houston"],
		["LAS", "Las Vegas"], ["LAX", "Los Angeles"], ["MIA", "Miami"], ["YMQ", "Montreal"], ["NYC", "NewYork"],
		["XLV", "Niagara Falls"], ["ORL", "Orlando"], ["PDX", "Portland"], ["YQB", "Quebec"], ["SAN", "San Diego"],
		["SFO", "San Francisco"], ["SEA", "Seattle"], ["YTO", "Toronto"], ["YVR", "Vancouver"], ["WAS", "Washington D.C."]
	],
	"RecommendAsia" : [
		["DPS", "Bali"], ["BKK", "Bangkok"], ["BJS", "Beijing"], ["BPU", "Beppu"], ["CEB", "Cebu"],
		["DLC", "Dalian"], ["FUK", "Fukuoka"], ["CAN", "Guangzhou"], ["HKO", "Hakone"], ["HAN", "Hanoi"],
		["SGN", "Ho Chi Minh"], ["HKG", "Hong Kong"], ["HHQ", "Hua Hin"], ["JKT", "Jakarta"], ["UKB", "Kobe"],
		["USM", "Koh Samui"], ["KUL", "Kuala Lumpur"], ["UKY", "Kyoto"], ["LGK", "Langkawi"], ["MFM", "Macau"],
		["MNL", "Manila"], ["NGS", "Nagasaki"], ["NGO", "Nagoya"], ["OSA", "Osaka"], ["PYX", "Pattaya"],
		["PEN", "Penang"], ["PNH", "Phnom Penh"], ["HKT", "Phuket"], ["TAO", "Qingdao"], ["SPK", "Sapporo"],
		["SHA", "Shanghai"], ["SHE", "Shenyang"], ["SZX", "Shenzhen"], ["SIN", "Singapore"], ["TPE", "Taipei"],
		["TYO", "Tokyo"], ["YOK", "Yokohama"]
	],
	"RecommendOceania" : [
		["AKL", "Auckland"], ["BNE", "Brisbane"], ["CNS", "Cairns"], ["CHC", "Christchurch"], ["OOL", "Gold Coast"],
		["MEL", "Melbourne"], ["ZQN", "Queenstown"], ["SYD", "Sydney"]
	],
	"RecommendJapan" : [
		["TYO", "Tokyo"], ["OSA", "Osaka"], ["UKY", "Kyoto"],  ["SPK", "sapporo"],["YOK", "Yokohama"],
		["OKA", "Okinawa"], ["NGO", "Nagoya"], ["UKB", "Kobe"], ["BPU", "Beppu"], ["FUK", "Fukuoka"], 
		["HIJ", "Hiroshima"], ["HKO", "Hakone"], ["AOJ", "Aomori"], ["AXT", "Akita"], ["SDJ", "Sendai"], 
		["KIJ", "Niigata"], ["NKO", "Nikko"], ["NRT", "Narita"], ["NNO", "Nagano"], ["ARN", "Nara"], 
        ["TKS", "Tokushima"], ["TAK", "Takamatsu"]
	],
	"RecommendChina" : [
		["HKG", "Hong Kong"], ["MFM", "Macau"], ["SHA", "Shanghai"], ["BJS", "Beijing"], ["DLC", "Dalian"], ["SZX", "Shenzhen"], 
		["A46", "Dongguan"], ["ZUH", "Zhuhai"], ["A48", "Zhongshan"], ["KWL", "Guilin"], ["FOC", "Fuzhou"], ["XMN", "Xiamen"], ["HAK", "Haikou"], 
		["SYX", "Sanya"], ["SZV", "Suzhou"], ["NKG", "Nanjing"], ["HGH", "Hangzhou"], ["HFE", "Hefei"], ["WUH", "Wuhan"], ["CSX", "Changsha"], 
		["CKG", "Chongqing"], ["CTU", "Chengdu"], ["TSN", "Tianjin"], ["TNA", "Jinan"], ["TAO", "Qingdao"], ["TYN", "Taiyuan"],
		["CGO", "Zhengzhou"], ["LYA", "Luoyang"], ["SIA", "Xian"], ["HRB", "Harbin"], ["CGQ", "Zhengzhou"], ["SHE", "Shenyang"]
	]
};

function RTS_RecommendSearch(SearchType)
{
	var _recommend_eval = eval( "_recommend_citylist."  + SearchType);

	var _option_html = '';
	var _radio_html = '';

	_option_html += '<select name="sltCityCode" id="sltCityCode" onchange="RTS_HotelSearch_SearchType_Rment(this.value)">';
	_option_html += '<option value="">::: Select City :::</option>';

	_radio_html += '<table cellpadding="0" cellspacing="0" width="100%" id="tblCityCodes">';
	_radio_html += '<tr>';
	for(var i=0; i<_recommend_eval.length; i++)
	{
		_option_html += '<option value="' +_recommend_eval[i][0]+ '">' +_recommend_eval[i][1]+ '</option>';

		_radio_html += '<td nowrap="true">';
		_radio_html += '<input type="radio" name="shCityCode" id="shCityCode' +i+ '" value="' +_recommend_eval[i][0]+ '"><span style="height:16px; padding-left:1px"><label for="shCityCode' +i+ '">' +_recommend_eval[i][1]+ '</label></span></input>\n';
		_radio_html += '</td>';

		_radio_html += ( (i+1)%6 == 0 ) ? '</tr><tr>' : '';
	}
	_radio_html += '</tr>';
	_option_html += '</select>';
	_radio_html += '</table>';

	$("Span_sltCityCode").innerHTML = _option_html;
	$("Div_rdoCityCode").innerHTML = _radio_html;


	var top = getAbsTopPostMap($("WorldMap"));
	var left = getAbsLeftPostMap($("WorldMap"));

	
	var _rment = ''
	
	switch(SearchType.toLowerCase())
	{
		case 'RecommendEurope':
			_rment = 'Europe Hotels Search Box';
			break;

		case 'RecommendAsia':
			_rment = 'Asia Hotels Search Box';
			break;

		case 'RecommendAmerica':
			_rment = 'America Hotels Search Box';
			break;

		case 'RecommendChina':
			_rment = 'China Hotels Search Box';
			break;

		case 'RecommendOceania':
			_rment = 'Oceania Hotels Search Box';
			break;

		case 'RecommendJapan':
			_rment = 'Japan Hotels Search Box';
			break;
			

		default:
			_rment = 'Oceania Hotels Search Box';
			break;

	}
	
	$("RecommendTitle").innerHTML = _rment;
	$("RecommendHotelSearch").style.top = top + 200;
	$("RecommendHotelSearch").style.left = left + 25;
	$("RecommendHotelSearch").style.display = "block";
	$('divCheckInCalendar').style.display='none';
}


function RTS_HotelSearch_SearchType_Rment(CityCode, LocationCode, Sort, ContinentType)
{
	var _citycode		= (CityCode == null || CityCode == undefined) ? $("shCityCode").value : CityCode;
	var _locationcode	= (LocationCode == null || LocationCode == undefined) ? "" : LocationCode;

	var _checkindate	= ($("shCheckInDate") != null ) ? $("shCheckInDate").value : "";
	var _checkoutdate	= ($("shCheckOutDate") != null ) ? $("shCheckOutDate").value : "";
	var _duration		= ($("shDuration") != null ) ? $("shDuration").value : "";

	//참조 ID변경
	var _bedtypecode1	= ($("shRoomTypeCode1") != null ) ? $("shRoomTypeCode1").value : "BED01";
	var _bedtypecode2	= ($("shBedTypeCode2") != null ) ? $("shBedTypeCode2").value : "";
	var _bedtypecode3	= ($("shBedTypeCode3") != null ) ? $("shBedTypeCode3").value : "";
	var _roomcount1		= ($("shRoomCount1") != null ) ? $("shRoomCount1").value : "1";
	var _roomcount2		= ($("shRoomCount2") != null ) ? $("shRoomCount2").value : "";
	var _roomcount3		= ($("shRoomCount3") != null ) ? $("shRoomCount3").value : "";

	var _hotelname		= ($("shHotelName") != null ) ? $("shHotelName").value : "";
	var _hotelgrade		= ($("shHotelGrade") != null ) ? $("shHotelGrade").value : "";

	var Sort			= (Sort == null || Sort == undefined) ? "" : Sort;

	_checkindate		= ($("txtCheckInDate") != null ) ? $("txtCheckInDate").value : _checkindate;
	_checkoutdate		= ($("txtCheckOutDate") != null ) ? $("txtCheckOutDate").value : _checkoutdate;
	_duration			= ($("Nights") != null ) ? $("Nights").value : _duration;

	_bedtypecode1		= ($("RoomTypeCode1") != null ) ? $("RoomTypeCode1").value : _bedtypecode1;
	_bedtypecode2		= ($("RoomTypeCode2") != null ) ? $("RoomTypeCode2").value : _bedtypecode2;
	_bedtypecode3		= ($("RoomTypeCode3") != null ) ? $("RoomTypeCode3").value : _bedtypecode3;
	_roomcount1			= ($("RoomCount1") != null ) ? $("RoomCount1").value : _roomcount1;
	_roomcount2			= ($("RoomCount2") != null ) ? $("RoomCount2").value : _roomcount2;
	_roomcount3			= ($("RoomCount3") != null ) ? $("RoomCount3").value : _roomcount3;

	ContinentType		= (ContinentType == null || ContinentType == undefined) ? "" : ContinentType;

	RTS_HotelSearch(
		_citycode, _locationcode, _checkindate, _checkoutdate, _duration,
		_bedtypecode1, _bedtypecode2, _bedtypecode3, _roomcount1, _roomcount2, _roomcount3,
		_hotelname, _hotelgrade, Sort, ContinentType
	);
}


function sltBedType(BedTypeCode)
{
	document.RTS_Form.shRoomTypeCode1.value = BedTypeCode;	
}


function RTS_HotelSearch_Recommend()
{
	var rdoCityCodes = document.RTS_Form.shCityCode;
	var BedTypeCode1 = document.RTS_Form.shRoomTypeCode1.value;

	var _citycode = "";

	for(var i=0; i<rdoCityCodes.length; i++)
	{
		if(rdoCityCodes[i].checked)
		{
			_citycode = rdoCityCodes[i].value;
			break;
		}
	}

	if(_citycode == "")
	{
		alert("please select City");
		return false;
	}

	var _param = "?CityCode=" +_citycode+"&BedTypeCode1="+BedTypeCode1;

	RTS_Form.action = "RecommendHotelList.aspx" +_param;

	RTS_Form.submit();
}

function RTS_Result(Citycode)
{

	//location.href="RecommendHotelList.aspx?CityCode="+Citycode+"&BedTypeCode1=BED01&HotelSearchType=RTSPicks";
	location.href="/ASPX/Common/Loading.aspx?page=HotelProducts/RecommendHotelList.aspx&CityCode=" + Citycode + "&HotelSearchType=RTSPicks";

}

//--########################################################################################################################################################################-->
//--#																																									   #-->
//--#																	 Type1 Left Menu																				   #-->
//--#																																									   #-->
//--########################################################################################################################################################################-->


function Type1_Left_Menu(SiteCode, obj)
{
	obj = countryname(obj.toLowerCase());

	var top = '';

	top += ' <div id="leftmenu">';
	top += '	<div id="leftmenuborder">';	
	top += '		<a href="/ASPX/HotelProducts/hoteldetailsearch.aspx" onfocus="this.blur()"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_top.gif" border="0" align="absmiddle"></a>';					
	top += '		<div id="leftmenuhotel"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/hotel_Left_menu_tip.gif" usemap="#guide_wdhotel" border="0">';
	top += '		<map name="guide_wdhotel">';
	top += '			<area shape="rect" coords="1,1,83,23" href="/ASPX/HotelProducts/HotelSearchInfo1.aspx"/>';
	top += '			<area shape="rect" coords="84,1,166,23" href="/ASPX/CustomerCenter/BookingList.aspx"/>';
	top += '		</map>';
	switch(obj)
	{
		case 'europe' :
			top += '<script language="javascript">LeftEuropeHotel(\'' + SiteCode + '\');</script>';
			break;
		case 'usa':
			top += '<script language="javascript">LeftUSHotel(\'' + SiteCode + '\');</script>';
			break;
		case 'japan':
			top += '<script language="javascript">LeftJapanHotel(\'' + SiteCode + '\');</script>';
			break;
		case 'recommend':
			top += '<script language="javascript">LeftHotel(\'' + SiteCode + '\');</script>';		
			break;
		case 'asia':
			top += '<script language="javascript">LeftAsiaHotel(\'' + SiteCode + '\');</script>';
			break;
		case 'oceania':
			top += '<script language="javascript">LeftOceaniaHotel(\'' + SiteCode + '\');</script>';
			break;
		case 'china':
			top += '<script language="javascript">LeftChinaHotel(\'' + SiteCode + '\');</script>';
			break;
		default :
			top += '<script language="javascript">LeftHotel(\'' + SiteCode + '\');</script>';
			break;	
	}
	top += '		</div>';
	top += '	</div>';
	top += ' </div>';	


	document.write(top);

	Type1_Top_Menu(SiteCode, obj);

}


//--########################################################################################################################################################################-->
//--#																																									   #-->
//--#																	 Type1 Top Menu																					   #-->
//--#																																									   #-->
//--########################################################################################################################################################################-->

function Type1_Top_Menu(SiteCode, obj)
{


 var top ='';
 top +='<div id="rightcontents">'; 
 top +='<div id="maingnb_tab">';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/HotelDetailSearch.aspx">';
 top +='			<img id="topmenu_all" align="absmiddle" border="0" OnClick="" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_all\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuall_680_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuall_680_' + ((obj == "world") ? 'on' : 'off') + '.gif"';
 top +='			</img>';
 top +='		</a>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/JPHotel.aspx">';
 top +='			<img id="topmenu_japan" align="absmiddle" border="0" OnClick="" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_japan\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenujapan_680_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenujapan_680_' + ((obj == "japan") ? 'on' : 'off') + '.gif"';
 top +='			</img>';
 top +='		</a>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/ChinaHotel.aspx">';
 top +='			<img id="topmenu_china" align="absmiddle" border="0" OnClick="" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_china\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuchina_680_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuchina_680_' + ((obj == "china") ? 'on' : 'off') + '.gif"';
 top +='			</img>';
 top +='		</a>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/AsiaHotel.aspx">';
 top +='			<img id="topmenu_asia" align="absmiddle" border="0" OnClick="" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_asia\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuasia_680_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuasia_680_' + ((obj == "asia") ? 'on' : 'off') + '.gif"';
 top +='			</img>';
 top +='		</a>';
 top +='	</div>'; 
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/EuropeHotel.aspx">';
 top +='			<img id="topmenu_europe" align="absmiddle" border="0" OnClick="" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_europe\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenueurope_680_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenueurope_680_' + ((obj == "europe") ? 'on' : 'off') + '.gif"';
 top +='			</img>';
 top +='		</a>';
 top +='	</div>'; 
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/ushotel.aspx">';
 top +='			<img id="topmenu_usa" align="absmiddle" border="0" OnClick="" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_usa\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuusa_680_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuusa_680_' + ((obj == "usa") ? 'on' : 'off') + '.gif"';
 top +='			</img>';
 top +='		</a>';
 top +='	</div>'; 
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/OceaniaHotel.aspx">';
 top +='			<img id="topmenu_oceania" align="absmiddle" border="0" OnClick="" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_oceania\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuoceania_680_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuoceania_680_' + ((obj == "oceania") ? 'on' : 'off') + '.gif"';
 top +='			</img>';
 top +='		</a>';
 top +='	</div>'; 
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<a href="javascript:RTS_Result(\'TYO\')">';
 top +='			<img id="topmenu_pick" align="absmiddle" border="0" OnClick="" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_pick\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenupick_680_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenupick_680_' + ((obj == "recommend") ? 'on' : 'off') + '.gif"';
 top +='			</img>';
 top +='		</a>';
 top +='	</div>';  
 top +='	<div id="maingnb_tab_topmenu01">';
 top +='		<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type1_topmenuImg01_def.gif" usemap="#topmap"/>';
 top +='		<map name="topmap">';
 top +='			<area shape="rect" coords="1,1,70,34" href="/ASPX/HotelProducts/HotelSearchInfo1.aspx"/>';
 top +='			<area shape="rect" coords="71,1,140,34" href="/ASPX/CustomerCenter/BookingList.aspx"/>'; 
 top +='		</map>';		
 top +='	</div>';
 top += '</div>';
  document.write(top);

}



//--########################################################################################################################################################################-->
//--#																																									   #-->
//--#																	 Type2 Left Menu																					   #-->
//--#																																									   #-->
//--########################################################################################################################################################################-->


function Type2_Left_Menu(SiteCode, obj)
{
	var top = '';
	top += ' <div id="leftmenu">';
	top += ' 	<div id="leftmenuborder">';	
	top += '		<script language="javascript">LeftHotel(\'' + SiteCode + '\');</script>';
	top += '	</div>';
	top += ' </div>';

	
	document.write(top);

	Type2_Top_Menu(SiteCode, obj);
}

//--########################################################################################################################################################################-->
//--#																																									   #-->
//--#																	 Type2 Top Menu																					   #-->
//--#																																									   #-->
//--########################################################################################################################################################################-->

function Type2_Top_Menu(SiteCode, obj)
{

 var obj = countryname(obj.toLowerCase());
 
 var top ='';
 top +='<div id="rightcontents">';
 top +='<div id="maingnb_tab">';
 top +='	<div id="maingnb_tab_topmenu">';
 top +=' 		<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/hoteldetailsearch.aspx" border="0">';
 top +='			<img id="topmenu_all" align="absmiddle" border="0" style="cursor:hand" OnClick="" onMouseover="IMG_swapImage(\'topmenu_all\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuall_700_on.gif\',1)";';
 top +='			onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuall_700_' + ((obj == "world") ? 'on' : 'off') + '.gif"/>'; 
 top +=' 		</a>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<img id="topmenu_japan" align="absmiddle" border="0" OnClick="Top_Menu_Open(\'japan\', \'Default\');" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_japan\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenujapan_680_on.gif\',1)";';
 top +='		onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenujapan_680_' + ((obj == "japan") ? 'on' : 'off') + '.gif"';
 top +='		</img>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<img id="topmenu_china" align="absmiddle" border="0" OnClick="Top_Menu_Open(\'china\', \'Default\');" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_china\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuchina_680_on.gif\',1)";';
 top +='		onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuchina_680_' + ((obj == "china") ? 'on' : 'off') + '.gif"';
 top +='		</img>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<img id="topmenu_asia" align="absmiddle" border="0" OnClick="Top_Menu_Open(\'asia\', \'Default\');" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_asia\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuasia_680_on.gif\',1)";';
 top +='		onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuasia_680_' + ((obj == "aisa") ? 'on' : 'off') + '.gif"';
 top +='		</img>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<img id="topmenu_europe" align="absmiddle" border="0" OnClick="Top_Menu_Open(\'europe\', \'Default\');" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_europe\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenueurope_680_on.gif\',1)";';
 top +='		onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenueurope_680_' + ((obj == "europe") ? 'on' : 'off') + '.gif"';
 top +='		</img>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<img id="topmenu_usa" align="absmiddle" border="0" OnClick="Top_Menu_Open(\'usa\', \'Default\');" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_usa\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuusa_680_on.gif\',1)";';
 top +='		onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuusa_680_' + ((obj == "usa") ? 'on' : 'off') + '.gif"';
 top +='		</img>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<img id="topmenu_oceania" align="absmiddle" border="0" OnClick="Top_Menu_Open(\'oceania\', \'Default\');" style="cursor:hand" onMouseover="IMG_swapImage(\'topmenu_oceania\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuoceania_680_on.gif\',1)";';
 top +='		onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuoceania_680_' + ((obj == "oceania") ? 'on' : 'off') + '.gif"';
 top +='		</img>';
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu">';
 top +='		<img id="topmenu_pick" align="absmiddle" border="0" style="cursor:hand" OnClick="RTS_Result(\'TYO\');" onMouseover="IMG_swapImage(\'topmenu_pick\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenupick_700_on.gif\',1)";';
 top +='		onMouseout="IMG_swapImgRestore()"; src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenupick_700_' + ((obj == "recommend") ? 'on' : 'off') + '.gif"/>'; 
 top +='	</div>';
 top +='	<div id="maingnb_tab_topmenu01">';
 top +='		<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_topmenuImg01_def.gif" usemap="#topmap"/>';
 top +='		<map name="topmap">';
 top +='			<area shape="rect" coords="1,1,55,48" href="/ASPX/HotelProducts/HotelSearchInfo1.aspx"/>';
 top +='			<area shape="rect" coords="53,1,105,48" href="/ASPX/CustomerCenter/BookingList.aspx"/>'; 
 top +='		</map>';		
 top +='	</div>';
 top += '</div>';

////##############################################일본############################################ 
  top +=' <div id="Type2_Top_japan" style="display:none">';
 top +='  <table width="700" cellpadding="0" cellspacing="0" border="0" style="margin-top:1px; border:10px solid #E1E1E1; padding:14;">';
 top +='  	<tr>';
 top +='  	 <td>';
 top +='  		<table width="100%" cellpadding="0" cellspacing="0" border="0">';
 top +='  			<tr>';
 top +='  	 			<td width="50%" valign="top" style="border-right:1px solid #E1E1E1; padding-right:14px;">';

 top +=' 					<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/JPhotel.aspx" border="0">';
 top +=' 						<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titlejapan01.gif"/><br/>';
 top +=' 					</a>';

 top +=' 					<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font>';
 top +=' 						<a href="javascript:ClickLeftSearch(\'TYO\')" onfocus="this.blur()" class="topmenu"><b>동경</b></a>';
 top +=' 					</div> ';
 top +=' 					<div style="padding-top:8px; color:#7B7B7B;">';
 top +='						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0025\')" onfocus="this.blur()" class="topmenu">신주쿠</a>/';
 top +='						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0024\')" onfocus="this.blur()" class="topmenu">시나가와, 메구로, 고탄다</a> /';
 top +='						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0032\')" onfocus="this.blur()" class="topmenu">우에노, 아사쿠사, 아키하바라</a><br/>';
 top +=' 						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0008\')" onfocus="this.blur()" class="topmenu">아카사카, 롯본기, 토라노몬</a> /';
 top +='						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0016\')" onfocus="this.blur()" class="topmenu">이케부쿠로</a> /';
 top +='						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0012\')" onfocus="this.blur()" class="topmenu">동경역,	긴자, 심바시</a><br/> ';
 top +='						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0022\')" onfocus="this.blur()" class="topmenu">시부야, 에비스</a> / ';
 top +='						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0020\')" onfocus="this.blur()" class="topmenu">쿠단시타, 스이도바시</a> / ';
 top +='						<a href="javascript:ClickLeftSearchL(\'TYO\',\'TYO0019\')" onfocus="this.blur()" class="topmenu">오다이바</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'NRT\')" onfocus="this.blur()" class="topmenu">나리타</a><br/> ';
 top +='						<a href="javascript:ClickLeftSearch(\'TYO\',\'TYO0015\')" onfocus="this.blur()" class="topmenu">하네다</a>';
 top +='					</div> ';
 top +=' 					<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='						<a href="javascript:ClickLeftSearch(\'OSA\')" onfocus="this.blur()" class="topmenu"><b>오사카</b></a>';
 top +='					</div> ';
 top +=' 					<div style="padding-top:8px; color:#7B7B7B;">';
 top +='						<a href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0016\')" onfocus="this.blur()" class="topmenu">신오사카</a> /';
 top +='						<a href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0012\')" onfocus="this.blur()" class="topmenu">남바</a> / ';
 top +='						<a href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0017\')" onfocus="this.blur()" class="topmenu">신사이바시</a> / ';
 top +='						<a href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0019\')" onfocus="this.blur()" class="topmenu">우메다, 오사카역</a><br/> ';
 top +=' 						<a href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0010\')" onfocus="this.blur()" class="topmenu">유니버셜 스튜디오</a> / ';
 top +='						<a href="javascript:ClickLeftSearchL(\'OSA\',\'OSA0011\')" onfocus="this.blur()" class="topmenu">간사이 국제공항</a>';
 top +='					</div>  ';
 top +=' 					</td>';
 top +=' 					<td width="50%" valign="top" style="padding-left:14px;">';
 top +=' 					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titlejapan02.gif"/><br/>';
 top +=' 					<div style="padding-top:12px; color:#7B7B7B;">';
 top +='						<a href="javascript:ClickLeftSearch(\'KOJ\')" onfocus="this.blur()" class="topmenu">가고시마</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'KMQ\')" onfocus="this.blur()" class="topmenu">고마츠</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'UKB\')" onfocus="this.blur()" class="topmenu">고베</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'UKY\')" onfocus="this.blur()" class="topmenu">교토</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'KMJ\')" onfocus="this.blur()" class="topmenu">구마모토</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'QGU\')" onfocus="this.blur()" class="topmenu">기후</a> /  ';
 top +='						<a href="javascript:ClickLeftSearch(\'NNO\')" onfocus="this.blur()" class="topmenu">나가노</a><br/> ';
 top +='						<a href="javascript:ClickLeftSearch(\'NGS\')" onfocus="this.blur()" class="topmenu">나가사키</a> /';
 top +='						<a href="javascript:ClickLeftSearch(\'NGO\')" onfocus="this.blur()" class="topmenu">나고야</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'ARN\')" onfocus="this.blur()" class="topmenu">나라</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'993\')" onfocus="this.blur()" class="topmenu">노보리베츠</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'TAK\')" onfocus="this.blur()" class="topmenu">다카마츠</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'AL4\')" onfocus="this.blur()" class="topmenu">도야</a><br/> ';
 top +='						<a href="javascript:ClickLeftSearch(\'TOY\')" onfocus="this.blur()" class="topmenu">도야마</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'TKS\')" onfocus="this.blur()" class="topmenu">도쿠시마</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'TTJ\')" onfocus="this.blur()" class="topmenu">돗토리</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'KMI\')" onfocus="this.blur()" class="topmenu">미야자키</a>/ ';
 top +='						<a href="javascript:ClickLeftSearch(\'BPU\')" onfocus="this.blur()" class="topmenu">벳부</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'SPK\')" onfocus="this.blur()" class="topmenu">삿포로</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'SDJ\')" onfocus="this.blur()" class="topmenu">센다이</a><br/> ';
 top +='						<a href="javascript:ClickLeftSearch(\'R76\')" onfocus="this.blur()" class="topmenu">시즈오카</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'AOJ\')" onfocus="this.blur()" class="topmenu">아오모리</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'AXT\')" onfocus="this.blur()" class="topmenu">아키타</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'A05\')" onfocus="this.blur()" class="topmenu">아타미</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'OKJ\')" onfocus="this.blur()" class="topmenu">오카야마</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'OKA\')" onfocus="this.blur()" class="topmenu">오키나와</a><br/> ';
 top +='						<a href="javascript:ClickLeftSearch(\'QKY\')" onfocus="this.blur()" class="topmenu">와카야마</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'YOK\')" onfocus="this.blur()" class="topmenu">요코하마</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'R69\')" onfocus="this.blur()" class="topmenu">모리오카</a>/ ';
 top +='						<a href="javascript:ClickLeftSearch(\'GCB\')" onfocus="this.blur()" class="topmenu">치바</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'HKO\')" onfocus="this.blur()" class="topmenu">하코네</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'HKD\')" onfocus="this.blur()" class="topmenu">하코다테</a><br/> ';
 top +='						<a href="javascript:ClickLeftSearch(\'FKS\')" onfocus="this.blur()" class="topmenu">후쿠시마</a> / ';
 top +='						<a href="javascript:ClickLeftSearch(\'FUK\')" onfocus="this.blur()" class="topmenu">후쿠오카</a>';
 top +='					</div>   ';
 top +='  	 			</td> ';
 top +='  			</tr>';
 top +='  		</table> ';
 top +='  		<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-top:15px;">';
 top +='  			<tr>';
 top +='  	 			<td align="center">';
 top +='  				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_closebtn.gif" OnClick="Top_Menu_Close(\'japan\',\'Default\')" style="cursor:hand;"></img><br/>';
 top +='  	 			</td>';
 top +='  			</tr>';
 top +='  		</table>  ';
 top +='  	 </td>';
 top +='  	</tr>';
 top +='  </table>';
 top +='  </div>';
////##############################################중국############################################  
 top +=' <div id="Type2_Top_china" style="display:none">';
 top +=' <table width="700" cellpadding="0" cellspacing="0" border="0" style="margin-top:1px; border:10px solid #E1E1E1; padding:14;">';
 top +=' 	<tr>';
 top +=' 	 <td>';
 top +=' 		<table width="100%" cellpadding="0" cellspacing="0" border="0">';
 top +=' 			<tr>';
 top +=' 	 			<td width="50%" valign="top" style="border-right:1px solid #E1E1E1; padding-right:14px;">';
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/Chinahotel.aspx" border="0">';
 top +=' 					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titlechina01.gif"/><br/>';
 top +=' 					</a>';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<a href="javascript:ClickLeftSearch(\'HKG\')" onfocus="this.blur()" class="topmenu"><b>홍콩</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'HKG\', \'HKG0010\')" onfocus="this.blur()" class="topmenu">침사추이</a>';
 top +='					<a href="javascript:ClickLeftSearchL(\'HKG\', \'HKG0009\')" onfocus="this.blur()" class="topmenu">/ 조단 / 야마테 / 몽콕 / 프린스 에드워드</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'HKG\', \'HKG0007\')" onfocus="this.blur()" class="topmenu">완차이</a><br/> ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'HKG\', \'HKG0003\')" onfocus="this.blur()" class="topmenu">코즈웨이베이</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'HKG\', \'HKG0001\')" onfocus="this.blur()" class="topmenu">컨벤션센타</a></div> ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<a href="javascript:ClickLeftSearch(\'MFM\')" onfocus="this.blur()" class="topmenu"><b>마카오</a></b>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<a href="javascript:ClickLeftSearch(\'BJS\')" onfocus="this.blur()" class="topmenu"><b>북경</a></b>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearchL(\'BJS\', \'BJS0004\')" onfocus="this.blur()" class="topmenu">천안문 / 자금성</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'BJS\', \'BJS0001\')" onfocus="this.blur()" class="topmenu">왕푸징</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'BJS\', \'BJS0005\')" onfocus="this.blur()" class="topmenu">북경전시회장(Exhibition Center)</a><br/> ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'BJS\', \'BJS0007\')" onfocus="this.blur()" class="topmenu">북경국제공항</a>';
 top +='				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<a href="javascript:ClickLeftSearch(\'SHA\')" onfocus="this.blur()" class="topmenu"><b>상해</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0001\')" onfocus="this.blur()" class="topmenu">난징로</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0009\')" onfocus="this.blur()" class="topmenu">상해역</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0002\')" onfocus="this.blur()" class="topmenu">동방명주타워 / 상해국제회의중심(SHICC)</a><br/> ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0005\')" onfocus="this.blur()" class="topmenu">푸동</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0003\')" onfocus="this.blur()" class="topmenu">푸동국제공항</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'SHA\',\'SHA0004\')" onfocus="this.blur()" class="topmenu">홍교공항</a>';
 top +='				</div>  ';
 top +=' 	 			</td>';
 top +=' 	 			<td width="50%" valign="top" style="padding-left:14px;">';
 top +=' 				<div style="padding-top:31px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> <b class="topmenu">중국내 다른 주요도시</b></div> ';
 top +=' 				<div style="padding-top:8px; padding-bottom:12px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearch(\'KWL\')" onfocus="this.blur()" class="topmenu">계림</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'KMG\')" onfocus="this.blur()" class="topmenu">곤명</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'CAN\')" onfocus="this.blur()" class="topmenu">광주</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'LYA\')" onfocus="this.blur()" class="topmenu">낙양</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'NKG\')" onfocus="this.blur()" class="topmenu">남경</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'NNG\')" onfocus="this.blur()" class="topmenu">남녕</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'DLC\')" onfocus="this.blur()" class="topmenu">대련</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'A46\')" onfocus="this.blur()" class="topmenu">동관</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'WUH\')" onfocus="this.blur()" class="topmenu">무한</a><br/> ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'FOC\')" onfocus="this.blur()" class="topmenu">복주</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'SYX\')" onfocus="this.blur()" class="topmenu">삼아</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'XNN\')" onfocus="this.blur()" class="topmenu">서녕</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'SIA\')" onfocus="this.blur()" class="topmenu">서안</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'CTU\')" onfocus="this.blur()" class="topmenu">성도</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'SZV\')" onfocus="this.blur()" class="topmenu">소주</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'SHE\')" onfocus="this.blur()" class="topmenu">심양</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'SZX\')" onfocus="this.blur()" class="topmenu">심천</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'LJG\')" onfocus="this.blur()" class="topmenu">여강</a> <br/> ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'URC\')" onfocus="this.blur()" class="topmenu">우루무치</a> /';
 top +=' 					<a href="javascript:ClickLeftSearch(\'CSX\')" onfocus="this.blur()" class="topmenu">장사</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'CGO\')" onfocus="this.blur()" class="topmenu">정주</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TNA\')" onfocus="this.blur()" class="topmenu">제남</a> / ';
 top +='	 				<a href="#" onfocus="this.blur()" class="topmenu">주안</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'ZUH\')" onfocus="this.blur()" class="topmenu">주해</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'CKG\')" onfocus="this.blur()" class="topmenu">중경</a>/ ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TSN\')" onfocus="this.blur()" class="topmenu">천진</a> <br/>';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TAO\')" onfocus="this.blur()" class="topmenu">청도</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TYN\')" onfocus="this.blur()" class="topmenu">태원</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'XMN\')" onfocus="this.blur()" class="topmenu">하문</a> /';
 top +='					<a href="javascript:ClickLeftSearch(\'HRB\')" onfocus="this.blur()" class="topmenu">하얼빈</a> / ';
 top +='	 				<a href="" onfocus="this.blur()" class="topmenu">합비</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'HGH\')" onfocus="this.blur()" class="topmenu">항주</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'HAK\')" onfocus="this.blur()" class="topmenu">해구</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TPE\')" onfocus="this.blur()" class="topmenu">타이페이</a> <br/>';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TXG\')" onfocus="this.blur()" class="topmenu">타이중</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'KHH\')" onfocus="this.blur()" class="topmenu">까오슝</a>';
 top +='				</div>   ';
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/Chinahotel.aspx" border="0">';
 top +=' 					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titlechina02.gif"/><br/>';
 top +='				</a>';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TYO\')" onfocus="this.blur()" class="topmenu">타이페이</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TXG\')" onfocus="this.blur()" class="topmenu">타이중</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'TYO\')" onfocus="this.blur()" class="topmenu">까오슝</a>';
 top +='				</div>   ';
 top +=' 	 			</td> ';
 top +=' 			</tr>';
 top +=' 		</table> ';
 top +=' 		<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-top:15px;">';
 top +=' 			<tr>';
 top +=' 	 			<td align="center">';
 top +=' 				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_closebtn.gif" OnClick="Top_Menu_Close(\'china\',\'' + SiteCode + '\')" style="cursor:hand;"/><br/>';
 top +=' 	 			</td>';
 top +=' 			</tr>';
 top +=' 		</table>  ';
 top +=' 	 </td>';
 top +=' 	</tr>';
 top +=' </table>';
 top +='  </div>';
////##############################################아시아############################################ 
 top +='  <div id="Type2_Top_asia" style="display:none">';
 top +='  <table width="700" cellpadding="0" cellspacing="0" border="0" style="margin-top:1px; border:10px solid #E1E1E1; padding:14;">';
 top +='  	<tr>';
 top +='  	 <td>';
 top +='  		<table width="100%" cellpadding="0" cellspacing="0" border="0">';
 top +='  			<tr>';
 top +='  	 			<td width="50%" valign="top" style="border-right:1px solid #E1E1E1; padding-right:14px;">';
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/Asiahotel.aspx" border="0">';
 top +='  					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titleasia01.gif"/><br/>';
 top +=' 				</a>';
 top +='  				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font>';
 top +=' 					<a href="javascript:ClickLeftSearch(\'BKK\')" onfocus="this.blur()" class="topmenu"><b>방콕</b></a>';
 top +=' 				</div> ';
 top +='  				<div style="padding-top:8px; color:#7B7B7B;">';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'BKK\', \'BKK0001\')" onfocus="this.blur()" class="topmenu">방글람푸 (카오산지역)</a> / ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'BKK\', \'BKK0002\')" onfocus="this.blur()" class="topmenu">차이나타운</a> / ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'BKK\', \'BKK0003\')" onfocus="this.blur()" class="topmenu">리버사이드</a><br/> ';
 top +='  	 				<a href="javascript:ClickLeftSearchL(\'BKK\', \'BKK0004\')" onfocus="this.blur()" class="topmenu">시암센터, 프라투남</a> / ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'BKK\', \'BKK0005\')" onfocus="this.blur()" class="topmenu">실롬</a> / ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'BKK\', \'BKK0006\')" onfocus="this.blur()" class="topmenu">스쿰빗</a> / ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'BKK\', \'BKK0006\')" onfocus="this.blur()" class="topmenu">수완나품 국제공항</a><br/> ';
 top +=' 					<a href="javascript:ClickLeftSearchL(\'BKK\', \'BKK0006\')" onfocus="this.blur()" class="topmenu">돈무앙 공항</a>';
 top +=' 				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +=' 	 				<a href="javascript:ClickLeftSearch(\'SIN\')" onfocus="this.blur()" class="topmenu"><b>싱가폴</b></a>';
 top +=' 				</div> ';
 top +='  				<div style="padding-top:12px; padding-bottom:12px; color:#7B7B7B;">';
 top +=' 					<a href="javascript:ClickLeftSearchL(\'SIN\', \'SIN0001\')" onfocus="this.blur()" class="topmenu">차이나타운</a> / ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'SIN\', \'SIN0002\')" onfocus="this.blur()" class="topmenu">시청, 썬텍시티, 마리나</a> / ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'SIN\', \'SIN0003\')" onfocus="this.blur()" class="topmenu">오차드</a> / ';
 top +=' 	 				<a href="javascript:ClickLeftSearchL(\'SIN\', \'SIN0005\')" onfocus="this.blur()" class="topmenu">리버사이드</a><br/>';
 top +=' 					<a href="javascript:ClickLeftSearchL(\'SIN\', \'SIN0006\')" onfocus="this.blur()" class="topmenu">창이 국제공항</a><br/>';
 top +=' 				</div>   '; 
 top +='  				</td>';
 top +='  	 			<td width="50%" valign="top" style="padding-left:14px;">';

 top +='  				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titlejapan02.gif"/><br/>';
 top +='  				<div style="padding-top:12px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearch(\'LGK\')" onfocus="this.blur()" class="topmenu">랑카위</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'MNL\')" onfocus="this.blur()" class="topmenu">마닐라</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'DPS\')" onfocus="this.blur()" class="topmenu">발리</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'CEB\')" onfocus="this.blur()" class="topmenu">세부</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'REP\')" onfocus="this.blur()" class="topmenu">시암립</a> /';
 top +='	  				<a href="javascript:ClickLeftSearch(\'JKT\')" onfocus="this.blur()" class="topmenu">자카르타</a> /';
 top +='	  				<a href="javascript:ClickLeftSearch(\'CNS\')" onfocus="this.blur()" class="topmenu">치앙마이</a> <br/> ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'KHH\')" onfocus="this.blur()" class="topmenu">카오슝</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'USM\')" onfocus="this.blur()" class="topmenu">코사무이</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'KUL\')" onfocus="this.blur()" class="topmenu">쿠알라룸프르</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'TPE\')" onfocus="this.blur()" class="topmenu">타이페이</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'PYX\')" onfocus="this.blur()" class="topmenu">파타야</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'PEN\')" onfocus="this.blur()" class="topmenu">페낭</a><br/> ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'HKT\')" onfocus="this.blur()" class="topmenu">푸켓</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'PNH\')" onfocus="this.blur()" class="topmenu">프놈펜</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'HAN\')" onfocus="this.blur()" class="topmenu">하노이</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'SGN\')" onfocus="this.blur()" class="topmenu">호치민</a> / ';
 top +='	  				<a href="javascript:ClickLeftSearch(\'HHQ\')" onfocus="this.blur()" class="topmenu">후아힌</a> <br/>';
 top +='   	 			</td> ';
 top +='  			</tr>';
 top +='  		</table> ';
 top +='  		<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-top:15px;">';
 top +='  			<tr>';
 top +='  	 			<td align="center">';
 top +='  				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_closebtn.gif" OnClick="Top_Menu_Close(\'asia\',\'' + SiteCode + '\')" style="cursor:hand;"/><br/>';
 top +='  	 			</td>';
 top +='  			</tr>';
 top +='  		</table>  ';
 top +='  	 </td>';
 top +='  	</tr>';
 top +='  </table> ';
 top +='  </div>';
////##############################################유럽############################################ 
 top +=' <div id="Type2_Top_europe" style="display:none">';
 top +=' <table width="700" cellpadding="0" cellspacing="0" border="0" style="margin-top:1px; border:10px solid #E1E1E1; padding:14;">';
 top +=' 	<tr>';
 top +=' 	 <td>';
 top +=' 		<table width="100%" cellpadding="0" cellspacing="0" border="0">';
 top +=' 			<tr>';
 top +=' 	 			<td width="50%" valign="top" style="border-right:1px solid #E1E1E1; padding-right:14px;">';
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/Europehotel.aspx" border="0">';
 top +=' 					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titleeurope01.gif"/><br/>';
 top +=' 				</a>';

 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'PAR\')" onfocus="this.blur()" class="topmenu"><b>파리</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0035\')" onfocus="this.blur()" class="topmenu">루브르박물관,방돔광장 (1구역)</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0002\')" onfocus="this.blur()" class="topmenu">오페라 (2구역)</a><br/> ';
 top +=' 					<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0068\')" onfocus="this.blur()" class="topmenu">소르본대학, 판테옹 (5구역)</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0055\')" onfocus="this.blur()" class="topmenu">생제르맹, 뤽상부르공원 (6구역)</a><br/> ';
 top +='					<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0034\')" onfocus="this.blur()" class="topmenu">에펠탑, 앵발리드 (7구역)</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0023\')" onfocus="this.blur()" class="topmenu">샹제리제, 개선문 (8구역)</a><br/> ';
 top +=' 					<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0023\')" onfocus="this.blur()" class="topmenu">생라자르역, 오페라 (9구역)</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0054\')" onfocus="this.blur()" class="topmenu">바스티유, 리퍼블릭광장 (11구역)</a><br/> ';
 top +='					<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0031\')" onfocus="this.blur()" class="topmenu">몽파르나쓰역 (14구역)</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'PAR\',\'PAR0026\')" onfocus="this.blur()" class="topmenu">미라보다리, 에펠탑 (15구역)</a>';
 top +='				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'LON\')" onfocus="this.blur()" class="topmenu"><b>런던</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LON\', \'LON0021\')" onfocus="this.blur()" class="topmenu">리젠트파크, 유스턴역</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LON\', \'LON0002\')" onfocus="this.blur()" class="topmenu">킹스크로스역, 블룸스버리</a><br/> ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LON\', \'LON0001\')" onfocus="this.blur()" class="topmenu">패딩턴역, 베이스워터</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'LON\', \'LON0017\')" onfocus="this.blur()" class="topmenu">메이페어, 옥스퍼드스트리트</a><br/> ';
 top +='					<a href="javascript:ClickLeftSearchL(\'LON\', \'LON0020\')" onfocus="this.blur()" class="topmenu">소호, 피카딜리서커스</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'LON\', \'LON0004\')" onfocus="this.blur()" class="topmenu">얼스코드, 켄싱턴</a>';
 top +='				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font>';
 top +='					<a href="javascript:ClickLeftSearch(\'ROM\')" onfocus="this.blur()" class="topmenu"><b>로마</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearchL(\'ROM\', \'ROM0008\')" onfocus="this.blur()" class="topmenu">테르미니역</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'ROM\', \'ROM0001\')" onfocus="this.blur()" class="topmenu">콜로세움</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'ROM\', \'ROM0010\')" onfocus="this.blur()" class="topmenu">트레비분수, 스페인계단</a> / ';
 top +='					<a href="javascript:ClickLeftSearchL(\'ROM\', \'ROM0009\')" onfocus="this.blur()" class="topmenu">바티칸</a>';
 top +='				</div>  ';
 top +=' 	 			</td>';
 top +=' 	 			<td width="50%" valign="top" style="padding-left:14px;">';
 top +=' 				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titleeurope02.gif"/><br/>';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<b class="topmenu">서유럽</b>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearch(\'NCE\')" onfocus="this.blur()" class="topmenu">니스</a> /';
 top +='					<a href="javascript:ClickLeftSearch(\'QLJ\')" onfocus="this.blur()" class="topmenu">루체른</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'LIS\')" onfocus="this.blur()" class="topmenu">리스본</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'MAD\')" onfocus="this.blur()" class="topmenu">마드리드</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'MUC\')" onfocus="this.blur()" class="topmenu">뮌헨</a>  / ';
 top +='					<a href="javascript:ClickLeftSearch(\'MIL\')" onfocus="this.blur()" class="topmenu">밀라노</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'BCN\')" onfocus="this.blur()" class="topmenu">바르셀로나</a><br/>';
 top +=' 	 				<a href="javascript:ClickLeftSearch(\'VCE\')" onfocus="this.blur()" class="topmenu">베니스</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'BER\')" onfocus="this.blur()" class="topmenu">베를린</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'BRU\')" onfocus="this.blur()" class="topmenu">브뤼셀</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'AMS\')" onfocus="this.blur()" class="topmenu">암스테르담</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'EDI\')" onfocus="this.blur()" class="topmenu">에딘버러</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'ZIN\')" onfocus="this.blur()" class="topmenu">인터라켄</a><br/> ';
 top +=' 	 				<a href="javascript:ClickLeftSearch(\'ZRH\')" onfocus="this.blur()" class="topmenu">취리히</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'FRA\')" onfocus="this.blur()" class="topmenu">프랑크푸르트</a>';
 top +='				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<b class="topmenu">동유럽</b>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearch(\'WAW\')" onfocus="this.blur()" class="topmenu">바르샤바</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'BUD\')" onfocus="this.blur()" class="topmenu">부다페스트</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'VIE\')" onfocus="this.blur()" class="topmenu">비엔나</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'SZG\')" onfocus="this.blur()" class="topmenu">짤쯔부르크</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'PRG\')" onfocus="this.blur()" class="topmenu">프라하</a>';
 top +='				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<b class="topmenu">북유럽</b>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearch(\'BGO\')" onfocus="this.blur()" class="topmenu">베르겐</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'STO\')" onfocus="this.blur()" class="topmenu">스톡홀름</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'OSL\')" onfocus="this.blur()" class="topmenu">오슬로</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'CPH\')" onfocus="this.blur()" class="topmenu">코펜하겐</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'HEL\')" onfocus="this.blur()" class="topmenu">헬싱키</a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<b class="topmenu">지중해&기타</b>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearch(\'ATH\')" onfocus="this.blur()" class="topmenu">아테네</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'IST\')" onfocus="this.blur()" class="topmenu">이스탄불</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'CAI\')" onfocus="this.blur()" class="topmenu">카이로</a>';
 top +='				</div> ';
 top +=' 	 			</td> ';
 top +=' 			</tr>';
 top +=' 		</table> ';
 top +=' 		<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-top:15px;">';
 top +=' 			<tr>';
 top +=' 	 			<td align="center">';
 top +=' 				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_closebtn.gif" OnClick="Top_Menu_Close(\'europe\',\'' + SiteCode + '\')" style="cursor:hand;"/><br/>';
 top +=' 	 			</td>';
 top +=' 			</tr>';
 top +=' 		</table>  ';
 top +=' 	 </td>';
 top +=' 	</tr>';
 top +=' </table> ';
 top +=' </div>';
////##############################################미주############################################ 
 top +=' <div id="Type2_Top_usa" style="display:none">';
 top +=' <table width="700" cellpadding="0" cellspacing="0" border="0" style="margin-top:1px; border:10px solid #E1E1E1; padding:14;">';
 top +=' 	<tr>';
 top +=' 	 <td>';
 top +=' 		<table width="100%" cellpadding="0" cellspacing="0" border="0">';
 top +=' 			<tr>';
 top +=' 	 			<td width="50%" valign="top" style="border-right:1px solid #E1E1E1; padding-right:14px;">';
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/ushotel.aspx" border="0">';
 top +=' 					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titleusa01.gif"/><br/>';
 top +=' 				</a>';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font>';
 top +='					<a href="javascript:ClickLeftSearch(\'LAX\')" onfocus="this.blur()" class="topmenu"><b>로스앤젤레스</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LAX\', \'LAX0004\')" onfocus="this.blur()" class="topmenu">다운타운&코리아타운</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LAX\', \'LAX0005\')" onfocus="this.blur()" class="topmenu">헐리우드</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LAX\', \'LAX0001\')" onfocus="this.blur()" class="topmenu">비벌리힐스</a> /';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LAX\', \'LAX0016\')" onfocus="this.blur()" class="topmenu">산타모니카지역</a><br/> ';
 top +='					<a href="javascript:ClickLeftSearchL(\'LAX\', \'LAX0010\')" onfocus="this.blur()" class="topmenu">LA 국제공항</a>';
 top +='				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'LAS\')" onfocus="this.blur()" class="topmenu"><b>라스베가스</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LAS\', \'LAS0002\')" onfocus="this.blur()" class="topmenu">다운타운(구시가)</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LAS\', \'LAS0005\')" onfocus="this.blur()" class="topmenu">노스스트립&컨벤션 센터</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'LAS\', \'LAS0007\')" onfocus="this.blur()" class="topmenu">사우스스트립</a>';
 top +='				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'NYC\')" onfocus="this.blur()" class="topmenu"><b>뉴욕</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'NYC\', \'NYC0014\')" onfocus="this.blur()" class="topmenu">센트럴파크(어퍼맨하튼)</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'NYC\', \'NYC0009\')" onfocus="this.blur()" class="topmenu">타임즈스퀘어 & 코리아타운 (미드타운)</a><br/> ';
 top +='					<a href="javascript:ClickLeftSearchL(\'NYC\', \'NYC0008\')" onfocus="this.blur()" class="topmenu">월스트리트(로워맨하튼)</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'NYC\', \'NYC0006\')" onfocus="this.blur()" class="topmenu">JFK국제공항</a>';
 top +='				</div>  ';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='					<a href="javascript:ClickLeftSearch(\'SFO\')" onfocus="this.blur()" class="topmenu"><b>샌프란시스코</b></a>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'SFO\', \'SFO0001\')" onfocus="this.blur()" class="topmenu">다운타운</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'SFO\', \'SFO0002\')" onfocus="this.blur()" class="topmenu">피셔맨즈워프</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearchL(\'SFO\', \'SFO0006\')" onfocus="this.blur()" class="topmenu">샌프란시스코 국제공항</a>';
 top +='				</div>';
 top +=' 	 			</td>';
 top +=' 	 			<td width="50%" valign="top" style="padding-left:14px;">';
 top +=' 				<div style="padding-top:31px; color:#7B7B7B;"><font color="#CF1B0F">▶</font> ';
 top +='	 				<b class="topmenu">미주내 다른주요도시</b>';
 top +='				</div> ';
 top +=' 				<div style="padding-top:8px; padding-bottom:12px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearch(\'IAG\')" onfocus="this.blur()" class="topmenu">나이아가라폭포</a>/ ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'MSY\')" onfocus="this.blur()" class="topmenu">뉴올리언즈</a>/ ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'DFW\')" onfocus="this.blur()" class="topmenu">달라스</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'DEN\')" onfocus="this.blur()" class="topmenu">덴버</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'DTT\')" onfocus="this.blur()" class="topmenu">디트로이트</a><br/> ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'RNO\')" onfocus="this.blur()" class="topmenu">리노</a> /';
 top +=' 	 				<a href="javascript:ClickLeftSearch(\'MIA\')" onfocus="this.blur()" class="topmenu">마이애미</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'MEM\')" onfocus="this.blur()" class="topmenu">멤피스</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'BOS\')" onfocus="this.blur()" class="topmenu">보스턴</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'SJC\')" onfocus="this.blur()" class="topmenu">산호세</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'SAN\')" onfocus="this.blur()" class="topmenu">샌디에고</a><br/> ';
 top +='					<a href="javascript:ClickLeftSearch(\'SLC\')" onfocus="this.blur()" class="topmenu">솔트레이크 시티</a> /';
 top +='					<a href="javascript:ClickLeftSearch(\'SEA\')" onfocus="this.blur()" class="topmenu">시애틀</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'CHI\')" onfocus="this.blur()" class="topmenu">시카고</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'ANA\')" onfocus="this.blur()" class="topmenu">애너하임</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'ATL\')" onfocus="this.blur()" class="topmenu">아틀랜타</a><br/> ';
 top +='					<a href="javascript:ClickLeftSearch(\'ANC\')" onfocus="this.blur()" class="topmenu">앵커리지</a> /';
 top +='					<a href="javascript:ClickLeftSearch(\'ORL\')" onfocus="this.blur()" class="topmenu">올랜도</a> /';
 top +='					<a href="javascript:ClickLeftSearch(\'WAS\')" onfocus="this.blur()" class="topmenu">워싱턴</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'PHL\')" onfocus="this.blur()" class="topmenu">필라델피아</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'HNL\')" onfocus="this.blur()" class="topmenu">호놀룰루</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'HOU\')" onfocus="this.blur()" class="topmenu">휴스턴</a>';
 top +='				</div>     '; 
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/ushotel.aspx" border="0">';
 top +=' 				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titleusa02.gif"/><br/>';
 top +=' 				</a>';
 top +=' 				<div style="padding-top:12px; padding-bottom:12px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearch(\'XLV\')" onfocus="this.blur()" class="topmenu">나이아가라폭포</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'YMQ\')" onfocus="this.blur()" class="topmenu">몬트리올</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'YVR\')" onfocus="this.blur()" class="topmenu">밴쿠버</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'YBA\')" onfocus="this.blur()" class="topmenu">밴프</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'YOW\')" onfocus="this.blur()" class="topmenu">오타와</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'YYC\')" onfocus="this.blur()" class="topmenu">캘거리</a><br/> ';
 top +='					<a href="javascript:ClickLeftSearch(\'YQB\')" onfocus="this.blur()" class="topmenu">퀘벡</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'YTO\')" onfocus="this.blur()" class="topmenu">토론토</a>';
 top +='				</div>   ';
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/ushotel.aspx" border="0">';
 top +=' 					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titleusa03.gif"/><br/>';
 top +=' 				</a>';
 top +=' 				<div style="padding-top:12px; color:#7B7B7B;">';
 top +='					<a href="javascript:ClickLeftSearch(\'MEX\')" onfocus="this.blur()" class="topmenu">멕시코 시티</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'ACA\')" onfocus="this.blur()" class="topmenu">아카풀코</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'CUN\')" onfocus="this.blur()" class="topmenu">칸쿤</a>';
 top +='				</div>  ';
 top +=' 	 			</td> ';
 top +=' 			</tr>';
 top +=' 		</table> ';
 top +=' 		<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-top:15px;">';
 top +=' 			<tr>';
 top +=' 	 			<td align="center">';
 top +=' 				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_closebtn.gif" OnClick="Top_Menu_Close(\'usa\',\'' + SiteCode + '\')" style="cursor:hand;"/><br/>';
 top +=' 	 			</td>';
 top +=' 			</tr>';
 top +=' 		</table>  ';
 top +=' 	 </td>';
 top +=' 	</tr>';
 top +=' </table> ';
 top +=' </div>';
////##############################################대양주############################################ 
 top +=' <div id="Type2_Top_oceania" style="display:none">';
 top +=' <table width="700" cellpadding="0" cellspacing="0" border="0" style="margin-top:1px; border:10px solid #E1E1E1; padding:14;">';
 top +=' 	<tr>';
 top +=' 	 <td>';
 top +=' 		<table width="100%" cellpadding="0" cellspacing="0" border="0">';
 top +=' 			<tr>';
 top +=' 	 			<td width="50%" valign="top" style="border-right:1px solid #E1E1E1; padding-right:14px;">';
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/Oceaniahotel.aspx" border="0">';
 top +=' 					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titleoceania01.gif"/><br/>';
 top +=' 				</a>';
 top +=' 				<div style="padding-top:12px; padding-bottom:12px; color:#7B7B7B;">';
 top +='	 				<a href="javascript:ClickLeftSearch(\'SYD\')" onfocus="this.blur()" class="topmenu">시드니</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'MEL\')" onfocus="this.blur()" class="topmenu">멜버른</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'CNS\')" onfocus="this.blur()" class="topmenu">케언즈</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'BNE\')" onfocus="this.blur()" class="topmenu">브리즈번</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'OOL\')" onfocus="this.blur()" class="topmenu">골드코스트</a> / ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'CBR\')" onfocus="this.blur()" class="topmenu">캔버라</a><br/> ';
 top +='	 				<a href="javascript:ClickLeftSearch(\'PER\')" onfocus="this.blur()" class="topmenu">퍼스</a> /';
 top +='					<a href="javascript:ClickLeftSearch(\'DRW\')" onfocus="this.blur()" class="topmenu">다윈</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'ASP\')" onfocus="this.blur()" class="topmenu">앨리스스프링스</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'AYQ\')" onfocus="this.blur()" class="topmenu">에어스 록</a> / ';
 top +='					<a href="javascript:ClickLeftSearch(\'ADL\')" onfocus="this.blur()" class="topmenu">애들래이드</a> /';
 top +='					<a href="javascript:ClickLeftSearch(\'HBA\')" onfocus="this.blur()" class="topmenu">호바트</a>';
 top +='				</div>    ';
 top +=' 	 			</td>';
 top +=' 	 			<td width="50%" valign="top" style="padding-left:14px;">';
 top +=' 				<a href="/ASPX/Common/Loading.aspx?page=hotelproducts/Oceaniahotel.aspx" border="0">';
 top +=' 					<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_titleoceania02.gif"/><br/>';
 top +=' 				</a>';
 top +=' 				<div style="padding-top:12px; padding-bottom:12px; color:#7B7B7B;">';
 top +='					 <a href="javascript:ClickLeftSearch(\'AKL\')" onfocus="this.blur()" class="topmenu">오클랜드</a> / ';
 top +='					 <a href="javascript:ClickLeftSearch(\'ROT\')" onfocus="this.blur()" class="topmenu">로토루아</a> / ';
 top +='					 <a href="javascript:ClickLeftSearch(\'WLG\')" onfocus="this.blur()" class="topmenu">웰링턴</a> / ';
 top +='					 <a href="javascript:ClickLeftSearch(\'CHC\')" onfocus="this.blur()" class="topmenu">크라이스트처치</a> / ';
 top +='					 <a href="javascript:ClickLeftSearch(\'ZQN\')" onfocus="this.blur()" class="topmenu">퀸스타운</a>';
 top +='				</div> ';
 top +=' 	 			</td> ';
 top +=' 			</tr>';
 top +=' 		</table> ';
 top +=' 		<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-top:15px;">';
 top +=' 			<tr>';
 top +=' 	 			<td align="center">';
 top +=' 				<img align="absmiddle" border="0" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_closebtn.gif"/ OnClick="Top_Menu_Close(\'oceania\',\'' + SiteCode + '\')" style="cursor:hand;"><br/>';
 top +=' 	 			</td>';
 top +=' 			</tr>';
 top +=' 		</table>  ';
 top +=' 	 </td>';
 top +=' 	</tr>';
 top +=' </table>  ';
 top +=' </div>';


 document.write(top);

}

// 2006-06-17 초고속열차 바로가기
function PremierTrain(obj)
{
	location.href = "/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=" +obj.value;
}
//--###########################################################################################################-->


//상단탑메뉴
function TopEurail(Type)
{


	var strTopMenu ='';
		 
		 strTopMenu += '			<div id="maingnb_tab_left">';
		 strTopMenu += '				<a href="/ASPX/eurailproducts/eurailproducts.aspx"><img id="Tab_Pass" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_toptab_Pass_680_' + ((Type.toUpperCase() != "PTP") ? "on" : "off") + '.gif" border="0" onMouseover="IMG_swapImage(\'Tab_Pass\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_toptab_Pass_680_on.gif\',1)" onMouseout="IMG_swapImgRestore()"></a>';
		 strTopMenu += '			</div>';
		 strTopMenu += '			<div id="maingnb_tab_right">';
		 strTopMenu += '				<a href="/ASPX/eurailproducts/PTPSearchResult.aspx"><img id="Tab_PTP" src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_toptab_PTP_680_' + ((Type.toUpperCase() == "PTP") ? "on" : "off") + '.gif" border="0" onMouseover="IMG_swapImage(\'Tab_PTP\',\'\',\'http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/gnbmenu/type2_toptab_PTP_680_on.gif\',1)" onMouseout="IMG_swapImgRestore()"></a>';		 
		 strTopMenu += '			</div>';
		 
	
	if(Type != 'PTP')
	{
		
		 strTopMenu += '		<div id="Div_TopMenu1">'; 
		 strTopMenu += '			<div id="maingnb_memnu">'; 
		 strTopMenu += '				<div id="maingnb_memnu_text">'; 
		 strTopMenu += '					<a href="javascript:MenuOpen(\'Div_TopMenu1\',\'Div_TopMenu2\')" style="color:#FFFFFF;"><b> 자세한 상품리스트를 보시려면 여기를 클릭하세요</b></a> '; 
		 strTopMenu += '				</div>'; 
		 strTopMenu += '			</div>'; 
		 strTopMenu += '		</div>'; 				 
		 strTopMenu += '		<div id="Div_TopMenu2" style="display:none;">'; 
		 strTopMenu += '		<div id="maingnb_memnu">';
		 strTopMenu += '		<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" bgcolor="#FFFFFF">'; 
		 strTopMenu += '			<tr>'; 
		 strTopMenu += '				<td align="center" style="padding:11 15 7 11;">'; 
		 strTopMenu += '				<table cellpadding="0" cellspacing="0" border="0" width="100%">'; 
		 strTopMenu += '					<tr>'; 
		 strTopMenu += '						<td style="border-right:1px solid #E1E1E1;" width="174" valign="top">'; 
		 strTopMenu += '						<table cellpadding="0" cellspacing="0" border="0" >'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_rail.gif" align="absbottom" border="0" />'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:15px; padding-bottom:20px;">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100029" title="유레일글로벌패스" class="topgnb">· 유레일글로벌패스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100032" title="유레일셀렉트패스" class="topgnb">· 유레일셀렉트패스</a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_single.gif" align="absbottom" border="0" />'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:13px; padding-bottom:8px;">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100041" title="프랑스" class="topgnb">· 프랑스</a>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100050" title="스위스" class="topgnb">· 스위스</a> '; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100507" title="이탈리아" class="topgnb">· 이탈리아</a> <br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100048" title="독일" class="topgnb">· 독일</a>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100303" title="스페인" class="topgnb">· 스페인</a> '; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100008" title="영국" class="topgnb">· 영국</a> <br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100602" title="체코" class="topgnb">· 체코</a>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100296" title="노르웨이" class="topgnb">· 노르웨이</a> '; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100306" title="스웨덴" class="topgnb">· 스웨덴</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100280" title="핀란드" class="topgnb">· 핀란드</a> '; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100334" title="덴마크" class="topgnb">· 덴마크</a> '; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100301" title="루마니아" class="topgnb">· 루마니아</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100600" title="오스트리아" class="topgnb">· 오스트리아</a>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100611" title="슬로베니아" class="topgnb">· 슬로베니아</a> <br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100505" title="아일랜드" class="topgnb">· 아일랜드</a>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100509" title="포루투칼" class="topgnb">· 포루투칼</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100333" title="프라하" class="topgnb">· 프라하</a> '; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100504" title="크로아티아" class="topgnb">· 크로아티아</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100299" title="폴란드" class="topgnb">· 폴란드</a>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100291" title="그리스" class="topgnb">· 그리스</a> '; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100294" title="헝가리" class="topgnb">· 헝가리</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100292" title="네덜란드" class="topgnb">· 네덜란드</a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '						</table>'; 
		 strTopMenu += '						</td>'; 
		 strTopMenu += '						<td width="110" style="padding-left:10px;" valign="top">'; 
		 strTopMenu += '						<table cellpadding="0" cellspacing="0" border="0" >'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:3px;"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_multiple.gif" align="absbottom" border="0" />'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:12px;">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100283" title="프랑스&amp;이탈리아" class="topgnb">· 프랑스&amp;이탈리아</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100285" title="프랑스&amp;스위스" class="topgnb">· 프랑스&amp;스위스</a> <br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100284" title="프랑스&amp;스페인" class="topgnb">· 프랑스&amp;스페인</a> <br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100281" title="프랑스&amp;독일" class="topgnb">· 프랑스&amp;독일</a> <br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100027" title="동유럽패스" class="topgnb">· 동유럽패스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100609" title="스칸패스" class="topgnb">· 스칸패스</a><br/>';
 		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100004" title="발칸패스" class="topgnb">· 발칸패스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100503" title="베네룩스패스" class="topgnb">· 베네룩스패스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100278" title="베네룩스&amp;프랑스" class="topgnb">· 베네룩스&amp;프랑스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100203" title="베네룩스&amp;독일" class="topgnb">· 베네룩스&amp;독일</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100289" title="독일&amp;스위스" class="topgnb">· 독일&amp;스위스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100515" title="독일&amp;체코" class="topgnb">· 독일&amp;체코</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100517" title="독일&amp;폴란드" class="topgnb">· 독일&amp;폴란드</a> <br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100286" title="오스트리아&amp;독일" class="topgnb">· 오스트리아&amp;독일</a> <br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100230" title="덴마크&amp;독일" class="topgnb">· 덴마크&amp;독일</a> '; 
		 strTopMenu += '								'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '						</table>'; 
		 strTopMenu += '						</td>'; 
		 strTopMenu += '						<td style="border-right:1px solid #E1E1E1;" width="230" valign="top">'; 
		 strTopMenu += '						<table cellpadding="0" cellspacing="0" border="0" >'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:29px;">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100605" title="핀란드&amp;스웨덴" class="topgnb">· 핀란드&amp;스웨덴</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100229" title="오스트리아&amp;크로아티아/슬로베니아" class="topgnb">· 오스트리아&amp;크로아티아/슬로베니아</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100275" title="오스트리아&amp;체코" class="topgnb">· 오스트리아&amp;체코</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100502" title="오스트리아&amp;헝가리" class="topgnb">· 오스트리아&amp;헝가리</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100277" title="오스트리아&amp;스위스" class="topgnb">· 오스트리아&amp;스위스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100236" title="포루투칼&amp;스페인" class="topgnb">· 포루투칼&amp;스페인</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100231" title="그리스&amp;이탈리아" class="topgnb">· 그리스&amp;이탈리아</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100506" title="이탈리아 &amp; 스페인" class="topgnb">· 이탈리아 &amp; 스페인</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100204" title="헝가리 &amp; 루마니아" class="topgnb">· 헝가리 &amp; 루마니아</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100232" title="헝가리&amp;크로아티아/슬로베니아" class="topgnb">· 헝가리&amp;크로아티아/슬로베니아</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100603" title="덴마크&amp;스웨덴" class="topgnb">· 덴마크&amp;스웨덴</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100607" title="노르웨이&amp;스웨덴" class="topgnb">· 노르웨이&amp;스웨덴</a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '						</table>'; 
		 strTopMenu += '						</td>'; 
		 strTopMenu += '						<td style="padding-left:10px;" valign="top">'; 
		 strTopMenu += '						<table cellpadding="0" cellspacing="0" border="0" >'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:2px;"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_norway.gif" align="absbottom" border="0" />'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:13px; padding-bottom:23px;">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100081" title="로얄피오르트투어" class="topgnb">· 로얄피오르트투어</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100317" title="노르웨이넛셀" class="topgnb">· 노르웨이넛셀</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PassInformation.aspx?RailMasterCode=100514" title="H하르당게르넛셀" class="topgnb">· 하르당게르넛셀</a>									'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_pointtopoint.gif" align="absbottom" border="0" />'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:18px;">'; 
		 strTopMenu += '									<select name="PremierTrainSelect" size="1" style="width:157px; font-family:Arial; color:#555555;" onchange="PremierTrain(this)">'; 
		 strTopMenu += '										<option value="">초고속열차</option>'; 
		 strTopMenu += '										<option value="300003">유로스타</option>'; 
		 strTopMenu += '										<option value="300013">탈리스</option> '; 
		 strTopMenu += '										<option value="300004">TGV리리아(프랑스-스위스)</option>'; 
		 strTopMenu += '										<option value="300007">제네바-프랑스지중해TGV</option> '; 
		 strTopMenu += '										<option value="300002">TGV브뤼셀-프랑스</option>'; 
		 strTopMenu += '										<option value="300028">프랑스국내TGV</option>'; 
		 strTopMenu += '										<option value="300005">아르테시아데이열차(프랑스-이탈리아)</option>'; 
		 strTopMenu += '										<option value="300016">탈고데이열차</option>'; 
		 strTopMenu += '										<option value="300001">아베열차</option>'; 
		 strTopMenu += '										<option value="300022">탈고200열차</option>'; 
		 strTopMenu += '									</select>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:6px; padding-bottom:20px;">'; 
		 strTopMenu += '									<select name="PremierTrainSelect" size="1" style="width:157px; font-family:Arial; color:#555555;" onchange="PremierTrain(this)"> '; 
		 strTopMenu += '										<option value="">호텔열차</option> '; 
		 strTopMenu += '										<option value="300012">엘립소스</option>'; 
		 strTopMenu += '										<option value="300024">아르테시아나이트</option>'; 
		 strTopMenu += '										<option value="300009">파리-독일나이트</option>'; 
		 strTopMenu += '										<option value="300018">루지타니아</option>'; 
  		 strTopMenu += '										<option value="300025">리비에라나이트</option> ';  
		 strTopMenu += '									</select>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td>'; 
		 strTopMenu += '									<a href="/ASPX/EurailProducts/PassHelp.aspx"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_howtouse.gif" align="absbottom" border="0" /></a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:15px;">'; 
		 strTopMenu += '									<a href="/ASPX/CustomerCenter/BookingList.aspx"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_bookinglist.gif" align="absbottom" border="0" /></a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '						</table>	'; 
		 strTopMenu += '						</td>'; 
		 strTopMenu += '					</tr>'; 
		 strTopMenu += '				</table>'; 
		 strTopMenu += '				<div style="padding-top:8px; padding-bottom:5px;">'; 
		 strTopMenu += '					<a href="javascript:MenuClose(\'Div_TopMenu1\',\'Div_TopMenu2\')"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_close.gif" align="absbottom" border="0" /></a>'; 
		 strTopMenu += '				</div>';		 
		 strTopMenu += '				</td>'; 
		 strTopMenu += '			</tr>'; 
		 strTopMenu += '		</table>'; 
		 strTopMenu += '		</div>'; 
		 strTopMenu += '		</div>';
		 
	}
	else
	{
	
		 strTopMenu += '		<div id="Div_TopMenu1">'; 
		 strTopMenu += '			<div id="maingnb_memnu">'; 
		 strTopMenu += '				<div id="maingnb_memnu_text">'; 
		 strTopMenu += '				<a href="javascript:MenuOpen(\'Div_TopMenu1\',\'Div_TopMenu2\')" style="color:#FFFFFF;"><b>자세한 상품리스트를 보시려면 여기를 클릭하세요</b></a>'; 
		 strTopMenu += '				</div>'; 
		 strTopMenu += '			</div>'; 
		 strTopMenu += '		</div>'; 		 
		 strTopMenu += '		<div id="Div_TopMenu2" style="display:none;">'; 
		 strTopMenu += '		<div id="maingnb_memnu">';
		 strTopMenu += '		<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">'; 
		 strTopMenu += '			<tr>'; 
		 strTopMenu += '				<td align="center" style="padding:11 15 7 20;" bgcolor="#FFFFFF">'; 		 
		 strTopMenu += '				<table cellpadding="0" cellspacing="0" border="0" width="100%">'; 
		 strTopMenu += '					<tr>'; 
		 strTopMenu += '						<td style="border-right:1px solid #E1E1E1;" width="369" valign="top">'; 		 
		 strTopMenu += '						<table cellpadding="0" cellspacing="0" border="0" >'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td colspan="3" style="padding-top:2px;"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_highspeed.gif" align="absbottom" border="0" />'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:13px; padding-bottom:19px;" valign="top" width="105">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300003" title="유로스타" class="topgnb">· 유로스타</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300013" title="탈리스" class="topgnb">· 탈리스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300004" title="TGV리리아(프랑스-스위스)" class="topgnb">· TGV리리아<br/><span style="width:5px;"></span>(프랑스-스위스)</a>			'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '								<td style="padding-top:13px; padding-bottom:19px;" valign="top" width="135">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300007" title="제네바-프랑스지중해TGV" class="topgnb">· 제네바-프랑스지중해<br/><span style="width:5px;"></span>TGV</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300002" title="TGV프뤼셀-프랑스" class="topgnb">· TGV프뤼셀-프랑스</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300028" title="TGV" class="topgnb">· 프랑스국내TGV</a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '								<td style="padding-top:13px; padding-bottom:19px;" valign="top">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300005" title="France-Italy" class="topgnb">· 아르테시아데이열차<br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300001" title="AVE" class="topgnb">· AVE</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300016" title="Talgo Day" class="topgnb">· Talgo Day</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300022" title="Talgo 200" class="topgnb">· Talgo 200</a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td colspan="3"><a href="/ASPX/EurailProducts/PassHelp.aspx"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_howtouse01.gif" align="absbottom" border="0" /></a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '						</table>'; 
		 strTopMenu += '						</td>'; 
		 strTopMenu += '						<td style="padding-left:12px;" valign="top">'; 		 
		 strTopMenu += '						<table cellpadding="0" cellspacing="0" border="0" >'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:1px;" colspan="3"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_hoteltrain.gif" align="absbottom" border="0" />'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:14px; padding-bottom:19px;" width="195" valign="top">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300024" title="Artesia Night" class="topgnb">· 아르테시아나이트</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300018" title="Lusitania" class="topgnb">· 루지타니아</a><br/>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '								<td style="padding-top:14px; padding-bottom:19px;" width="195" valign="top">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300009" title="Paris-Germany Night" class="topgnb">· 파리-독일 나이트</a><br/>'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300025" title="Riviera Night Train" class="topgnb">· 리비에라나이트</a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '								<td style="padding-top:14px; padding-bottom:19px;" width="103" valign="top">'; 
		 strTopMenu += '								<a href="/ASPX/EurailProducts/PremierInformation.aspx?RailMasterCode=300012" title="Elipsos Trenhotel" class="topgnb">· 엘립소스</a><br/>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '						</table>'; 
		 strTopMenu += '						<table cellpadding="0" cellspacing="0" border="0" >'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td style="padding-top:1px;" align="right">';
		 strTopMenu += '									<a href="/ASPX/CustomerCenter/BookingList.aspx"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_title_bookinglist_top.gif" align="absbottom" border="0" /></a>';  
		 strTopMenu += '								</td>'; 
		 strTopMenu += '								<td width="10">&nbsp;</td>'; 
		 strTopMenu += '								<td style="padding-top:1px;" align="left">';
		 strTopMenu += '									<a href="javascript:GoPTPResult();"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_searchbtn_top.gif" align="absbottom" border="0" alt="구간권 검색하기"/></a>'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '							<tr>'; 
		 strTopMenu += '								<td colspan="3" style="padding-top:5px; " valign="top">';
		 strTopMenu += '									<img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_ptpsearch_top.gif" align="absbottom" border="0" />'; 
		 strTopMenu += '								</td>'; 
		 strTopMenu += '							</tr>'; 
		 strTopMenu += '						</table>'; 
		 strTopMenu += '						</td>'; 
		 strTopMenu += '					</tr>'; 
		 strTopMenu += '				</table>'; 
		 strTopMenu += '				<div style="padding-top:8px; padding-bottom:5px;">'; 
		 strTopMenu += '					<a href="javascript:MenuClose(\'Div_TopMenu1\',\'Div_TopMenu2\')"><img src="http://images.rts.co.kr/B2B2C/Language/KR/Default/_images/RailProducts/gnb_close.gif" align="absbottom" border="0" /></a>'; 
		 strTopMenu += '				</div>';
		 strTopMenu += '				</td>'; 
		 strTopMenu += '			</tr>';
		 strTopMenu += '		</table>'; 		 
		 strTopMenu += '		</div>'; 
		 strTopMenu += '		</div>';
	}

	document.write(strTopMenu);

}

//유레일 탑메뉴 표시 함수
function MenuOpen(obj1,obj2)
{
	document.getElementById(obj1).style.display = "none";
	document.getElementById(obj2).style.display = "block";
}

function MenuClose(obj1,obj2)
{
	document.getElementById(obj1).style.display = "block";
	document.getElementById(obj2).style.display = "none";
}

/*
function window::onload()
{
	//resizeSelf1();
	Hotel_autoSubResize();
}
*/

