/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
 */
gauche5=5
haut5=180
target5 = '_self';

color51 = "#9e9e9e";
color52 = "#838383";
color53 = "#FFFFFF";

menu5titre = new Array;
menu5lien = new Array;


	menu5titre[0]= 'CANAPES'
	menu5lien[0]= '../canapes/canapes.htm'
	menu5titre[1]= 'FAUTEUILS ET POUFS'
	menu5lien[1]= '../fauteuils_et_poufs/fauteuils.htm'
	menu5titre[2]= 'CHAISES'
	menu5lien[2]= 'sieges.htm'
	menu5titre[3]= 'TABLES BASSES'
	menu5lien[3]= '../tables_basses/tables_basses.htm'
	menu5titre[4]= 'TABLES HAUTES'
	menu5lien[4]= '../tables/table_haute.htm'
	menu5titre[5]= 'RANGEMENTS'
	menu5lien[5]= '../rangements/rangements.htm'
	menu5titre[6]= 'TAPIS'
	menu5lien[6]= '../tapis/tapis.htm'
	menu5titre[7]= 'LUMINAIRES'
	menu5lien[7]= '../luminaires/luminaires.htm'
	menu5titre[8]= 'POUBELLES'
	menu5lien[8]= '../poubelles/poubelles.htm'
	menu5titre[9]= 'PORTE MANTEAUX'
	menu5lien[9]= '../porte-manteaux/portemanteaux.htm'
	menu5titre[10]= 'PLANTES ARTIFICIELLES'
	menu5lien[10]= '../plantes/plantes.htm'
	

	
document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table bgcolor=#9e9e9e border=0 cellspacing=0 cellpadding=4 bordercolorlight=#9e9e9e bordercolordark=#C0C0C0 WIDTH=180><TR>	<TD ALIGN=center><FONT FACE="Arial" SIZE=1 COLOR=#FFFFFF><B>SOMMAIRE</B></FONT></TD></TR>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:pointer" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=1><B><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menu5titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')

