
       function aprimodulo(par, par2,didascalia)
       {
         var popupWin = window.open('', '',par2);
        
         popupWin.document.write('<html><head><title>');
         popupWin.document.write('Foto Infanzia ©</title></head>');
         popupWin.document.write('<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">');
         popupWin.document.write('<center><img src='+par+' name=\'immagine\' alt=\'\'></center></body></html>');
         //popupWin.document.write('<html><head></head><body><center><img src='+par+' name=\'immagine\'></center></body></html>');
         //popupWin.resizeTo(popupWin.document.immagine.width+160,popupWin.document.immagine.height+120);
       }

var winOpened;

function aprifinestra(page)
{
   winOpened=window.open(page);
}


function ins_testo()
{
	var ok=1
	if ((document.form2.nome.value.length==0) && (ok==1))
		{alert ("Il campo nome non pu¤ essere vuoto");
		ok=0;
		}
		if ((document.form2.email.value.length==0) && (ok==1))
		{alert ("Il campo email non pu¤ essere vuoto");
		ok=0;
		}
		if ((document.form2.privacy.checked==0) && (ok==1))
		{alert ("Accettare l'informativa ai sensi della legge n. 675/96 sulla tutela dei dati personali per inviare la richiesta");
		ok=0;
		}

	if (ok==1) document.form2.submit();
}

function ins_testo_contatti()
{
	var ok=1
	if (document.form2.societa.value.length==0)
		{alert ("Il campo societª non pu¤ essere vuoto");
		ok=0;
		}
	if ((document.form2.cognome.value.length==0) && (ok==1))
		{alert ("Il campo cognome non pu¤ essere vuoto");
		ok=0;
		}
	if ((document.form2.nome.value.length==0) && (ok==1))
		{alert ("Il campo nome non pu¤ essere vuoto");
		ok=0;
		}
		if ((document.form2.email.value.length==0) && (ok==1))
		{alert ("Il campo email non pu¤ essere vuoto");
		ok=0;
		}
		if ((document.form2.telefono.value.length==0) && (ok==1))
		{alert ("Il campo telefono non pu¤ essere vuoto");
		ok=0;
		}
		if ((document.form2.cellulare.value.length==0) && (ok==1))
		{alert ("Il campo cellulare non pu¤ essere vuoto");
		ok=0;
		}
		if ((document.form2.privacy.checked==0) && (ok==1))
		{alert ("Accettare l'informativa ai sensi della legge n. 675/96 sulla tutela dei dati personali per inviare la richiesta");
		ok=0;
		}

	if (ok==1) document.form2.submit();
}




