

<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

//-->



function addrollover(image_src,image_id){ 
     if(document.getElementById(image_id)){ 
          if(image_src.indexOf("_off")!=0){ 
               new_image_src = image_src.replace("_off","_on"); 
               document.getElementById(image_id).src=new_image_src; 
                
          }else{ 
               //if(s.indexOf("_off.gif") != 0){ 
               //new_image_src = image_src.replace("_off","_on"); 
               //document.getElementById(image_id).src=new_image_src; 
               //} 
          } 
               new_img_src = null; 
               image_src = null; 
               image_id = null; 
     } 
} 
 
function removerollover(image_src,image_id){ 
               new_img_src = image_src.replace("_on","_off"); 
               document.getElementById(image_id).src=new_img_src; 
               new_img_src = null; 
               image_src = null; 
               image_id = null; 
 
}

function popup(str) {

        searchWin = window.open(str,'popup','scrollbars=yes,resizable=yes,width=500,height=300,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}


<!--

	function Check(Form)

	{

	if (Form.nome.value == "") {

		alert("Inserire il nome ed il cognome. Grazie.");

		Form.nome.focus();

		return (false);

	}	

    if (Form.societa.value == "") {

		alert("Inserire la società. Grazie.");

		Form.societa.focus();

		return (false);

	}	

    if (Form.email.value == "") {

		alert("Inserire l'email. Grazie.");

		Form.email.focus();

		return (false);

	}	

    if (Form.telefono.value == "") {

		alert("Inserire il telefono. Grazie.");

		Form.telefono.focus();

		return (false);

	}

	}

//-->



