<!--
function blink_news() {
	if(document.getElementById("bottone_news").style.color=="black") document.getElementById("bottone_news").style.color="yellow";
	 else if(document.getElementById("bottone_news").style.color!="white") document.getElementById("bottone_news").style.color="black";
}
function menu_over(m) {
	document.getElementById("immagine_azienda").style.display="none";
	document.getElementById("immagine_prodotti").style.display="none";
	document.getElementById("immagine_realizzazioni").style.display="none";
	document.getElementById("immagine_servizi").style.display="none";
	document.getElementById("immagine_promozioni").style.display="none";
	document.getElementById("immagine_newsletter").style.display="none";
	document.getElementById("immagine_dovesiamo").style.display="none";
	document.getElementById("immagine_contatti").style.display="none";
	document.getElementById("immagine_sport").style.display="none";
	document.getElementById("immagine_immobiliare").style.display="none";
	document.getElementById("immagine_showroommi").style.display="none";
	document.getElementById("immagine_showroomso").style.display="none";
	document.getElementById("immagine_certificazioni").style.display="none";
	document.getElementById("immagine_riservata").style.display="none";
	document.getElementById("immagine_news").style.display="none";
	document.getElementById("immagine_convenzioni").style.display="none";
	document.getElementById("bottone_azienda").style.color="black";
	document.getElementById("bottone_prodotti").style.color="black";
	document.getElementById("bottone_realizzazioni").style.color="black";
	document.getElementById("bottone_servizi").style.color="black";
	document.getElementById("bottone_promozioni").style.color="black";
	document.getElementById("bottone_newsletter").style.color="black";
	document.getElementById("bottone_dovesiamo").style.color="black";
	document.getElementById("bottone_contatti").style.color="black";
	document.getElementById("bottone_sport").style.color="black";
	document.getElementById("bottone_immobiliare").style.color="black";
	document.getElementById("bottone_showroommi").style.color="black";
	document.getElementById("bottone_showroomso").style.color="black";
	document.getElementById("bottone_certificazioni").style.color="black";
	document.getElementById("bottone_riservata").style.color="black";
	document.getElementById("bottone_convenzioni").style.color="black";
	//document.getElementById("bottone_news").style.color="black";
	if(typeof m!="undefined") document.getElementById("immagine_"+m).style.display="block";
	document.getElementById("bottone_"+m).style.color="white";
}
function menu_click(m) {
	document.getElementById("bottone_"+m).blur();
	document.getElementById("beep").src='beep.wav';
	setTimeout("location.href='"+m+".html'",500);
}
function copyright() {
	searchWin = window.open('http://www.valtnet.com/diritto_autore','Copyright','scrollbars=yes,resizable=yes,width=330,height=500,status=no,location=no,toolbar=no');
}
function iso() {
	searchWin = window.open('allegati/certificato_ISO.pdf','Certificati','scrollbars=yes,resizable=yes,width=700,height=600,status=no,location=no,toolbar=no');
}
function nascondidiv(div) {
	document.getElementById(div).style.display="none";
}
function pagina(div) {
	var i=1;
	while(document.getElementById("p"+i)!=null) {
		document.getElementById("p"+i).style.display="none";
		i++;
	}
	document.getElementById("p"+div).style.display="block";
}
function galleria(directory) {
	finestra = window.open('galleria.php?directory='+directory,Math.round(1000*Math.random()).toString(),'scrollbars=no,resizable=no,width=710,height=650,status=no,location=no,toolbar=no');
}
function gallerianews(id,i) {
	finestra = window.open('gallerianews.php?id='+id+'&i='+i,Math.round(1000*Math.random()).toString(),'scrollbars=no,resizable=no,width=770,height=650,status=no,location=no,toolbar=no');
}
function galleriapromozione(id,i) {
	finestra = window.open('galleriapromozione.php?id='+id+'&i='+i,Math.round(1000*Math.random()).toString(),'scrollbars=no,resizable=no,width=770,height=650,status=no,location=no,toolbar=no');
}
function foto(str,w,h,didascalia) {
	w+=10;
	h+=10;
	if(typeof didascalia=="undefined" || didascalia=="") didascalia="";
	 else {
	 	didascalia=urlencode(didascalia);
		h=h+40;
	}
	finestra = window.open('visualizza_foto.php?foto='+str+'&didascalia='+didascalia,Math.round(1000*Math.random()).toString(),'scrollbars=no,resizable=no,width='+w+',height='+h+',status=no,location=no,toolbar=no');
}
function urlencode(CODE){
	var plaintext = CODE;

	var SAFECHARS = "0123456789" +					// Numeric
					"ABCDEFGHIJKLMNOPQRSTUVWXYZ" +	// Alphabetic
					"abcdefghijklmnopqrstuvwxyz" +
					"-_.!~*'()’‘";					
	var HEX = "0123456789ABCDEF";
	
	var encoded = "";
	for (var i = 0; i < plaintext.length; i++ ) {
		var ch = plaintext.charAt(i);
	    if (ch == " ") {
		    encoded += "+";				// x-www-urlencoded, rather than %20
		} else if (SAFECHARS.indexOf(ch) != -1) {
		    encoded += ch;
		} else {
		    var charCode = ch.charCodeAt(0);
			if (charCode > 255) {
			    encoded += "+";
			} else {
				encoded += "%";
				encoded += HEX.charAt((charCode >> 4) & 0xF);
				encoded += HEX.charAt(charCode & 0xF);
			}
		}
	} // for

	// VALORE CODIFICATO
	return encoded;
}
function logout(pagina) {
	document.execCommand("ClearAuthenticationCache");
	parent.location.replace(pagina);
}
//-->
