function ChangeImg(ImageName,ImageFile){
	document.getElementsByName(ImageName)[0].src = ImageFile;
}
function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}
function checkForm () 
		{
		   	var error_msg = "";
				
				if (document.formo.consenso.checked != 1 )
  					error_msg += "\t - Informativa sulla privacy\n";																	
				if (error_msg!="")
					alert("Completare le seguenti informazioni:\n"+error_msg);			
				else
				{
					document.formo.submit();
				}
}
function checkForm2 () 
		{
		   	var error_msg = "";
				
				if (document.formo2.consenso2.checked != 1 )
  					error_msg += "\t - Informativa sulla privacy\n";																	
				if (error_msg!="")
					alert("Completare le seguenti informazioni:\n"+error_msg);			
				else
				{
					document.formo2.submit();
				}
}