//1depth ¸Þ´º È°¼ºÈ­
firstDepth = "12";
document.write( "<script language='JavaScript' src='" + topDomain[0]  + "/daum_new/new/new02/common/logger.js'></script>" );

// 2depth 
var menuSubNameArr =  new Array("TEMP", "ÀÚÁÖ¹¯´ÂÁú¹®", "»óÇ°¹®ÀÇÇÏ±â", "ºÒÆí/ÄªÂù/Á¦¾È", "ÄÝ¼¾ÅÍ", "ºñ»ó¿¬¶ô¸Á", "VIP ¿¹½º¼¾ÅÍ");
var menuSubCodeArr =  new Array("TEMP", "01", "02","03","04", "05", "06");

menuUrlTemp =document.all['SCRI_SUB_MENU'].src;

menuCodeName = "?SUB_MENU=";
pos = menuUrlTemp.lastIndexOf(menuCodeName);
subMenuCode = "";
if (pos > 0) {
	subMenuCode = menuUrlTemp.substring(pos+menuCodeName.length) ;
	for ( var i = 1 ; i < menuSubCodeArr.length ; i++ ) {
		if (subMenuCode == menuSubCodeArr[i]){
			subMenuCode = ( i <10 ) ? "0" + i : i ;
			break;
		}
	}
} else {
	tempUrl = document.location.href;
	if (tempUrl.indexOf("CSCenterFaq") > 0) {
		subMenuCode = "01";
	}else if (tempUrl.indexOf("CSCenterQnA") > 0 ) {
		subMenuCode = "02"; 
	}else if (tempUrl.indexOf("CSCenterReqCreate") > 0 ) {
		subMenuCode = "03"; 
	}else if (tempUrl.indexOf("CSCenterCallList") > 0 ) {
		subMenuCode = "04"; 
	}else if (tempUrl.indexOf("YesCallCenter") > 0 ) {
		subMenuCode = "06"; 
	}else {
		subMenuCode = "05"; 
	}
	//tempUrlArr02 =  new Array("IPKMypageInterestList", "¿¹¾à±â·Ï", "°ü½É»óÇ°", "°í°´¼¾Å¸ Q&A", "³ªÀÇ »ó´ã³»¿ª", "°³ÀÎÁ¤º¸/¼öÁ¤");
}

document.write("<table width='180' cellpadding='0' cellspacing='0' border='0'>");
document.write("<tr>");
document.write("		<td>");
document.write("			<table border='0' cellpadding='0' cellspacing='0' width='180'>");
document.write("					<tr>");
document.write("						<td colspan=\"5\"><a href='" +menuServer  + firstDepth + ".html' onfocus='this.blur();'><img src='http://image.tourexpress.com/korea/image08/page/daum_ui/image/07_menu_01.gif'></a></td>");
document.write("					</tr>");
document.write("					<tr>");
document.write("						<td width=\"1\" bgcolor=\"#b5cce2\"></td>");
document.write("						<td width=\"4\" bgcolor=\"#d0e4ff\"></td>");
document.write("						<td width=\"170\" style=\"padding-top:10\">");
document.write("<!--left_¸Þ´º ½ÃÀÛ -->	");
document.write("							<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">");
document.write("								<tr>");
document.write("									<td width=8></td>");
document.write("									<td width=170></td>");
document.write("								</tr>");

for ( var i = 1 ; i < menuSubNameArr.length ; i++ ) {
	tmpStr = ( i <10 ) ? "0" + i : i ;
	document.write("							<tr>");

	if (subMenuCode == tmpStr) {
document.write("									<Td height=\"25\" style='padding-left:3'></td>");
	} else {
		document.write("							<Td></td>");
	}

document.write("									<Td height=\"25\" style='padding-left:3'>");
	if (subMenuCode == tmpStr) {
		document.write ("<img src='http://image.tourexpress.com/korea/image08/page/daum_ui/image_01/menu_h.gif' align='absmiddle'>&nbsp;");
		document.write ("<a href='" + menuServer + firstDepth + tmpStr + ".html' class='left'>");
		document.write("<font color=black><b>" +  menuSubNameArr[i]  + "</b></font>");
	} else {
		document.write ("<img src='http://image.tourexpress.com/korea/image08/page/daum_ui/image_01/menu_h.gif' align='absmiddle'>&nbsp;");
		document.write ("<a href='" + menuServer + firstDepth + tmpStr + ".html' class='left'>");
		document.write( menuSubNameArr[i]);
	}
	document.write("								</a></td>");
	document.write("							</tr>");
/*
	if (menuSubNameArr.length-1 != i){
		document.write("		<tr>");
		document.write("			<Td></td>");
		document.write("			<Td><img src='http://image.tourexpress.com/korea/image05/05_site/img/tl_left_line.gif'></td>");
		document.write("		</tr>");
	}*/
}

document.write("							</table>");	
document.write("							<!--left_¸Þ´º ³¡ -->");	
document.write("						</td>");	
document.write("						<td width=\"4\" bgcolor=\"#d0e4ff\"></td>");
document.write("						<td width=\"1\" bgcolor=\"#b5cce2\"></td>");
document.write("					</tr>");	
document.writeln("					<tr><td colspan=\"5\"><img src=\"http://image.tourexpress.com/korea/image08/page/daum_ui/image_01/air_bottom.gif\"></td></tr>");
document.write("					<Tr height=5>");
document.write("						<td colspan=\"5\"></td>");
document.write("					</tr>");
document.write ("				</table>");
document.write ("			</td>");
document.write ("	</tr>    						");
document.write ("	<tr>");
document.write ("		<td align=center>");
document.write ("		<table  width='160' align=center border='0' cellpadding='0' cellspacing='0' height='30'>");
document.write ("		<tr>");
//document.write ("			<td width='60'><img src='http://image.hanmail.net/hanmail/temp/cp.gif' width='59' height='10'></td>");
document.write ("			<td align=left><a href='http://www.tourexpress.com/' target='_blink'><img src='http://image.tourexpress.com/korea/image07/page/1212/data_tourex_white.gif' alt='Åõ¾îÀÍ½ºÇÁ·¹½º' border=0></a></td>");
document.write ("		</tr>");
document.write ("		</table>");
document.write ("		</td>");
document.write ("	</tr>");
document.write ("</table>");

