<!-- 
function jumpworld(){
    
    var loc=document.worldjump.world.options[document.worldjump.world.selectedIndex].text;
	
	if (loc == "Australia"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/australia.htm");       
      }else if (loc == "Cambodia"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/cambodia.htm");
     }else if (loc == "China"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/china.htm");
	 }else if (loc == "Hong Kong"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/hongkong.htm");
     }else if (loc == "India"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/india.htm");
     }else if (loc == "Indonesia"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/indonesia.htm");
     }else if (loc == "Japan"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/japan.htm");
     }else if (loc == "Korea"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/korea.htm");
     }else if (loc == "Laos"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/laos.htm");
     }else if (loc == "Malaysia"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/malaysia.htm");
     }else if (loc == "Moscow"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/russia/moscow_intro.ht");
     }else if (loc == "Myanmar"){
       window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/myanmar.htm");
     }else if (loc == "Nepal"){
      window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/nepal.htm");
     }else if (loc == "New Zealand"){
      window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/new-zealand.htm");
     }else if (loc == "Philippines"){
      window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/philippines.htm");
     }else if (loc == "Singapore"){
      window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/singapore.htm");
	 }else if (loc == "Sri Lanka"){
      window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/sri-lanka.htm");
     }else if (loc == "Thailand"){
      window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/default.htm");
     }else if (loc == "Taiwan"){
      window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/taiwan.htm");
     }else if (loc == "Vietnam"){
      window.open("http://www.thaiair.com/Travel_Destination_Information/Travel_Guides/vietnam.htm");
     }
}
//-->