bgcolor='#D07003';
bgcolor2='#D28D3E';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:10; left:100px ')
document.write('#topdroite { position:absolute;  z-index:10; }')
document.write('A:hover.V02nav {color:#FFFFFF; text-decoration:none;}')
document.write('.V02nav {color:#FF9933; 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;
/*';*/

if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 120;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=115><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" ></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "hidden";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topdroite><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150 HEIGHT=30><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=30>')	
	document.write('<tr><TD WIDTH=140 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.plafondlambris.com/index.htm" class="nav">Accueil</br></a></TD></tr>')
	document.write('<tr><TD WIDTH=140 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.plafondlambris.com/produits.html" class="nav">Produits</a></TD></tr>')
	document.write('<tr><TD WIDTH=140 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.plafondlambris.com/services.html" class="nav">Services</a></TD></tr>')	
	document.write('<tr><TD WIDTH=140 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.plafondlambris.com/commercial.html" class="nav">Section Commerciale</a></TD></tr>')	
	document.write('<tr><TD WIDTH=140 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.plafondlambris.com/partenaires.html" class="nav">Partenaires</a></TD></tr>')
	document.write('<tr><TD WIDTH=140 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.plafondlambris.com/fiche_signaletique.html" class="nav">Fiche signalétique</a></TD></tr>')
	document.write('<tr><TD WIDTH=140 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.plafondlambris.com/joindre.html" class="nav">Nous joindre</a></TD></tr>')
	document.write('<tr><TD WIDTH=140 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.plafondlambris.com/eng/index.htm" class="nav">English version</a></TD></tr>')		
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');
