<!--
function jumpto(form) {
        
var select=form.select1.selectedIndex

if (form.select1.options[select].value == "0") {
   open('banks_&_currency.htm','newa','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "1") {
   open('climate.htm','newb','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "2") {
   open('credit_cards.htm','newc','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "3") {
   open('disabled_visitors.htm','newd','width=400,height=344,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "4") {
   open('electricity.htm','newe','width=400,height=344,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "5") {
   open('health.htm','newf','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "6") {
   open('language.htm','newg','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "7") {
   open('national_anthem.htm','newh','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "8") {
   open('national_emblem.htm','newi','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}  
else
if (form.select1.options[select].value == "9") {
   open('national_flag.htm','newl','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')} 
else
if (form.select1.options[select].value == "10") {
   open('postal_service.htm','newm','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "11") {
   open('public_holidays.htm','newn','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "12") {
   open('public_toilets.htm','newo','width=400,height=344,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "13") {
   open('public_transportation.htm','newp','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "14") {
   open('religion.htm','newq','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "15") {
   open('shop_hours.htm','newr','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "16") {
   open('souvenirs.htm','news','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "17") {
   open('telecommunications_&_internet.htm','newt','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}  
else
if (form.select1.options[select].value == "18") {
   open('tips_for_travelers.htm','newu','width=400,height=344,status=no,menubar=no,scrollbars=yes,resizable=no')}  
else
if (form.select1.options[select].value == "19") {
   open('useful_&_emergency_telephone_numbers.htm','newv','width=400,height=344,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "20") {
   open('value_added_tax.htm','neww','width=400,height=344,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "21") {
   open('visas_&_arrival.htm','newx','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "22") {
   open('water.htm','newy','width=400,height=344,status=no,menubar=no,scrollbars=yes,resizable=no')}
else
if (form.select1.options[select].value == "23") {
   open('where_is_china.htm','newz','width=400,height=488,status=no,menubar=no,scrollbars=yes,resizable=no')}
}
//-->