<!--
function Conferma() {
	return confirm("Sei sicuro ??")
	return false;
}
//-->