function showFiglio (codice,imgName) {
			
	altro_el = document.getElementById(codice).style; 
	//spanName = document.getElementById(imgName).style;
	
	if(altro_el.display == "") {
		altro_el.display = "none" ;
		//spanName.backgroundImage = "url(img/pallino.gif)" ;
		spanName.backgroundRepeat = "no-repeat" ;
	}else {
		altro_el.display = "" ;
		//spanName.backgroundImage = "url(img/pallino.gif)" ;
		spanName.backgroundRepeat = "no-repeat" ;
	}
}
function toggleDisplay(fO){

	var ns4 = (document.layers);
	var ie4 = (document.all && !document.getElementById);
	var ie5 = (document.all && document.getElementById);
	var ns6 = (!document.all && document.getElementById);
	
	
	if(ie5 || ns6){
		if (document.getElementById(fO).style.display=="none") {
		document.getElementById(fO).style.display="inline";
		}else{
		document.getElementById(fO).style.display="none";
		}
	}
	
	if(ie4){
		if (document.all[fO].style.display=="none") {
		document.all[fO].style.display="inline";
		}else{
		document.all[fO].style.display="none";
		}
	}	
}


function popup(url_pagina) {

	
	  w = 500;
	  h = 400;
	  l = (screen.width - w) / 2;
	  t = 45;
	
	  wnd = window.open(url_pagina,"","fullscreen=0,channelmode=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes, resizable=no, width="+w+", height="+h+", left="+l+", top="+t);
	  wnd.focus();		

}

function popupindex() {
 
	
	  w = 357;
	  h = 370;
	  l = 100;
	  t = 45;
	
	  wnd = window.open("popupindex.php","","fullscreen=0,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no, width="+w+", height="+h+", left="+l+", top="+t);
	  wnd.focus();		

}


function popuptred(id_casco) {

	
	  w = 800;
	  h = 600;
	  l = (screen.width - w) / 2;
	  t = (screen.height - h) / 2;
	
	  wnd = window.open("popup3d.php?id_casco="+id_casco,"","fullscreen=0,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no, width="+w+", height="+h+", left="+l+", top="+t);
	  wnd.focus();		

}
function popuptredhome(id_casco){

	
	  w = 700;
	  h = 500;
	  l = 50;
	  t = 150;
	
	  wnd = window.open("popup3d.php?id_casco="+id_casco,"","fullscreen=0,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no, width="+w+", height="+h+", left="+l+", top="+t);
	  wnd.focus();		

}
function riportalocalita(id_regione,id_provincia,id_comune,regione,provincia,comune) {
	
	window.opener.document.form.id_regione.value=id_regione;
	window.opener.document.form.id_provincia.value=id_provincia;
	window.opener.document.form.id_comune.value=id_comune;
	window.opener.document.form.regione.value=regione;
	window.opener.document.form.provincia.value=provincia;
	window.opener.document.form.comune.value=comune;

self.close();
}

function riportacasco(id_casco,modello,num) {
	 
	
	eval("window.opener.document.form.casco_relativo"+num+".value=id_casco");
	eval("window.opener.document.form.casco_relativo"+num+"_txt.value=modello");
 
self.close();
}
 


function toggleDisplayColor(fO){

	var ns4 = (document.layers);
	var ie4 = (document.all && !document.getElementById);
	var ie5 = (document.all && document.getElementById);
	var ns6 = (!document.all && document.getElementById);
	
	
	if(ie5 || ns6){
		if (document.getElementById(fO).style.display=="none") {
		document.getElementById(fO).style.display="inline";
		}else{
		document.getElementById(fO).style.display="none";
		}
	}
	
	if(ie4){
		if (document.all[fO].style.display=="none") {
		document.all[fO].style.display="inline";
		}else{
		document.all[fO].style.display="none";
		}
	}	
}

function popupdettaglio(id_casco,color) {
	  w = 1026;
	  h = 770;
	  l = (screen.width - w) / 2;
	  t = (screen.height - h) / 2;
	
	  wnd = window.open("popupdettaglio.php?id_casco="+id_casco+"&color="+color,"","fullscreen=0,channelmode=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes, resizable=no, width="+w+", height="+h+", left="+l+", top="+t);
	  wnd.focus();		
}

function popupLegenda(lingua) {
	  w = 410;
	  h = 340;
	  l = (screen.width - w) / 2;
	  t = (screen.height - h) / 2;
	
	  wnd = window.open("popuplegenda.php?lang="+lingua,"","fullscreen=0,channelmode=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes, resizable=no, width="+w+", height="+h+", left="+l+", top="+t);
	  wnd.focus();		
}

function checkMail(lingua)
{ 	
	var swKO = 0 ;
	
	 
	
	// sezione valida email
	var x = document.contatto.email.value;
	var filter  = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
	if (filter.test(x)) {
		//alert('YES! Correct email address');
	} else {
		if(lingua == "UK"){
			alert('wrong email address.');
		} else {
			alert('Indirizzo email inesatto.');
		}
		swKO = 1 ;	
	} 
	
	// sezione campi obbligatori
	if (document.contatto.nome.value == "" ) {
		if(lingua == "UK"){
			alert('Error. Please insert the name.');
		} else {
			alert('Manca nome.');	
		}
		swKO = 1 ;
	}
	if (document.contatto.cognome.value == "" ) {
		if(lingua == "UK"){
			alert('Error. Please insert the lastname.');
		} else {
			alert('Manca cognome.');
		}
		swKO = 1 ;
	}	
	if (document.contatto.messaggio.value == "" ) {
		if(lingua == "UK"){
			alert('Error. Please insert the message.');
		} else {
			alert('Manca messaggio.');
		}
		swKO = 1 ;
	}
	
		
	if (swKO == 1) {
		return false ;	
	}  
		
		
}