var combo11=new Array()
combo11[0]=new Option("Select","#")
combo11[1]=new Option("FLORENCE","#")
combo11[2]=new Option("- - Circolo Golf dell'Ugolino","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=48&Itemid=171")
combo11[3]=new Option("- - Golf Club Poggio de' Medici","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=44&Itemid=174")
combo11[4]=new Option("PRATO","#")
combo11[5]=new Option("- - Golf Club Le Pavoniere","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=46&Itemid=173")
combo11[6]=new Option("- - Montecatini Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=45&Itemid=180")
combo11[7]=new Option("PISA","#")
combo11[8]=new Option("- - Cosmopolitan Golf & Country Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=47&Itemid=172")
combo11[9]=new Option("- - Tirrenia Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=41&Itemid=183")
combo11[10]=new Option("GROSSETO","#")
combo11[11]=new Option("- - Argentario Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=49&Itemid=170")
combo11[12]=new Option("- - Golf Club Punta Ala","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=43&Itemid=175")
combo11[13]=new Option("- - Golf Club Toscana Il Pelagone","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=40&Itemid=176")
combo11[14]=new Option("- - Terme di Saturnia Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=42&Itemid=181")
combo11[15]=new Option("LUCCA","#")
combo11[16]=new Option("- - Versilia Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=39&Itemid=185")

var cacheobj1=document.dynamiccombo1.stage21

function populate(x){
for (m=cacheobj1.options.length-1;m>0;m--)
cacheobj1.options[m]=null
selectedarray=eval(x)
for (i=0;i<selectedarray.length;i++)
cacheobj1.options[i]=new Option(selectedarray[i].text,selectedarray[i].value)
cacheobj1.options[0].selected=true
}

function gothere1(){
location.href=(cacheobj1.options[cacheobj1.selectedIndex].value);
}

populate(combo11)


