posYmenu = 153;
bgcolor='#333366';
bgcolor2='#66CCFF';
posXmenu = 6;
document.write('<style type="text/css">');
document.write('.poppervert { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;

zlien[2][0] = '<A HREF="01.htm" CLASS=ejsmenu>Fury</A>';
zlien[2][1] = '<A HREF="02.htm" CLASS=ejsmenu>Genesi</A>';
zlien[2][2] = '<A HREF="05.htm" CLASS=ejsmenu>Taurus</A>';
zlien[2][3] = '<A HREF="03.htm" CLASS=ejsmenu>Hydra</A>';
zlien[2][4] = '<A HREF="04.htm" CLASS=ejsmenu>Hydra hp</A>';
zlien[2][5] = '<A HREF="06-Pixis.htm" CLASS=ejsmenu>Pixis</A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknvert = document.topdeckvert }
else if (dom) { sknvert = document.getElementById("topdeckvert").style }
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = posXmenu+164;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    sknvert.document.write(content);
	  sknvert.document.close();
	  sknvert.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
}
function kill()
{
	sknvert.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=153><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=../index.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Home page</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=profilo.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Profilo aziendale</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=dovesiamo.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Dove siamo</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[2],51)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Prodotti</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=assistenza.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Servizio assistenza</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=contatti.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Contatti</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=link.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Rappresentanti estero</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=referenze.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Referenze</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=153 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=video-ita.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Video</B></FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')
