<!--
<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		id3fstudio_03_over = newImage("images/3fstudio_03-over.gif");
		id3fstudio_I_Corsi_Privati_over = newImage("images/3fstudio_I-Corsi-Privati-ov.gif");
		id3fstudio_Accademia_over = newImage("images/3fstudio_Accademia-over.gif");
		id3fstudio_Mappa_over = newImage("images/3fstudio_Mappa-over.gif");
		id3fstudio_Contatti_over = newImage("images/3fstudio_Contatti-over.gif");
		id3fstudio_Lo_Stile_over = newImage("images/3fstudio_Lo-Stile-over.gif");
		preloadFlag = true;
	}
}

// -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
function Validator(theForm)
	{

	 if (theForm.realname.value == "")
	  {
	    alert("Inserire un valore per il campo \"responsabile\".");
	    theForm.realname.focus();
	    return (false);
	  }

	  if (theForm.tel.value == "")
	  {
	    alert("Inserire un valore per il campo \"tel\".");
	    theForm.tel.focus();
	    return (false);
	  }

	  if (theForm.email.value == "")
	  {
	    alert("Inserire un valore per il campo \"mail\".");
	    theForm.email.focus();
	    return (false);
	  }

	 if (theForm.cap.value == "")
	  {
	    alert("Inserire un valore per il campo \"cap\".");
	    theForm.cap.focus();
	    return (false);
	  }
 
	  return (true);
	}
	//-->