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") {     
        url = ServiceRoot + "/main/index.asp";        
    }else if(P_Num == "1"){
        if(S_Num == "0"){url = ServiceRoot + "/cheongna/ch_vision.asp";}
        else if(S_Num == "1"){url = ServiceRoot + "/cheongna/ch_vision.asp";}
		else if(S_Num == "2"){url = ServiceRoot + "/cheongna/ch_traffic.asp";}	
		else if(S_Num == "3"){url = ServiceRoot + "/cheongna/ch_environment.asp";}



   }else if(P_Num == "2"){
        if(S_Num == "0"){url = ServiceRoot + "/construction/apt_summary.asp";}
        else if(S_Num == "1"){url = ServiceRoot + "/construction/apt_summary.asp";}
        else if(S_Num == "2"){url = ServiceRoot + "/construction/apt_info.asp";}
		else if(S_Num == "3"){url = ServiceRoot + "/construction/apt_position.asp";}
		else if(S_Num == "4"){url = ServiceRoot + "/construction/co_street.asp";}


    }else if(P_Num == "3"){
        if(S_Num == "0"){url = ServiceRoot + "/area/area_01.asp";}
        else if(S_Num == "1"){url = ServiceRoot + "/area/area_01.asp";}
		else if(S_Num == "2"){url = ServiceRoot + "/area/area_02.asp";}
		else if(S_Num == "3"){url = ServiceRoot + "/area/area_03.asp";}
		else if(S_Num == "4"){url = ServiceRoot + "/area/area_04.asp";}

     


    }else if(P_Num == "4"){
        if(S_Num == "0"){url = ServiceRoot + "/info/info_01.asp";}
        else if(S_Num == "1"){url = ServiceRoot + "/info/info_01.asp";}
		else if(S_Num == "2"){url = ServiceRoot + "/housetell/unit/unit_01.asp";}
	

			
     }else if(P_Num == "5"){
        if(S_Num == "0"){url = ServiceRoot + "/interior/apt.asp";}
         else if(S_Num == "1"){url = ServiceRoot + "/interior/apt.asp";}
		 else if(S_Num == "2"){url = ServiceRoot + "/housetell/interior/a.asp";}

	 }else if(P_Num == "6"){
        if(S_Num == "0"){url = ServiceRoot + "/etc/sitemap.asp";}
         else if(S_Num == "1"){url = ServiceRoot + "/etc/sitemap.asp";}
     
	
   }
    

    if (url != ""){
		if (targetb == ""){
			window.location.href = url;
		}else{

			show(url, "1000","800");
			//window.open(url, targetb,"");
		}
    } else {
        alert("준비중 입니다. 곧 좋은 모습으로 찾아뵙겠습니다.");
    }
    
}



function goutil1(v1){


    if(v1 == "1"){   //관심고객등록
        url = "/customer/customer_step01.asp";
		window.open(url,"agreement","width=717px, height=490px, scrollbars=no");
    }else if(v1 == "2"){  //모집공고
		url = "/flash/invitation.PDF";
//		location.href= "/flash/invitation.PDF","_blank";
		window.open(url,"_blank");
    }else if(v1 == "3."){   ///카달로그
		url = "/catalog/e_catalog.asp";
//		location.href= "";
		window.open(url,"agreement","width=1091px, height=729px, scrollbars=no");
    }else if(v1 == "4"){   //모델하우스
		url = "/e-model/01/TourWeaver_01.html";
//		location.href= "";
		window.open(url,"agreement","width=950px, height=620px, scrollbars=no");
	}else if(v1 == "5"){   //오시는길
//		url = "/construction/co_street.asp";
		location.href= "/construction/co_street.asp";
//		window.open(url,"agreement","width=500px, height=550px, scrollbars=no");
	}else if(v1 == "6"){   //사이트맵
//		url = "";
		location.href= "/etc/sitemap.asp";
//		window.open(url,"agreement","width=500px, height=550px, scrollbars=no");
    }


}





