<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
function newsletter_validation(mioForm)
{
if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(Newsletter.mail.value))
{
return (true)
}
else
  alert("Write your email in the correct way");
return (false)
} //end of function.
//-->


<!--
function contatti_Validation(mioForm)
{
if (modulo_contatti.nome.value == "your name" || modulo_contatti.nome.value == "")
{
  alert("Insert your name in the correct way");
return (false)
}
if (modulo_contatti.cognome.value == "your surname" || modulo_contatti.cognome.value == "")
{
  alert("Insert your surname in the correct way");
return (false)
}
if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(modulo_contatti.email.value)) || modulo_contatti.email.value == "your email")
{
  alert("Insert your email address in the correct way");
return (false)
}
} //end of function.
//-->


<!--
function contatti_Reset(mioForm)
{
	return window.confirm('Restore the form with the initial values?\nAll the data inserted will be deleted!');
} //end of function.
//-->
