bgcolor='#ffffff';
bgcolor2='#BD085A';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[0][0] = '<A HREF="lampe-3M.php" CLASS=ejsmenu>3M</A>';
zlien[0][1] = '<A HREF="lampe-Acer.php" CLASS=ejsmenu>Acer</A>';
zlien[0][2] = '<A HREF="lampe-BenQ.php" CLASS=ejsmenu>BenQ</A>';
zlien[0][3] = '<A HREF="lampe-Canon.php" CLASS=ejsmenu>Canon</A>';
zlien[0][4] = '<A HREF="lampe-Epson.php" CLASS=ejsmenu>Epson</A>';
zlien[0][5] = '<A HREF="lampe-Hitachi.php" CLASS=ejsmenu>Hitachi</A>';
zlien[0][6] = '<A HREF="lampe-Hewlett%20Packard.php" CLASS=ejsmenu>HP</A>';
zlien[0][7] = '<A HREF="lampe-Infocus.php" CLASS=ejsmenu>Infocus</A>';
zlien[0][8] = '<A HREF="lampe-Mitsubishi.php" CLASS=ejsmenu>Mitsubishi</A>';
zlien[0][9] = '<A HREF="lampe-Nec.php" CLASS=ejsmenu>Nec</A>';
zlien[0][10] = '<A HREF="lampe-Optoma.php" CLASS=ejsmenu>Optoma</A>';
zlien[0][11] = '<A HREF="lampe-Panasonic.php" CLASS=ejsmenu>Panasonic</A>';
zlien[0][12] = '<A HREF="lampe-Philips.php" CLASS=ejsmenu>Philips</A>';
zlien[0][13] = '<A HREF="lampe-Sanyo.php" CLASS=ejsmenu>Sanyo</A>';
zlien[0][14] = '<A HREF="lampe-Sharp.php" CLASS=ejsmenu>Sharp</A>';
zlien[0][15] = '<A HREF="lampe-Sony.php" CLASS=ejsmenu>Sony</A>';
zlien[0][16] = '<A HREF="lampe-Toshiba.php" CLASS=ejsmenu>Toshiba</A>';
zlien[0][17] = '<A HREF="lampes-videoprojecteurs.php" CLASS=ejsmenu><b>Autres marques</b></A>';
zlien[0][18] = '<A HREF="index.php" CLASS=ejsmenu>-FERMER-</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 99;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#c0c0c0 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\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150 HEIGHT=20><TR><TD align=center><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=20>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Acc&egrave;s direct au catalogue</FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');