<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->


<!--
function info_soggiorno_Validation(mioForm)
{
if (modulo_info_soggiorno.nome.value == "your name" || modulo_info_soggiorno.nome.value == "")
{
  alert("Write your name in a correct sense");
return (false)
}
if (modulo_info_soggiorno.cognome.value == "your surname" || modulo_info_soggiorno.cognome.value == "")
{
  alert("Write your surname in a correct sense");
return (false)
}
if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(modulo_info_soggiorno.email.value)) || modulo_info_soggiorno.email.value == "your email")
{
  alert("Write your email in a correct sense");
return (false)
}
if (!(/^\d{7}/.test(modulo_info_soggiorno.telefono.value)) || modulo_info_soggiorno.telefono.value == "phone number")
{
  alert("Write your phone number in a correct way. Thank you.");
return (false)
}
} //end of function.
//-->


<!--
function info_soggiorno_Reset(mioForm)
{
	return window.confirm('Will you restore the module with the start values?\nDatas inserted will be lost!');
} //end of function.
//-->

