<!--
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 a correct sense");
return (false)
} //end of function.
//-->


<!--
function contatti_Validation(mioForm)
{
if (modulo_contatti.nome.value == "your name" || modulo_contatti.nome.value == "")
{
  alert("Write your name in a correct sense");
return (false)
}
if (modulo_contatti.cognome.value == "your surname" || modulo_contatti.cognome.value == "")
{
  alert("Write your name in a correct sense");
return (false)
}
if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(modulo_contatti.email.value)) || modulo_contatti.email.value == "your email")
{
  alert("Write your mail in a correct sense");
return (false)
}
} //end of function.
//-->


<!--
function contatti_Reset(mioForm)
{
	return window.confirm('Will you restore the module with the start values?\nDatas inserted will be lost!');
} //end of function.
//-->



<!--
function newsletter_Validation(mioForm)
{
if (modulo_newsletter.nome.value == "your name" || modulo_newsletter.nome.value == "")
{
  alert("Write your name in a correct sense");
return (false)
}
if (modulo_newsletter.cognome.value == "your surname" || modulo_newsletter.cognome.value == "")
{
  alert("Write your surname in a correct sense");
return (false)
}
if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(modulo_newsletter.email.value)) || modulo_newsletter.email.value == "your email")
{
  alert("Write your email in a correct sense");
return (false)
}
} //end of function.
//-->

<!--
function newsletter_Reset(mioForm)
{
	return window.confirm('Will you restore the module with the start values?\nDatas inserted will be lost!');
} //end of function.
//-->



<!--
function segnalazione_Validation(mioForm)
{
if (modulo_segnalazione.nome.value == "your name" || modulo_segnalazione.nome.value == "")
{
  alert("Write your name in a correct sense");
return (false)
}
if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(modulo_segnalazione.email.value)) || modulo_segnalazione.email.value == "your email")
{
  alert("Write your email in a correct sense");
return (false)
}
if (modulo_segnalazione.nome2.value == "the name of your friend" || modulo_segnalazione.nome2.value == "")
{
  alert("Write the name of your friend in a correct sense");
return (false)
}
if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(modulo_segnalazione.email2.value)) || modulo_segnalazione.email2.value == "your friend email")
{
  alert("Write the email of your friend in a correct sense");
return (false)
}
} //end of function.
//-->

<!--
function segnalazione_Reset(mioForm)
{
	return window.confirm('Will you restore the module with the start values?\nDatas inserted will be lost!');
} //end of function.
//-->