	function controlla()
		{
		//if (document.form1.Nome.value.length < 1)
		//	{
		//	window.alert("Non hai inserito il Nome");
		//	return false; 
		//	}
		//if (document.form1.da.value.length < 1)
		//	{
		//	window.alert("Non hai inserito la email");
		//	return false;
		//	}
		if (document.form1.consenso.checked != 1)
			{
			window.alert("Tick the privacy policy box to accept Privacy and Legal term");
			return false;
			}
		//if (document.form1.Testomessaggio.value < 1)
		//	{
		//	window.alert("Non hai inserito il testo del messaggio");
		//	return false;
		//	}
}
