function testform() {
 if(document.forms[0].ut_nome.value==""){
    alert("Il campo nome è obbligatorio");
    return false;
    }
 if(document.forms[0].ut_cognome.value==""){
    alert("Il campo cognome è obbligatorio");
    return false;
    }
 if(document.forms[0].ut_email.value==""){
    alert("Il campo email è obbligatorio");
    return false;
    }
}

function PopupImage(imageName, pop_wdt, pop_hgt) { 
		var pop_wdt2 = 0;
		var pop_hgt2 = 0;
		var pop_offset_x = 2*40;
		var pop_offset_y = 2*50;
		var pop_wdt2 = pop_wdt + pop_offset_x;
		var pop_hgt2 = pop_hgt + pop_offset_y;
		myWindow = window.open('','galleria','width=' + pop_wdt2 +',height=' + pop_hgt2 + ',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0'); 
		myWindow.document.write("<HTML><HEAD><title>Masserie del Faso</title><\/HEAD>");
		myWindow.document.write("<BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
		myWindow.document.write("<table width='100%' height='100%' border='0' cellspacing='0' cellpadding='0'><tr>");
		myWindow.document.write("<td align='center' valign='middle'>");
		myWindow.document.write("<a href='javascript:;' onClick='window.close()'><IMG SRC='" + imageName + "' + border='0' alt='Click screen to close'></a>");
		myWindow.document.write("</td></tr></table>");
		myWindow.document.write("<\/BODY><\/HTML>");
		myWindow.window.resizeTo(pop_wdt2, pop_hgt2);
		myWindow.document.close();
		myWindow.focus();
} 
//<a href="javascript:PopupImage('mass_cantone/foto1.jpg',450,337)">

function Popupdown(imageName, pop_wdt, pop_hgt) { 
		var pop_wdt2 = 0;
		var pop_hgt2 = 0;
		var pop_offset_x = 2*0;
		var pop_offset_y = 2*0;
		var pop_wdt2 = pop_wdt + pop_offset_x;
		var pop_hgt2 = pop_hgt + pop_offset_y;
		myWindow = window.open('','galleria','width=' + pop_wdt2 +',height=' + pop_hgt2 + ',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0'); 
		myWindow.document.write("<HTML><HEAD><title>Masserie del Faso</title><\/HEAD>");
		myWindow.document.write("<BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
		myWindow.document.write("<IMG SRC='" + imageName + "' + border='0'>");
		myWindow.document.write("<\/BODY><\/HTML>");
		myWindow.window.resizeTo(pop_wdt2, pop_hgt2);
		myWindow.document.close();
		myWindow.focus();
} 
//<a href="javascript:PopupImage('mass_cantone/foto1.jpg',450,337)">

function chiudi(){
	parent.close()
}

function popupemail(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
