<!--
	function openCatalog( strURL )
{
    var screen_width = 1024 - 10;
    var screen_height = 768 - 30;
    strFeatures = "toolbar=no,width=" + screen_width + ",height=" + screen_height +",left=0,top= 0,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes"
    
    windowname=window.open( strURL, "DBookWin", strFeatures );
    windowname.focus();
}
	function PathGo(getSection)
	{
//		alert(getSection);
		var pathVal = getSection ; 

		if (pathVal.length != 7) {
			alert("Àß¸øµÈ °æ·ÎÀÔ´Ï´Ù.")  ;
		} else {
			var Depth0 = parseInt(pathVal.substr(0,1),10) ; 
			var Depth1 = parseInt(pathVal.substr(1,2),10) ; 
			var Depth2 = parseInt(pathVal.substr(3,2),10) ; 
			var Depth3 = parseInt(pathVal.substr(5,2),10) ; 
		}

		switch(Depth0) {
			case 1 : 
				switch(Depth1) {
					case 0 : 
						document.location.href = "/index.asp" ; 
						break ; 
					// ±â¾÷Á¤º¸
					case 1:
						switch(Depth2) {
							case 0 :
								document.location.href = "/company/view.asp" ; 
								break ; 
							case 1 : 
								switch(Depth3) {
									case 0 : 
										document.location.href = "/company/view.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/company/view.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/company/history.asp" ; 
										break ;
									case 3 : 
										document.location.href = "/company/mission.asp" ; 
										break ; 
									case 4 : 
										document.location.href = "/company/org.asp" ; 
										break ;
								}
								break ; 
							case 2 : 
								switch(Depth3) {
									case 0 : 
										document.location.href = "/company/ceo_intro.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/company/ceo_intro.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/company/manage.asp" ; 
										break ; 
								}
								break ; 
							case 3 : 
								document.location.href = "/company/phill.asp" ; 
								break ; 
							case 4 : 
								switch(Depth3) {
									case 0 : 
										document.location.href = "/company/h_manage.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/company/h_com.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/company/h_trade.asp" ; 
										break ;
									case 3 : 
										document.location.href = "/company/h_money.asp" ; 
										break ; 
									case 4 : 
										document.location.href = "/company/h_data.asp" ; 
										break ;
									case 5 : 
										document.location.href = "/company/h_social.asp" ; 
										break ;
									case 6 : 
										document.location.href = "/company/h_sin.asp" ; 
										break ;
								}
								break ; 
							case 5 : 
								switch(Depth3) {
									case 0 : 
										document.location.href = "/company/i_man.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/company/i_man.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/company/i_rule.asp" ; 
										break ;
									case 3 : 
										document.location.href = "/company/i_up.asp" ; 
										break ; 
									case 4 : 
										document.location.href = "/company/i_wel.asp" ; 
										break ;
									case 5 : 
										document.location.href = "/company/i_guide.asp" ; 
										break ;
									case 6 : 
										document.location.href = "/company/i_news.asp" ; 
										break ;
									case 7 : 
										document.location.href = "/company/recruit_info.asp" ; 
										break ;
									case 8 : 
										document.location.href = "/company/recruit_news.asp" ; 
										break ;
								}
								break ; 
							case 6 : 
								document.location.href = "/company/loca.asp" ; 
								break ; 
						}
						break ; 
					// »ç¾÷¿µ¿ª
					case 2 : 
						switch(Depth2) {
							case 0 : 
							  	document.location.href = "/busi/c_intro.asp" ; 
								break ; 
							case 1 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/busi/c_intro.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/busi/c_intro.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/busi/c_port.asp" ; 
										break ; 
								}
								break ;
							case 2 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/busi/g_intro.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/busi/g_intro.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/busi/g_port.asp" ; 
										break ; 
								}
								break ; 
							case 3 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/busi/p_intro.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/busi/p_intro.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/busi/p_port.asp" ; 
										break ; 
								}
								break ; 
							case 4 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/busi/e_intro.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/busi/e_intro.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/busi/e_port.asp" ; 
										break ; 
								}
								break ; 
							case 5 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/busi/t_intel.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/busi/t_intel.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/busi/t_home.asp" ; 
										break ; 
									case 3 : 
										document.location.href = "/busi/t_intro.asp" ; 
										break ;
									case 4 : 
										document.location.href = "/busi/t_port.asp" ; 
										break ;
								}
								break ;
							case 6 : 
								document.location.href = "/busi/coun.asp" ; 
								break ; 
						}
						break ; 
						// º¸¾ÈÀûÇÕ¼º°ËÁõ 
					case 3 : 
						switch(Depth2) {
							case 0 : 
								document.location.href = "/tech/l_intro.asp" ; 
								break ; 
							case 1 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/tech/l_intro.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/tech/l_intro.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/tech/l_study.asp" ; 
										break ; 
									case 3 : 
										document.location.href = "/tech/l_port.asp" ; 
										break ;
								}
								break ;
							case 2 : 
								document.location.href = "/tech/qual.asp" ; 
								break ; 
							case 3 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/tech/safeman.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/tech/safeman.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/tech/core.asp" ; 
										break ; 
									case 3 : 
										document.location.href = "/tech/mtm.asp" ; 
										break ;
									case 4 : 
										document.location.href = "/tech/sens.asp" ; 
										break ;
									case 5 : 
										document.location.href = "/tech/prize.asp" ; 
										break ;
								}
								break ;
							case 4 : 
								document.location.href = "/tech/enviro.asp" ; 
								break ; 
						}
						break ; 
					// ºÐ¾ç/ÇöÀåÁ¤º¸ 
					case 4 : 
						switch(Depth2) {
							case 0 : 
								document.location.href = "/sale/under.asp" ; 
								break ;  
							case 1 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/sale/under.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/sale/under.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/sale/pre.asp" ; 
										break ; 
									case 3 : 
										document.location.href = "/sale/comp.asp" ; 
										break ;
								}
								break ; 
							case 2 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/sale/spot.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/sale/spot.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/sale/enter.asp" ; 
										break ; 
								}
								break ; 
							case 3 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/sale/park.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/sale/park.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/sale/roy.asp" ; 
										break ;
									case 3 : 
										document.location.href = "/sale/etc.asp" ; 
										break ; 
								}
								break ;  
						}
						break ; 
					// »çÀÌ¹öÈ«º¸ 
					case 5 : 
						switch(Depth2) {
							case 0 : 
								document.location.href = "/cyber/notice.asp" ; 
								break ; 
							case 1 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/cyber/notice.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/cyber/notice.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/cyber/news.asp" ; 
										break ;
								}
								break ; 
							case 2 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/cyber/b_park.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/cyber/b_park.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/cyber/b_roy.asp" ; 
										break ;
								}
								break ; 
							case 3 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/cyber/mov.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/cyber/mov.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/cyber/ad.asp" ; 
										break ;
									case 3 : 
										document.location.href = "/cyber/tv.asp" ; 
										break ;
									case 4 : 
										document.location.href = "/cyber/radio.asp" ; 
										break ;
								}
								break ; 
							case 4 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/cyber/s_intro.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/cyber/s_intro.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/cyber/s_write.asp" ; 
										break ;
									case 3 : 
										document.location.href = "/cyber/s_act.asp" ; 
										break ;
								}
								break ; 
							case 5 : 
								document.location.href = "javascript:openCatalog('http://www.hansol.co.kr/pr/bro/01_dbook.htm')" ; 
								break ;
						}
						break ; 
					// °í°´Áö¿ø 
					case 6 : 
						switch(Depth2) {
							case 0 : 
								document.location.href = "/custom/faq.asp" ; 
								break ; 
							case 1 : 
							switch(Depth3) {
									case 0 : 
										document.location.href = "/custom/faq.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/custom/faq.asp" ; 
										break ; 
									case 2 : 
										document.location.href = "/custom/prop.asp" ; 
										break ;
									case 3 : 
										document.location.href = "/custom/contact.asp" ; 
										break ;
								}
								break ; 
							case 2 : 
								switch(Depth3){
									case 0 : 
										document.location.href = "/custom/scrib.asp" ; 
										break ; 
									case 1 : 
										document.location.href = "/custom/scrib.asp" ; 
										break ; 
									case 2 :
										document.location.href = "/custom/house.asp" ; 
										break ; 
								}
								break ; 
							case 3 :
								document.location.href = "http://www.drapt.com/index", _blank ; 
								break ;
							case 4 : 
								document.location.href = "/custom/relat.asp" ; 
								break ;
						}
						break ; 
			}
		}
	}
	
function printLeftMenu(path,cont,flag) {
	var file_path = new Array(9);
	
	if (path=='history') {
		file_path[0] = "h_history.asp";
		file_path[1] = "h_history_2007.asp";
		file_path[2] = "h_history_2006.asp";
		file_path[3] = "h_history_2005.asp";
		file_path[4] = "h_history_2004.asp";
		file_path[5] = "h_history_2003.asp";
		file_path[6] = "h_history_2002.asp";
		file_path[7] = "h_history_2001.asp";
		file_path[8] = "h_history_2000.asp";
	}
	else if (path=='comm') {
		file_path[0] = "#";
	}
	
	document.write("<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">");
	document.write("	<tr>");
	document.write("		<td valign=\"top\" bgcolor=\"#FFF8E6\">");
	document.write("			<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.write("				<tr>");
	document.write("					<td colspan=\"2\"><img src=\"hisimg/leftimg01.gif\" border=\"0\"></td>");
	document.write("				</tr>");
	document.write("				<tr>");
	document.write("					<td><img src=\"hisimg/leftimg02.gif\" border=\"0\"></td>");
	document.write("					<td valign=\"top\">");
	document.write("						<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">");
	for (i=1;i<=cont;i++) {
		document.writeln ("						<tr>");
		if (flag==(i-1)) {
			document.writeln ("						<td bgcolor=\"#CFC6E3\"><a href=\""+file_path[i-1]+"\"><img src=\"hisimg/leftmenu0"+i+".gif\" border=\"0\"></a></td>");
			document.writeln ("						<tr><td><img src=\"/sabo/200707/images/spacer.gif\" width=\"1\" height=\"5\" border=\"0\"></td></tr>");
		}else{ 
			document.writeln ("						<td bgcolor=\"#E1DED4\"><a href=\""+file_path[i-1]+"\"><img src=\"hisimg/leftmenu0"+i+".gif\" border=\"0\"></a></td>");
			document.writeln ("						<tr><td><img src=\"/sabo/200707/images/spacer.gif\" width=\"1\" height=\"5\" border=\"0\"></td></tr>");
		}
		document.write("						</tr>");
	}
	document.write("						</table>");
	document.write("					</td>");
	document.write("				</tr>");
	document.write("				<tr>");
	document.write("					<td colspan=\"2\"><img src=\"hisimg/leftimg03.gif\" border=\"0\"></td>");
	document.write("				</tr>");
	document.write("			</table>");
	document.write("		</td>");
	document.write("		<td valign=\"top\" bgcolor=\"#FFF8E6\">");
	document.write("			<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.write("				<tr>");
	document.write("					<td colspan=\"2\" height=\"42\" bgcolor=\"#353535\"><img src=\"hisimg/ico_title.gif\" border=\"0\" align=\"absmiddle\"><font style=\"color:#FFFFFF;\"><b>ÇÑ¼Ö°Ç¼³ »ç»ç°Ô½ÃÆÇ<b></font></td>");
	document.write("				</tr>");
	document.write("				<tr>");
	document.write("					<td colspan=\"2\"><img src=\"hisimg/back_space.gif\" border=\"0\"></td>");
	document.write("				</tr>");
	document.write("				<tr>");
	document.write("					<td width=\"843\" align=\"center\">");
	document.write("						<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.write("							<tr>");
	document.write("								<td>");
}

function printCopy(i) { 	
	document.write("								</td>");
	document.write("							</tr>");
	document.write("							<tr>");
	document.write("								<td><img src=\"/images/comm/spacer.gif\" width=\"1\" height=\"10\" border=\"0\"></td>");
	document.write("							</tr>");
	document.write("							<tr>");
	document.write("								<td bgcolor=\"#C7C2B3\"><img src=\"/images/comm/spacer.gif\" width=\"1\" height=\"1\" border=\"0\"></td>");
	document.write("							</tr>");
	document.write("							<tr>");
	document.write("								<td><img src=\"/images/comm/spacer.gif\" width=\"1\" height=\"10\" border=\"0\"></td>");
	document.write("							</tr>");
	document.write("						</table>	");
	document.write("					</td>");
	document.write("					<td background=\"hisimg/book_rbg.gif\"><img src=\"/images/comm/spacer.gif\" width=\"12\" height=\"1\" border=\"0\"></td>");
	document.write("				</tr>");
	document.write("				<tr>");
	document.write("					<td colspan=\"2\"><img src=\"hisimg/copyright.gif\" border=\"0\"></td>");
	document.write("				</tr>");
	document.write("			</table>");
	document.write("		</td>");
	document.write("		<td rowspan=\"2\" width=\"100%\"></td>");
	document.write("	</tr>");
	document.write("</table>	");
}	
//-->
