<!--

// original code by Bill Trefzger 12/12/96
// Prelevato su http://www.web-link.it
// Bonsainet.it 2005

function go1(){
if (document.selecter1.select2.options[document.selecter1.select2.selectedIndex].value != "none") {
location = document.selecter1.select2.options[document.selecter1.select2.selectedIndex].value
		}
	}
// End --> 
