var comboROMH=new Array()
comboROMH[0]=new Option("Select","#")
comboROMH[1]=new Option("ROME","#")
comboROMH[2]=new Option("- - Boutique Hotel Trevi****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=18&Itemid=139")
comboROMH[3]=new Option("- - Castelgandolfo Golf and Resort****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=17&Itemid=140")
comboROMH[4]=new Option("- - Grand Hotel Villa Tuscolana****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=77&Itemid=220")
comboROMH[5]=new Option("- - Hotel Castello della Castelluccia****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=16&Itemid=147")
comboROMH[6]=new Option("- - Kolbe Hotel Rome****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=8&Itemid=148")
comboROMH[7]=new Option("- - Marriott Grand Hotel Flora****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=5&Itemid=149")
comboROMH[8]=new Option("- - Park Hotel Villa Grazioli****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=7&Itemid=150")
comboROMH[9]=new Option("- - Sheraton Golf Parco de' Medici Hotel & Resort****","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=4&Itemid=153")
comboROMH[10]=new Option("- - Best Western Hotel Villafranca***sup","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=19&Itemid=137")
comboROMH[11]=new Option("- - Hotel Antica Colonia***","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=82&Itemid=225")


var cacheobjROMH=document.dynamiccomboROMH.stageROMH

function populate(x){
for (m=cacheobjROMH.options.length-1;m>0;m--)
cacheobjROMH.options[m]=null
selectedarray=eval(x)
for (i=0;i<selectedarray.length;i++)
cacheobjROMH.options[i]=new Option(selectedarray[i].text,selectedarray[i].value)
cacheobjROMH.options[0].selected=true
}

function gothereROMH(){
location.href=(cacheobjROMH.options[cacheobjROMH.selectedIndex].value);
}

populate(comboROMH)
