var combo33=new Array()
combo33[0]=new Option("Select","#")
combo33[1]=new Option("COMO","#")
combo33[2]=new Option("- - La Pinetina Golf Club","http://www.touristgolfitaly.com/index.php?option=com_content&task=view&id=120&Itemid=275")

var cacheobj33=document.dynamiccombo33.stage33

function populate(x){
for (m=cacheobj33.options.length-1;m>0;m--)
cacheobj33.options[m]=null
selectedarray=eval(x)
for (i=0;i<selectedarray.length;i++)
cacheobj33.options[i]=new Option(selectedarray[i].text,selectedarray[i].value)
cacheobj33.options[0].selected=true
}

function gothere33(){
location.href=(cacheobj33.options[cacheobj33.selectedIndex].value);
}

populate(combo33)


