bgcolor='#FFFF00';
bgcolor2='#FDF59E';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.menu {color:#000000;font-family:arial;font-size:12; text-decoration:none;}')
document.write('A.menu {color:#000000;font-family:arial;font-size:12;  text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:10"><DIV class=popper id=topdeck></DIV>');

//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[0][0] = '<img border="0" src="images/moins.gif" align=center><A HREF="en-historique.html" CLASS=menu>&nbsp;History</A>';
zlien[0][1] = '<img border="0" src="images/moins.gif" align=center><A HREF="en-reference.html" CLASS=menu>&nbsp;Realisations</A>';
zlien[1][0] = '<img border="0" src="images/moins.gif" align=center><A HREF="en-catalogue.html" CLASS=menu>&nbsp;Catalogue</A>';
zlien[1][1] = '<img border="0" src="images/moins.gif" align=center><A HREF="en-promotion.html" CLASS=menu>&nbsp;Promotions</A>';
zlien[2][0] = '<img border="0" src="images/moins.gif" align=center><A HREF="en-contact.html" CLASS=menu>&nbsp;Questions</A>';
zlien[2][1] = '<img border="0" src="images/moins.gif" align=center><A HREF="en-partage.html" CLASS=menu>&nbsp;Share</A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 18;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=120 ><TR><TD><TABLE WIDTH=100% BORDER=0 BGCOLOR='"+bgcolor2+"' CELLPADDING=0 CELLSPACING=1 style='border:1px solid #000000;'>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD  BGCOLOR='"+bgcolor2+"' HEIGHT=10>&nbsp;&nbsp;"+msg[pass]+"</TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  bgcolor="'+bgcolor+'" style="border:1px solid #000000" WIDTH=320><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0  HEIGHT=10><TR>');
document.write('<TD WIDTH=100  valign=top onMouseOver="pop(zlien[0],0)" ><img border="0" src="images/plus.gif" align=center><A  onMouseOver="pop(zlien[0],0)" href="en-index.html" CLASS=menu>&nbsp;<b>Home</b></a></TD>');
document.write('<TD WIDTH=100  valign=top onMouseOver="pop(zlien[1],100)"  ><img border="0" src="images/plus.gif"  align=center ><A  onMouseOver="pop(zlien[1],100)" href="en-produit.html" CLASS=menu>&nbsp;<b>Products</b></a></TD>');
document.write('<TD WIDTH=100  valign=top onMouseOver="pop(zlien[2],200)"  ><img border="0" src="images/plus.gif" align=center  ><A  onMouseOver="pop(zlien[2],200)" href="en-contact.html" CLASS=menu>&nbsp;<b>Contact</b></a></TD>');
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>');
