var combo22=new Array()
combo22[0]=new Option("Select","#")
combo22[1]=new Option("VERBANIA","#")
combo22[2]=new Option("- - Golf des Iles Borromčes","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=119&Itemid=276")
combo22[3]=new Option("NOVARA","#")
combo22[4]=new Option("- - Golf Club Bogogno","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=129&Itemid=282")
combo22[5]=new Option("- - Golf Club Castelconturbia","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=130&Itemid=285")
combo22[6]=new Option("VARESE","#")
combo22[7]=new Option("- - Golf Club Varese","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=128&Itemid=286")
combo22[8]=new Option("- - Le Robinie Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=131&Itemid=281")

var cacheobj22=document.dynamiccombo22.stage22

function populate(x){
for (m=cacheobj22.options.length-1;m>0;m--)
cacheobj22.options[m]=null
selectedarray=eval(x)
for (i=0;i<selectedarray.length;i++)
cacheobj22.options[i]=new Option(selectedarray[i].text,selectedarray[i].value)
cacheobj22.options[0].selected=true
}

function gothere22(){
location.href=(cacheobj22.options[cacheobj22.selectedIndex].value);
}

populate(combo22)



