//Menu Page Link Function
function location_url(key){
	switch (key) {
		 /////////////  WELDING KOREA ////////////////
		case "1_0" :	//
		  location.href = "/2009/eng/welding/greeting.asp";
		  break
        case "1_1" :	//
		  location.href = "/2009/eng/welding/welding.asp";
		  break
		case "1_2" :	//
		  location.href = "/2009/eng/welding/why.asp";
		  break
		case "1_3" :	//
		  location.href = "/2009/eng/welding/exhibits_profiles.asp";
		  break
		case "1_4" :	//
		  location.href = "/2009/eng/welding/event.asp";
		  break
        case "1_5" :	//
		  location.href = "/2009/eng/welding/marketing.asp";
		  break
		    /////////////   Exhibitors ////////////////
		 case "2_0" :	//
		  location.href = "/2009/eng/exhibitor/exhi_info.asp";
		  break
		   case "2_1" :	//
		  location.href ="/2009/eng/exhibitor/booth.asp";
		  break
		   case "2_2" :	//
		  location.href = "/2009/eng/exhibitor/download.asp";
		  break
		/////////////  Visitors  ////////////////
		case "3_0" :	//
		  location.href = "/2009/eng/visitor/visitor_online.asp";
		  break
		  case "3_1" :	//
		  location.href = "/2009/eng/visitor/exhibitor_list.asp";
		  break
		  case "3_2" :	//
		  location.href = "/2009/eng/visitor/contacts.asp";
		  break
		///////////// Media ////////////////
		case "4_0" :	//
		  location.href = "/2009/eng/media/notice_list.asp";
		  break
		  case "4_1" :	//
		  location.href =  "/2009/eng/media/news_list.asp";
		  break
		  case "4_2" :	//
		  location.href =  "/2009/eng/media/newsletter.asp";
		  break
		  ///////////// Transportation/Tour ////////////////
		case "6_0" :	//
		  location.href = "/2009/eng/tour/tour01.asp";
		  break
		  case "6_1" :	//
		  location.href =  "/2009/eng/tour/tour02.asp";
		  break
		  case "6_2" :	//
		  location.href =  "http://english.gntour.com";
		  break
		///////////// ?? ////////////////
		case "5_0" :	//
		  location.href ="/2009/eng/main.asp";
		  break
		 case "5_1" :	//
		  location.href ="/2009/eng/media/link.asp";
		 break
			 case "5_2" :	//
		  location.href ="/2009/eng/media/sitemap.asp ";
		 break
			 case "5_3" :	//
		  location.href ="/2009/kor/main.asp";
		 break
		} 
}
