function cambia_ragionesociale(){ var cont; cont= document.getElementById("ragionesociale"); if(cont.value=="Ragione sociale"){ cont.value=""; } } function out_ragionesociale() { var cont; cont= document.getElementById("ragionesociale"); if(cont.value==""){ cont.value="Ragione sociale"; } } function cambia_partitaiva(){ var cont; cont= document.getElementById("partitaiva"); if(cont.value=="Partita iva"){ cont.value=""; } } function out_partitaiva() { var cont; cont= document.getElementById("partitaiva"); if(cont.value==""){ cont.value="Partita iva"; } } function cambia_codicefiscale(){ var cont; cont= document.getElementById("codicefiscale"); if(cont.value=="Codice fiscale"){ cont.value=""; } } function out_codicefiscale() { var cont; cont= document.getElementById("codicefiscale"); if(cont.value==""){ cont.value="Codice fiscale"; } } function cambia_codiceunivoco(){ var cont; cont= document.getElementById("codiceunivoco"); if(cont.value=="Codice univoco"){ cont.value=""; } } function out_codiceunivoco() { var cont; cont= document.getElementById("codiceunivoco"); if(cont.value==""){ cont.value="Codice univoco"; } } function cambia_referente(){ var cont; cont= document.getElementById("referente"); if(cont.value=="Referente"){ cont.value=""; } } function out_referente() { var cont; cont= document.getElementById("referente"); if(cont.value==""){ cont.value="Referente"; } } function cambia_indirizzo(){ var cont; cont= document.getElementById("indirizzo"); if(cont.value=="Indirizzo"){ cont.value=""; } } function out_indirizzo() { var cont; cont= document.getElementById("indirizzo"); if(cont.value==""){ cont.value="Indirizzo"; } } function cambia_numerocivico(){ var cont; cont= document.getElementById("numerocivico"); if(cont.value=="Numero civico"){ cont.value=""; } } function out_numerocivico() { var cont; cont= document.getElementById("numerocivico"); if(cont.value==""){ cont.value="Numero civico"; } } function cambia_cap(){ var cont; cont= document.getElementById("cap"); if(cont.value=="Cap"){ cont.value=""; } } function out_cap() { var cont; cont= document.getElementById("cap"); if(cont.value==""){ cont.value="Cap"; } } function cambia_comune(){ var cont; cont= document.getElementById("comune"); if(cont.value=="Comune"){ cont.value=""; } } function out_comune() { var cont; cont= document.getElementById("comune"); if(cont.value==""){ cont.value="Comune"; } } function cambia_statoprovincia(){ var cont; cont= document.getElementById("statoprovincia"); if(cont.value=="Stato/Provincia"){ cont.value=""; } } function out_statoprovincia() { var cont; cont= document.getElementById("statoprovincia"); if(cont.value==""){ cont.value="Stato/Provincia"; } } function cambia_telefono(){ var cont; cont= document.getElementById("telefono"); if(cont.value=="Telefono"){ cont.value=""; } } function out_telefono() { var cont; cont= document.getElementById("telefono"); if(cont.value==""){ cont.value="Telefono"; } } function cambia_cellulare(){ var cont; cont= document.getElementById("cellulare"); if(cont.value=="Cellulare"){ cont.value=""; } } function out_cellulare() { var cont; cont= document.getElementById("cellulare"); if(cont.value==""){ cont.value="Cellulare"; } } function cambia_email(){ var cont; cont= document.getElementById("email"); if(cont.value=="E-mail"){ cont.value=""; } } function out_email() { var cont; cont= document.getElementById("email"); if(cont.value==""){ cont.value="E-mail"; } } function cambia_stato_privacy(){ var cont; cont= document.getElementById("privacy"); cont.value=cont.checked; } function cambia_stato_newsletter(){ var cont; cont= document.getElementById("newsletter"); cont.value=cont.checked; } function cambia_stato_menu(){ var cont; cont= document.getElementById("menu"); cont.value=cont.checked; }