var comboVCEH=new Array()
comboVCEH[0]=new Option("Select","#")
comboVCEH[1]=new Option("VENICE","#")
comboVCEH[2]=new Option("- - Hotel Ca' dei Conti****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=24&Itemid=163")
comboVCEH[3]=new Option("- - Hotel Villa Mabapa****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=34&Itemid=165")
comboVCEH[4]=new Option("PADUA","#")
comboVCEH[5]=new Option("- - Bristol Buja Thermae Hotel*****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=25&Itemid=155")
comboVCEH[6]=new Option("- - Hotel Majestic**** - IFA Terme di Galzignano","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=23&Itemid=166")
comboVCEH[7]=new Option("- - Hotel Splendid**** - IFA Terme di Galzignano","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=22&Itemid=167")
comboVCEH[8]=new Option("- - Hotel Sporting**** - IFA Terme di Galzignano","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=21&Itemid=168")

var cacheobjVCEH=document.dynamiccomboVCEH.stageVCEH

function populate(x){
for (m=cacheobjVCEH.options.length-1;m>0;m--)
cacheobjVCEH.options[m]=null
selectedarray=eval(x)
for (i=0;i<selectedarray.length;i++)
cacheobjVCEH.options[i]=new Option(selectedarray[i].text,selectedarray[i].value)
cacheobjVCEH.options[0].selected=true
}

function gothereVCEH(){
location.href=(cacheobjVCEH.options[cacheobjVCEH.selectedIndex].value);
}

populate(comboVCEH)
