<!-- 
function go(nome){

if (nome.select1.options[nome.select1.selectedIndex].value != "none") {
self.location.href = nome.select1.options[nome.select1.selectedIndex].value
 }                       
}
//-->



