function menu_link(val){
	//alert(val);
	var link = '';
	switch (val)
	{
	case "home" : link = "../";
		break;
	case "main" : link = "../";
		break;
	
/////////company

	case "1_1" : link = "../company/intro.html"; <!--ÀÎ»ç¸»-->
		break;	
	case "1_2" : link = "../company/ci_insound.html"; <!--ÀÎ»ç¿îµåci-->
		break;	
	case "1_3" : link = "../company/ci_ssv.html"; <!--ssv ci-->
		break;
	case "1_4" : link = "../company/vision.html"; <!--ÀÌ³ä/È¸»ç»çÈÆ-->
		break;
	case "1_5" : link = "../company/map.html"; <!--¿À½Ã´Â±æ-->
		break;	
	case "1_6" : link = "../company/history.html"; <!--¿¬Çõ-->
		break;		
	case "1_7" : link = "../company/organization.html"; <!--Á¶Á÷±¸¼º¿ø-->
		break;	
	case "1_8" : link = "/cert2"; <!--°¢Á¾µî·ÏÁõ-->
		break;
	case "1_9" : link = "/cert2";//"../company/cert2.html"; <!--°¢Á¾ÀÚ°ÝÁõ-->
		break;
	case "1_10" : link = "../company/cert3.html"; <!--Ç¥Ã¢¹×»óÀå-->
		break;	
	case "1_11" : link = "../company/business.html"; <!--»ç¾÷ºÐ¾ß-->
		break;	
	case "1_12" : link = "../company/recruit.html"; <!--Ã¤¿ë¾È³»-->
		break;	

/////////Á¦Ç°
	case "2_1" : link = "../product/brand.html"; <!--ºê·£µå-->
		break;	
	case "2_2" : link = "../product/product_list.html?xcode=02"; <!--º£Å¸¾²¸®-->
		break;	
	case "2_3" : link = "../product/product_list.html?xcode=03";  <!--»ç¿îµåÆ©ºê-->
		break;	
	case "2_4" : link = "../product/product_list.html?xcode=04"; <!--½´ÆÛ·è½º-->
		break;	
	case "2_5" : link = "../product/product_list.html?xcode=05"; <!--s2v-->
		break;	
	case "2_6" : link = "../product/cue.html"; <!--cue-->
		break;	
	   
/////////°í°´Áö¿ø
	case "3_1" : link = "/as"; <!--as¼¾ÅÍ-->
		break;
	case "3_2" : link = "/qna"; <!--°í°´¹®ÀÇ-->
		break;
	case "3_3" : link = "/gestbook"; <!--¹æ¸í·Ï-->
		break;
	case "3_4" : link = "/notice "; <!--°øÁö-->
		break;
		
		
/////////±â¼úÁö¿ø

	case "4_1" : link = "../board_/consulting.html"; <!--ÄÁ¼³ÆÃ¹®ÀÇ-->
		break;
	case "4_2" : link = "/app"; //"../board_/app.html"; <!--¾îÇÃ¸®ÄÉÀÌ¼Ç-->
		break;
	case "4_3" : link = "../board_/download_new.html?xcode=02"; <!--´Ù¿î·Îµå¼¾ÅÍ-->
		break;
		
/////////È«º¸¼¾ÅÍ

	case "5_1" : link =  "/adnews"; //"../board_/adnews.html"; <!--±¤°í¹×±â»ç-->
		break;
	case "5_2" : link =  "/brandnews"; //"../board_/brandnews.html"; <!--ÇØ¿Üºê·£µå´º½º-->
		break;		
		
/////////°øÁö»çÇ×

	case "6_1" : link = "/portfolio2"; 
		break;
		
	case "6_2" : link = "/portfolio"; //"../board_/portfolio.html"; <!--ÁÖ¿ä°ø»ç°¶·¯¸®-->
		break;
		
	

	default : link = "#";
		break;	
	}
	location.href = link;
}


