function showSearch(){var search=document.getElementById('search');if(search.style.display=='none'){document.getElementById('u').value='';document.getElementById('p').value='';document.getElementById('webmail').style.display='none';search.style.display='block';} else{document.getElementById('query').value='';search.style.display='none';}} function hideSearch(){document.search.submit();document.getElementById('query').value='';var search=document.getElementById('search');search.style.display='none';} function showWebmail(){var webmail=document.getElementById('webmail');if(webmail.style.display=='none'){document.getElementById('query').value='';document.getElementById('search').style.display='none';webmail.style.display='block';} else{document.getElementById('u').value='';document.getElementById('p').value='';webmail.style.display='none';}} function hideWebmail(){document.webmail.submit();document.getElementById('u').value='';document.getElementById('p').value='';var webmail=document.getElementById('webmail');webmail.style.display='none';} function checkForm(){var nome=document.getElementById('form_nome').value;var cognome=document.getElementById('form_cognome').value;var email=document.getElementById('form_email').value;var telefono=document.getElementById('form_telefono').value;var provincia=document.getElementById('form_provincia').value;var citta=document.getElementById('form_citta').value;var codice=document.getElementById('form_codice').value;var privacy=document.getElementById('form_privacy').checked;var campi=0;if(nome==""){campi++;alert_nome="- Nome\n";} else {alert_nome="";} if(cognome==""){campi++;alert_cognome="- Cognome\n";} else {alert_cognome="";} if(email==""){campi++;alert_email="- Email\n";} else {alert_email="";} if(telefono==""){campi++;alert_telefono="- Telefono\n";} else {alert_telefono="";} if(provincia==""){campi++;alert_provincia="- Provincia\n";} else {alert_provincia="";} if(citta==""){campi++;alert_citta="- Citta\n";} else {alert_citta="";} if(codice==""){campi++;alert_codice="- Codice\n";} else {alert_codice="";} if(privacy==false){campi++;alert_privacy="- Privacy\n";} else {alert_privacy="";} if(campi!=0) {alert("I seguenti campi sono obbligatori:\n"+alert_nome+alert_cognome+alert_email+alert_telefono+alert_provincia+alert_citta+alert_codice+alert_privacy);return false;} else {return true;}} function checkCurr(){var nome=document.getElementById('form_nome').value;var cognome=document.getElementById('form_cognome').value;var cittadinanza=document.getElementById('form_cittadinanza').value;var telefono=document.getElementById('form_telefono').value;var email=document.getElementById('form_email').value;var citta=document.getElementById('form_citta').value;var provincia=document.getElementById('form_provincia').value;var indirizzo=document.getElementById('form_via').value;var cap=document.getElementById('form_cap').value;var curriculum=document.getElementById('form_curriculum').value;var codice=document.getElementById('form_codice').value;var privacy=document.getElementById('form_privacy').checked;var campi=0;if(nome==""){campi++;alert_nome="- Nome\n";} else {alert_nome="";} if(cognome==""){campi++;alert_cognome="- Cognome\n";} else {alert_cognome="";} if(cittadinanza==""){campi++;alert_cittadinanza="- Cittadinanza\n";} else {alert_cittadinanza="";} if(telefono==""){campi++;alert_telefono="- Telefono\n";} else {alert_telefono="";} if(email==""){campi++;alert_email="- Email\n";} else {alert_email="";} if(citta==""){campi++;alert_citta="- Citta\n";} else {alert_citta="";} if(provincia==""){campi++;alert_provincia="- Provincia\n";} else {alert_provincia="";} if(indirizzo==""){campi++;alert_indirizzo="- Indirizzo\n";} else {alert_indirizzo="";} if(cap==""){campi++;alert_cap="- CAP\n";} else {alert_cap="";} if(curriculum==""){campi++;alert_curriculum="- Curriculum\n";} else {alert_curriculum="";} if(codice==""){campi++;alert_codice="- Codice\n";} else {alert_codice="";} if(privacy==false){campi++;alert_privacy="- Privacy\n";} else {alert_privacy="";} if(campi!=0) {alert("I seguenti campi sono obbligatori:\n"+alert_nome+alert_cognome+alert_cittadinanza+alert_telefono+alert_email+alert_citta+alert_provincia+alert_indirizzo+alert_cap+alert_curriculum+alert_codice+alert_privacy);return false;} else {return true;}} function checkGuestbook(){var nome=document.getElementById('form_nome').value;var email=document.getElementById('form_email').value;var msg=document.getElementById('form_msg').value;var codice=document.getElementById('form_codice').value;var campi=0;if(nome==""){campi++;alert_nome="- Nome\n";} else {alert_nome="";} if(email==""){campi++;alert_email="- Email\n";} else {alert_email="";} if(msg==""){campi++;alert_msg="- Messaggio\n";} else {alert_msg="";} if(codice==""){campi++;alert_codice="- Codice\n";} else {alert_codice="";} if(campi!=0) {alert("I seguenti campi sono obbligatori:\n"+alert_nome+alert_email+alert_msg+alert_codice);return false;} else {return true;}}