<!--

	function popup( the_file ) {
	
		the_popup = window.open( the_file,"","height=475,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resize=yes");
		
		if (window.focus) {
			the_popup.focus();
		}
	}

	function popupsize( the_file, the_width, the_height ) {
	
		if (!the_width) {
			the_width = 450;
			the_height = 475;
		}
	
		propertystring = "height=" + the_height + ",width=" + the_width + ",toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=no,resize=yes";
	
		the_popup = window.open( the_file,"",propertystring);
		
		if (window.focus) {
			the_popup.focus();
		}
	}




if (document.images) {
  image1on = new Image();
  image1on.src = "images/b_rist_over.jpg";

  image3on = new Image();
  image3on.src = "images/b_pizz_over.jpg";

  image4on = new Image();
  image4on.src = "images/b_dove_over.jpg";

  image6on = new Image();
  image6on.src = "images/b_catering_over.jpg";

  image7on = new Image();
  image7on.src = "images/b_cont_over.jpg";

  image9on = new Image();
  image9on.src = "images/b_home_over.jpg";

  image10on = new Image();
  image10on.src = "images/employment_over.gif";

  image11on = new Image();
  image11on.src = "images/directions_over.gif";

  image12on = new Image();
  image12on.src = "images/customers_write_over.gif";

  image13on = new Image();
  image13on.src = "images/b_eventi_over.jpg";

  image14on = new Image();
  image14on.src = "images/gift_certificates_over.gif";




  image1off = new Image();
  image1off.src = "images/b_rist.jpg";

  image3off = new Image();
  image3off.src = "images/b_pizz.jpg";

  image4off = new Image();
  image4off.src = "images/b_dove.jpg";

  image6off = new Image();
  image6off.src = "images/b_catering.jpg";

  image7off = new Image();
  image7off.src = "images/b_cont.jpg";

  image9off = new Image();
  image9off.src = "images/b_home.jpg";

  image10off = new Image();
  image10off.src = "images/employment.gif";

  image11off = new Image();
  image11off.src = "images/directions.gif";

  image12off = new Image();
  image12off.src = "images/customers_write.gif";

  image13off = new Image();
  image13off.src = "images/b_eventi.jpg";


  image14off = new Image();
  image14off.src = "images/gift_certificates.gif";



}

function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}


function controllo(){
var test;
test="true";

	if (test=="true") {
					if(document.form1.xxemail.value=="") {
					alert("Compila il campo!");
					document.form1.xxemail.focus();
					test="false";
					}
				}
	if (test=="true") {
				if (document.form1.xxemail.value.indexOf("@")==-1)
					{					
					alert("Indirizzo email non valido!");
					document.form1.xxemail.focus();
					test="false";
					}
				}
	if (test=="true") {
				if (document.form1.xxemail.value.indexOf(".")==-1)
					{					
					alert("Indirizzo email non valido!");
					document.form1.xxemail.focus();
					test="false";
					}
				}
	if (test=="true") {
				if (document.form1.xxemail.value.length < 7)
					{					
					alert("Indirizzo email non valido!");
					document.form1.xxemail.focus();
					test="false";
					}
				}
	
	if (test=="true")
				{
					document.form1.submit();
				}
	}

        

// -->

