
function GoMenu (P_Num, S_Num, D_Num) {
	var ServiceRoot = "";
	var url = "";
	var targetb = ""
//	alert(P_Num+"/"+S_Num+"/"+D_Num);
	if(P_Num == "0") {     //main
		url = ServiceRoot + "./../index.php";
	}else if(P_Num == "1"){ //Å¸¿ö¼Ò°³
		if(S_Num == "0"){url = ServiceRoot + "/01_cltower/01_business.php";}//»ç¾÷°³¿ä
		else if(S_Num == "1"){url = ServiceRoot + "/01_cltower/01_business.php";}//»ç¾÷°³¿ä
		else if(S_Num == "2"){url = ServiceRoot + "/01_cltower/02_company.php";}//½ÃÇà»ç
		else if(S_Num == "3"){url = ServiceRoot + "/01_cltower/03_brand.php";}//ºê·£µå¼Ò°³
		else if(S_Num == "4"){url = ServiceRoot + "/01_cltower/04_location.php";}//ºê·£µå¼Ò°³
		
	}else if(P_Num == "2"){ //ºñÀü
		if(S_Num == "0"){url = ServiceRoot + "/02_vision/02_lease.php";}//ÀÓ´ë¼ö¿ä
		else if(S_Num == "1"){url = ServiceRoot + "/02_vision/02_lease.php";}//ÀÓ´ë¼ö¿ä
		else if(S_Num == "2"){url = ServiceRoot + "/02_vision/03_future.php";}//¹Ì·¡°¡Ä¡
		else if(S_Num == "3"){url = ServiceRoot + "/02_vision/04_environment.php";}//ÀÔÁöÂ÷º°È­
		else if(S_Num == "4"){url = ServiceRoot + "/02_vision/05_traffic.php";}//±³ÅëÈ¯°æ
		else if(S_Num == "5"){url = ServiceRoot + "/02_vision/06_life.php";}//»ýÈ°È¯°æ

	
	}else if(P_Num == "3"){ //´ÜÁöÁ¤º¸
		if(S_Num == "0"){url = ServiceRoot + "/03_complex/01_view.php";}//Á¶°¨µµ
		else if(S_Num == "1"){url = ServiceRoot + "/03_complex/01_view.php";}//Á¶°¨µµ
		else if(S_Num == "2"){url = ServiceRoot + "/03_complex/02_chart.php";}//¸ÅÄ¡µµ

	
	}else if(P_Num == "4"){ //Å¸¿ö¼Ò½Ä
		if(S_Num == "0"){url = ServiceRoot + "/04_news/01_news.php";}//CL´º½º
		else if(S_Num == "1"){url = ServiceRoot + "/04_news/01_news.php";}//CL´º½º
		else if(S_Num == "2"){url = ServiceRoot + "/04_news/02_gallery.php";}//CL°¶·¯¸®
		else if(S_Num == "3"){url = ServiceRoot + "/04_news/03_pr.php";}//È«º¸ÀÚ·á

	
	}else if(P_Num == "5"){ //°í°´¼¾ÅÍ
		if(S_Num == "0"){url = ServiceRoot + "/05_customer/01_faq.php";}//FAQ
		else if(S_Num == "1"){url = ServiceRoot + "/05_customer/01_faq.php";}//FAQ
		else if(S_Num == "2"){url = ServiceRoot + "/05_customer/02_counsel.php";}//ºÐ¾ç»ó´ã

	}
	 if (url != ""){
		if (targetb == ""){
			window.location.href = url;
		}else{

			show(url, "1000","800");
			//window.open(url, targetb,"");
		}
    } else {
        alert("ÁØºñÁß ÀÔ´Ï´Ù. °ð ÁÁÀº ¸ð½ÀÀ¸·Î Ã£¾ÆºË°Ú½À´Ï´Ù.");
    }
    
}
/*
function GoFooter(v1){
	if(v1 == "1"){
		location.href="/main/banobagi/banobagi.asp";
	}else if(v1 == "2"){
		url = "/popup/pop_individual.asp";
		window.open(url,"privacy","width=600px, height=600px, scrollbars=no");
	}else if(v1 == "3"){
		url = "/popup/pop_agreement.asp";
		window.open(url,"privacy","width=600px, height=600px, scrollbars=no");
	}else if(v1 == "4"){
		location.href= "/sitemap/sitemap_main.asp";
	}else if(v1 == "5"){
		location.href="/main/mypage/discomf.asp";
	}
}

function GoTrendy(v1){
	if(v1 == "1"){
		location.href="/fat/l_pal.asp";
	}else if(v1 == "2"){
		location.href="/chest/cohesive_benefit.asp";
	}else if(v1 == "3"){
		location.href="/face/feature.asp";
	}else if(v1 == "4"){
		location.href="";
	}else if(v1 == "5"){
		location.href="";
	}
}

function GoMain(v1){
	if(v1 == "1"){
		location.href="/main/banobagi/banobagi.asp";
	}else if(v1 == "2"){
		location.href="/fat/main/main.asp";
	}else if(v1 == "3"){
		location.href="/main/detail.asp";
	}else if(v1 == "4"){
		location.href="/main/narcotism/clinic.asp";
	}else if(v1 == "5"){
		location.href="/face/main/main.asp";
	}else if(v1 == "6"){
		location.href="";
	}else if(v1 == "7"){
		location.href="";
	}
}
*/
