


navHover = function() {
	var lis = document.getElementById("navmenu").getElementsByTagName("LI");
	for (var i=0; i<lis.length; i++) {
		lis[i].onmouseover=function() {
			this.className+=" iehover";
		}
		lis[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", navHover);
function send(nick, dominio) { 
var chiocciola = '@';
var nick= 'servizi';
var dominio= 'zerboni.com';
location.href = 'mailto:' + nick + chiocciola + dominio; 
}
function play()
{
var file = document.mform.value;
document.all.musicdiv.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play2()
{
var file = document.mform2.value;
document.all.musicdiv2.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play3()
{
var file = document.mform3.value;
document.all.musicdiv3.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play4()
{
var file = document.mform4.value;
document.all.musicdiv4.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play5()
{
var file = document.mform5.value;
document.all.musicdiv5.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play6()
{
var file = document.mform6.value;
document.all.musicdiv6.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play7()
{
var file = document.mform7.value;
document.all.musicdiv7.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play8()
{
var file = document.mform8.value;
document.all.musicdiv8.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' id='film' height='200' width='180' ></EMBED>";
}
function play9()
{
var file = document.mform9.value;
document.all.musicdiv9.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play10()
{
var file = document.mform10.value;
document.all.musicdiv10.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play11()
{
var file = document.mform11.value;
document.all.musicdiv11.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function play12()
{
var file = document.mform12.value;
document.all.musicdiv12.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='300' width='300' ></EMBED>";
}
function playesemp()
{
var file = document.mformesemp.value;
document.all.musicdivesemp.innerHTML="<EMBED onBeforeLoad='document.write(Loading)' SRC='"+file+"' AUTOSTART='true' height='500' width='550' ></EMBED>";
}
function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
function pop(nomefile,nomefinestra,larghezza,altezza) {
		var sinistra = Math.floor((screen.width-larghezza)/2);
		var sopra = Math.floor((screen.height-altezza)/2);
		window.open (nomefile,nomefinestra,"width=" + larghezza + ",height=" + altezza + ",top=" + sopra + ",left=" + sinistra + ",resizable=no,scrollbars=no");
	}
if (document.all)
	document.onmousedown=new Function("if (event.button==2||event.button==3)alert('© Giorgio Micheletti .it - All rights reserved ')");
function closeit(){
document.getElementById("promo").style.display="none"
}
setTimeout("closeit()", 15000);
