//Menu Page Link Function
function location_url(key){
	switch (key) {
		 /////////////////////////////
		case "1_1" :	//
		  location.href = "/eng/overview/aboutSDF.asp";
		  break
        case "1_2" :	//
		  location.href = "/eng/overview/overview_3.asp";
		  break
        case "1_3" :	//
		  location.href = "/eng/overview/sdf_info_2.asp";
		  break
		case "1_4" :	//
	      location.href = "/eng/board/board_list.asp?Nd_Code=1000";
		  break
		    /////////////////////////////
		case "2_1" :	//
		  location.href = "/eng/exhibit/company.asp";
		  break
		case "2_2" :	//
		  location.href ="/eng/exhibit/designer.asp";
		  break
		/////////////////////////////
		case "3_1" :	//
		  location.href = "/eng/visit/guide.asp";
		  break
		case "3_2" :	//
		  location.href = "/eng/visit/coming.asp";
		  break
		/////////////////////////////
		case "4_1" :	//
		  location.href = "/eng/history/history.asp";
		  break
		/////////////////////////////
		case "5_1" :	//
		  location.href = "/eng/board/board_list.asp?Nd_Code=1010";
		  break
		case "5_2" :	//
		  location.href = "/eng/board/board_list.asp?Nd_Code=1011";
		    break
		case "5_3" :	//
		  location.href = "/eng/board/board_list.asp?Nd_Code=1005";
		    break
		case "5_4" :	//
		  location.href = "/eng/board/movie_list.asp";
		    break
		//////////////»ó´Ü///////////////
		case "6_0" :	//
		  location.href ="/eng/index.asp";
		  break
		 case "6_1" :	//
		  location.href ="/eng/cc/contact.asp";
		 break
		 case "6_2" :	//
		  location.href ="/eng/cc/sitemap.asp";
		 break
		  case "6_3" :	//
		  location.href ="/kor/index.asp";
		 break
		  
	 
		} 
}

