function GoUrl( goURL )
{
	//alert( goURL );
	switch( goURL )
	{
		case "home":
			location.href="index.html";
			break;
		case "ban1":
			location.href="index.html";
			break;
		case "ban2":
			location.href="index.html";
			break;
		case "sitemap":
			location.href="index.html";
			break;
		case "login":
			location.href="index.html";
			break;
		case "logout":
			location.href="/";
			break;
			
		case "menu1":
			location.href="index.html";
			break;
		case "menu11":
			location.href="index.html";
			break;
		case "menu12":
			location.href="index.html";
			break;
		case "menu13":
			location.href="index.html";
			break;
		case "menu14":
			location.href="index.html";
			break;
		case "menu15":
			location.href="index.html";
			break;
		case "menu16":
			location.href="index.html";
			break;
		case "menu17":
			location.href="index.html";
			break;
		case "menu18":
			location.href="index.html";
			break;
			
		case "menu2":
			location.href="../02_business/business_01.jsp?depth01=2&depth02=1";
			break;
		case "menu21":
			location.href="../02_business/business_01.jsp?depth01=2&depth02=1";
			break;
		case "menu22":
	        location.href="../02_business/business_02_1.jsp?depth01=2&depth02=2";
			break;
		case "menu23":
			location.href="../02_business/business_03_1.jsp?depth01=2&depth02=3";
			break;
		case "menu24":
			location.href="../02_business/business_04_1.jsp?depth01=2&depth02=4";
			break;
		case "menu25":
	        location.href="../02_business/business_05.jsp?depth01=2&depth02=5";
			break;
		case "menu26":
			location.href="../02_business/business_06.jsp?depth01=2&depth02=6";
			break;
		case "menu27":
			location.href="../02_business/business_07.jsp?depth01=2&depth02=7";
			break;
		case "menu3":
			location.href="../03_reference/ReferenceAction.do?cmd=ReferL&depth01=3&depth02=1";
			break;	
		case "menu31":
			location.href="../03_reference/ReferenceAction.do?cmd=ReferL&depth01=3&depth02=1";
			break;
		case "menu4":
			location.href="../04_partner/partner_01.jsp?depth01=4&depth02=1";
			break;	
		case "menu41":
			location.href="../04_partner/partner_01.jsp?depth01=4&depth02=1";
			break;
		case "menu5":
			location.href="../05_recruit/recruit_01.jsp?depth01=5&depth02=1";
			break;	
		case "menu51":
			location.href="../05_recruit/recruit_01.jsp?depth01=5&depth02=1";
			break;
		case "menu6": 
			location.href="../bbs/BbsAction.do?cmd=BbsKList&CT_ID=NOTICE&URL=/06_support/bbs_notice.jsp&depth01=6&depth02=1"; 
			break;	 
		case "menu61": 
			location.href="../bbs/BbsAction.do?cmd=BbsKList&CT_ID=NOTICE&URL=/06_support/bbs_notice.jsp&depth01=6&depth02=1"; 
			break; 
		case "menu62": 
			location.href="../bbs/BbsAction.do?cmd=BbsKList&CT_ID=DATAROOM&URL=/06_support/bbs.jsp&depth01=6&depth02=2"; 
			break; 
		case "menu63":
			location.href="../06_support/contactus.jsp?depth01=6&depth02=3";
			break;
		case "menu64":
			location.href="../06_support/sitemap.jsp?depth01=6&depth02=4";
			break
	}
}

