function onerror() {
	null
	document.location.href = "javascript:";
}


function VaiAlSito(s)
{	var d = s.options[s.selectedIndex].value;
	if (d=="" )
	{
		alert ("Attenzione! Clicca sulla voce che ti interessa.");
	}
	else
	{
		window.top.location.href = d;
		s.selectedIndex=0;
	}
}
