//window.status = "Edizioni White Star S.r.l. - Via Mario Germano 10 - 13100 Vercelli, Italia - Tel.+39-0161.294203 - Partita iva 02125070033"; function compra(){ var cookie = "ASPSESSIONIDAQQBTTCR=DCIHJBCCGJHEEEDDGPBHLCKN"; if (cookie == "") { alert("Attenzione, Cookie non abilitati\nLe procedure di acquisto necessitano i cookie."); } } function controlloEmail(theForm){ if (theForm.email.value == ""){ alert("Inserisci l'indirizzo email"); theForm.email.focus(); return (false); } var email_reg_exp = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-]{2,})+\.)+([a-zA-Z0-9]{2,})+$/; if (!email_reg_exp.test(theForm.email.value)) { alert("Inserisci un indirizzo email valido"); theForm.email.focus(); return (false); } return (true); } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function contatti_Validator(theForm) { if (theForm.nome.value == "") { alert("Inserisci il tuo Nome"); theForm.nome.focus(); return (false); } if (theForm.email.value == "") { alert("Inserisci la tua Email"); theForm.email.focus(); return (false); } return (true); } function controlloLOGIN(theForm) { if (theForm.email.value == "") { alert("Inserisci la tua Email"); theForm.email.focus(); return (false); } if (theForm.psw.value == "") { alert("Inserisci la Password"); theForm.psw.focus(); return (false); } return (true); }