
<!--
function vai(prova) {
var where=prova.options[prova.selectedIndex].value;
if (where.charAt(0)!="!") {
	myWin=open("http://"+where+"");
	};
prova.selectedIndex=0;
}

function apri(i,n,w,h) {
	window.open(i,n,"toolbar=0,statusbar=0,scrollbars=yes,locationbar=0,width="+w+(h?",height="+h:""));
	}

// -->
