<!--
function click()
{if (event.button==2)
{alert('Copyright')}}
document.onmousedown=click
// -->









function openpopup(){
var popurl="calendar.htm"
winpops=window.open(popurl,"","width=280,height=300,resizable,")
}



<!--  Begin function resetform() {document.forms[0].elements[0]=="";}
function submitForms() {if ( isfirstname()  && isSurname()   && isEmail() )
if (confirm("\n Stai per inviare il modulo. \n\nOK per spedire.    Annulla per abbandonare.")){

return true;
}
else
{
alert("\n Hai scelto di annullare la tua richiesta.");
return false
}
else 
return false;
}
function isfirstname() {
if (document.forms[0].elements[3].value == "") {
alert ("\n Il Campo del Nome è bianco. \n\n Per favore inserisci il tuo Nome.")
document.forms[0].elements[3].focus();
return false;
}
return true;
}
function isSurname() {
if (document.forms[0].elements[4].value == "") {
alert ("\n Il campo del Cognome è bianco. \n\nPer favore inserisci il tuo Cognome.")
document.forms[0].elements[4].focus();
return false;
}
return true;
}
function isEmail() {
if (document.forms[0].elements[8].value == "") {
alert ("\n Il campo E-Mail  è bianco. \n\n Per favore inserisci il tuo indirizzo di posta elettronica.")
document.forms[0].elements[8].focus();
return false;
}
return true;
}

// End -->
