function apriPopupNulla(url,w,h) {
win_name = 'p_' + (new Date()).getTime().toString();
var attr = "resizable=yes,scrollbars=yes,width="+w+",height="+h;
//var popup=window.open(url,win_name,attr);
}

function apriPopupImg(url,immagine,w,h) {
win_name = 'p_' + (new Date()).getTime().toString();
var attr = "resizable=yes,scrollbars=yes,width="+w+",height="+h;
var popup=window.open(url + '?immagine=' + immagine ,win_name,attr);
}

function apriPopup(url,w,h) {
win_name = 'p_' + (new Date()).getTime().toString();
var attr = "resizable=yes,scrollbars=yes,width="+w+",height="+h;
var popup=window.open(url,win_name,attr);
}
function apriPopup01(url,w,h) {
win_name = 'p_' + (new Date()).getTime().toString();
var attr = "resizable=no,scrollbars=yes, menubar=no toolbar=no location=no width="+w+",height="+h;
var popup=window.open(url,win_name,attr);
}
function openPopupScheda(url) {
win_name = 'p_' + (new Date()).getTime().toString();
he=window.screen.availHeight;
var attr = "resizable=no,scrollbars=yes,width="+675+",height="+250;
var popup=window.open(url,win_name,attr);
}


function showhidemenu (){
	document.getElementById("idSA").style.display="none";
	}
function showIdeContenuto(idcella){
	
	document.getElementById("IdContenutoRicercaP").style.display="none";
	document.getElementById("IdContenutoSchedaP").style.display="none";
	document.getElementById("IdContenutoAssortimento").style.display="none";
	document.getElementById("IdContenutoVeicoloP").style.display="none";
	document.getElementById("IdContenutoVeicoloR").style.display="none";
	document.getElementById("IdContenutoRicavo").style.display="none";
	document.getElementById("IdContenutoContatto").style.display="none";
	document.getElementById("IdContenutoWayfinding").style.display="none";
	document.getElementById("IdContenutoQuestionari").style.display="none";
	
	
	if (idcella=="01"){
		document.getElementById("IdContenutoRicercaP").style.display="block"
		}
	if (idcella=="02"){
		document.getElementById("IdContenutoSchedaP").style.display="block"
		}
	if (idcella=="03"){
		document.getElementById("IdContenutoAssortimento").style.display="block"
		}
	if (idcella=="04"){
		document.getElementById("IdContenutoVeicoloP").style.display="block"
		}
	if (idcella=="05"){
		document.getElementById("IdContenutoVeicoloR").style.display="block"
		}
	if (idcella=="06"){
		document.getElementById("IdContenutoRicavo").style.display="block"
		}
	if (idcella=="07"){
		document.getElementById("IdContenutoContatto").style.display="block"
		}
	if (idcella=="08"){
		document.getElementById("IdContenutoWayfinding").style.display="block"
		}
	if (idcella=="09"){
		document.getElementById("IdContenutoQuestionari").style.display="block"
		}
	
	}


function cnghSlide(sPar,sPar2){
		
		document.getElementById("SLD").src="img/Audio/"+sPar2+"/come0"+sPar+".gif";
		for(i=1;i<(lenVc+1);i++){
		if(i== sPar){
		document.getElementById("vc0"+sPar+"").className="lnkSel";
		document.getElementById("txt0"+sPar+"").style.display="inline";
		}
		else{
		document.getElementById("vc0"+i+"").className="lnk";
		document.getElementById("txt0"+i+"").style.display="none";
		}
		}
}


function cnghSlideI(sPar,sPar2){
		
		document.getElementById("SLD").src="img/inter/"+sPar2+"/come0"+sPar+".gif";
		for(i=1;i<(lenVc+1);i++){
		if(i== sPar){
		document.getElementById("vc0"+sPar+"").className="lnkSel";
		document.getElementById("txt0"+sPar+"").style.display="inline";
		}
		else{
		document.getElementById("vc0"+i+"").className="lnk";
		document.getElementById("txt0"+i+"").style.display="none";
		}
		}
}

function cnghSlideV(sPar,sPar2){
		
		document.getElementById("SLD").src="img/Video/"+sPar2+"/come0"+sPar+".gif";
		for(i=1;i<(lenVc+1);i++){
		if(i== sPar){
		document.getElementById("vc0"+sPar+"").className="lnkSel";
		document.getElementById("txt0"+sPar+"").style.display="inline";
		}
		else{
		document.getElementById("vc0"+i+"").className="lnk";
		document.getElementById("txt0"+i+"").style.display="none";
		}
		}
}


function footer()
	{
		var WT = '';
		WT +='<table style="width:830px;height:20px;border-top:1px solid #cccccc"><tr>'
		WT +='<td><a href="mappa.html" class="lnk">Mappa sito <span class="lnk">|</span> <a href="F2_01.html" class="lnk">Contatti</a></td>'
		WT +='<td width="325">&nbsp;</td>'
		WT +='<td><span class="txt">In Store Digital Media - T 02.69.00.09.99  - F 02.69.00.11.00 - <a href="mailto:info@isdmedia.eu" class="lnk">info@isdmedia.eu</a></span></td>'
		WT +='</tr></table>'
				
		document.write(WT);
 
	}
	
	function eng(sFun)
		{
			if(sFun == 1)
			{
			document.getElementById("eng").style.display="inline"
			}
			else{
			document.getElementById("eng").style.display="none"
			}
		}
