BrowserOK =  (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || 
  ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )));

function ImgPreload(img){
 var a=new Image(); a.src=img; return a; 
 }  
 
if(BrowserOK) {
/* a1h=ImgPreload('lastminutex.gif');
 a1n=ImgPreload('lastminute.gif');*/
 }
  
function gowindow1(str, titolo,w,h) {
 openwin = window.open(str,titolo,'width='+ w +',height='+ h +',status=no,scrollbars=yes,resizable=no,location=no,toolbar=no');
 }

function gowindow(str, titolo,w,h) {
 openwin = window.open(str,titolo,'width='+ w +',height='+ h +',status=no,scrollbars=no,resizable=no,location=no,toolbar=no');
 }
 
/* controlli form */
function controlli_ita(form)
  {
  msg= "Manca l'autorizzazione al trattamento dei dati personali!\n";
  if(!form.autorizzazione.checked) {alert(msg); return false;}
  else {return true;}
	 }
	 
function controlli_ted(form)
  {
  msg= "Es fehlt die Autorisierung zur Behandlung der Daten!\n";
  if(!form.autorizzazione.checked) {alert(msg); return false;}
  else {return true;}
	 }
	 
function controlli_eng(form)
  {
  msg= "You have to authorize the transmission of your personal details!\n";
  if(!form.autorizzazione.checked) {alert(msg); return false;}
  else {return true;}
	 }
/* fine controlli form */