function menu(open)
{
	if (open == "apri")
	{
	 document.all["ProdottiLink2"].style.display = "";
	 document.all["ProdottiLink1"].style.display = "none";
	}
	else
	{
	 document.all["ProdottiLink2"].style.display = "none";
	 document.all["ProdottiLink1"].style.display = "";
	}
}
function chiudimenu()
{
	 document.all["ProdottiLink2"].style.display = "none";	
	 document.all["ProdottiLink1"].style.display = "";
}
function PopTel()
{
	spazio_lato = (screen.width - 350) / 2;
	spazio_su = (screen.height - 80) / 2 - 20;

	posizione = 'scrollbars=no,width=350,height=80,top=' + spazio_su + ', left= ' + spazio_lato;

	window.open('tel.html','TEL',posizione);
}


function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
//alert("   Eletech S.r.l. \nSito realizzato da\n  Gianni Orfino");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

//<!--
for (var i=0; i<document.images.length; i++)
document.images[i].onmousedown=right;

for (var i=0; i<document.links.length; i++)
document.links[i].onmousedown=right;
// -->

defaultStatus  = " ELETECH s.r.l";


