function visit(newURL)
{
if (newURL != "")
{top.location.href=newURL}
}

t='<SELECT style="width:152px;"  onchange="visit(this.options[selectedIndex].value)" class="orange">\n'+
'<OPTION  style="color:#999999" LABEL="Traveling from" VALUE="http://www.holland.com/splash/" SELECTED>Traveling from   </OPTION>\n'+
'<OPTION LABEL="Other countries" VALUE="http://www.holland.com/global/">Other countries</OPTION>\n'+
'<OPTION LABEL="United States" VALUE="http://us.holland.com/">United States</OPTION>\n'+
'<OPTION LABEL="Argentina" VALUE="http://www.holland.com/ar/">Argentina</OPTION>\n'+
'<OPTION LABEL="Belgi&#235;" VALUE="http://www2.holland.com/be_nl/">Belgi&#235;</OPTION>\n'+
'<OPTION LABEL="Belgique" VALUE="http://www2.holland.com/be_fr/">Belgique</OPTION>\n'+
'<OPTION LABEL="Canada" VALUE="http://us.holland.com/">Canada</OPTION>\n'+
'<OPTION LABEL="China" VALUE="http://www.holland.com/cn/">China</OPTION>\n'+
'<OPTION LABEL="Danmark" VALUE="http://www.holland.com/nordic/">Danmark</OPTION>\n'+
'<OPTION LABEL="Deutschland" VALUE="http://www.niederlande.de/">Deutschland</OPTION>\n'+
'<OPTION LABEL="Espa&ntilde;a" VALUE="http://www2.holland.com/es/">Espa&ntilde;a</OPTION>\n'+
'<OPTION LABEL="Finland" VALUE="http://www.holland.com/nordic/">Finland</OPTION>\n'+
'<OPTION LABEL="France" VALUE="http://www.holland.com/fr/">France</OPTION>\n'+
'<OPTION LABEL="Hong Kong" VALUE="http://www.holland.idv.tw/">Hong Kong</OPTION>\n'+
'<OPTION LABEL="Italia" VALUE="http://www.holland.com/it/">Italia</OPTION>\n'+
'<OPTION LABEL="Japan" VALUE="http://www.holland.com/jp/">Japan</OPTION>\n'+
'<OPTION LABEL="Korea" VALUE="http://www.holland.com/kr/">Korea</OPTION>\n'+
'<OPTION LABEL="Letzembourg" VALUE="http://www.holland.com/lu/">Letzembourg</OPTION>\n'+
'<OPTION LABEL="Nederland" VALUE="http://www.lekkerweg.nl/">Nederland</OPTION>\n'+
'<OPTION LABEL="Norge" VALUE="http://www.holland.com/nordic/">Norge</OPTION>\n'+
'<OPTION LABEL="Polska" VALUE="http://www.holland.com/pl/">Polska</OPTION>\n'+
'<OPTION LABEL="Suomi" VALUE="http://www.holland.com/nordic/">Suomi</OPTION>\n'+
'<OPTION LABEL="Sverige" VALUE="http://www.holland.com/nordic/">Sverige</OPTION>\n'+
'<OPTION LABEL="Taiwan" VALUE="http://www.holland.idv.tw/">Taiwan</OPTION>\n'+
'<OPTION LABEL="United Kingdom" VALUE="http://www.holland.com/uk/">UK & Ireland</OPTION>\n'+
'<OPTION LABEL="USA" VALUE="http://www2.holland.com/us/">USA</OPTION>\n'+
'</SELECT>\n',
document.write (t);