var combo11=new Array()
combo11[0]=new Option("Select","#")
combo11[1]=new Option("BRESCIA","#")
combo11[2]=new Option("- - Arzaga Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=94&Itemid=241")
combo11[3]=new Option("- - Chervo Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=127&Itemid=283")
combo11[4]=new Option("- - Franciacorta Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=126&Itemid=284")
combo11[5]=new Option("VERONA","#")
combo11[6]=new Option("- - Golf Club Paradiso del Garda","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=97&Itemid=240")
combo11[7]=new Option("- - Golf Club Verona","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=132&Itemid=287")

var cacheobj11=document.dynamiccombo11.stage11

function populate(x){
for (m=cacheobj11.options.length-1;m>0;m--)
cacheobj11.options[m]=null
selectedarray=eval(x)
for (i=0;i<selectedarray.length;i++)
cacheobj11.options[i]=new Option(selectedarray[i].text,selectedarray[i].value)
cacheobj11.options[0].selected=true
}

function gothere11(){
location.href=(cacheobj11.options[cacheobj11.selectedIndex].value);
}

populate(combo11)


