<!-- 
function goto() { 
	var index = document.getElementById("lingua");
	if (index.value != "0")
	location = index.value;	
}
//-->
