posYmenu = 93;
bgcolor='#000000';
bgcolor2='#6699CC';
needcenter =true;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(700/2);
	else
		posXmenu = (window.innerWidth/2)-(700/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+0+'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=popper id=topdeck></DIV>');
zlien = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[3][0] = '<A HREF="partenaires.html#clients" CLASS=ejsmenu>Clients</A>';
zlien[3][1] = '<A HREF="partenaires.html#fournisseurs" CLASS=ejsmenu>Fournisseurs</A>';
zlien[4][0] = '<A HREF="contact.html#coordonnées" CLASS=ejsmenu>Coordonnées</A>';
zlien[4][1] = '<A HREF="planacces.html" CLASS=ejsmenu>Plan d\'accès</A>';
zlien[5][0] = '<A HREF="liens.html#annuaires" CLASS=ejsmenu>Annuaires</A>';
zlien[5][1] = '<A HREF="liens.html#recherche" CLASS=ejsmenu>Moteurs de recherche</A>';
zlien[5][2] = '<A HREF="liens.html#business" CLASS=ejsmenu>Entreprise / Business</A>';
zlien[5][3] = '<A HREF="liens.html#export" CLASS=ejsmenu>Export / Import</A>';
zlien[5][4] = '<A HREF="liens.html#gouvernements" CLASS=ejsmenu>Services publics</A>';
zlien[5][5] = '<A HREF="liens.html#industrie" CLASS=ejsmenu>Industrie</A>';
zlien[5][6] = '<A HREF="liens.html#information" CLASS=ejsmenu>Information - Médias</A>';
zlien[5][7] = '<A HREF="liens.html#legislation" CLASS=ejsmenu>Ressources juridiques</A>';
zlien[5][8] = '<A HREF="liens.html#outils" CLASS=ejsmenu>Outils utiles</A>';
zlien[2][0] = '<A HREF="fournitures_industrielles_outillages.html#abrasifs" CLASS=ejsmenu>Abrasifs</A>';
zlien[2][1] = '<A HREF="fournitures_industrielles_outillages.html#bandes" CLASS=ejsmenu>Bandes transporteuses</A>';
zlien[2][2] = '<A HREF="fournitures_industrielles_outillages.html#courroies" CLASS=ejsmenu>Courroies, chaînes, flexibles</A>';
zlien[2][3] = '<A HREF="fournitures_industrielles_outillages.html#electro" CLASS=ejsmenu>Groupes électrogènes</A>';
zlien[2][4] = '<A HREF="fournitures_industrielles_outillages.html#machines" CLASS=ejsmenu>Machines-outils</A>';
zlien[2][5] = '<A HREF="fournitures_industrielles_outillages.html#manutention" CLASS=ejsmenu>Manutention</A>';
zlien[2][6] = '<A HREF="fournitures_industrielles_outillages.html#matelec" CLASS=ejsmenu>Matériel électrique</A>';
zlien[2][7] = '<A HREF="fournitures_industrielles_outillages.html#metrologie" CLASS=ejsmenu>Mesure et Contrôle</A>';
zlien[2][8] = '<A HREF="fournitures_industrielles_outillages.html#nettoyeur" CLASS=ejsmenu>Nettoyeurs</A>';
zlien[2][9] = '<A HREF="fournitures_industrielles_outillages.html#meca" CLASS=ejsmenu>Outillage</A>';
zlien[2][10] = '<A HREF="fournitures_industrielles_outillages.html#pneumatic" CLASS=ejsmenu>Pneumatique</A>';
zlien[2][11] = '<A HREF="fournitures_industrielles_outillages.html#pompes" CLASS=ejsmenu>Pompes et motopompes</A>';
zlien[2][12] = '<A HREF="fournitures_industrielles_outillages.html#soudage" CLASS=ejsmenu>Soudage</A>';
zlien[2][13] = '<A HREF="fournitures_industrielles_outillages.html#tubes" CLASS=ejsmenu>Tubes, tuyauterie</A>';
zlien[2][14] = '<A HREF="fournitures_industrielles_outillages.html#vannes" CLASS=ejsmenu>Vannes, électrovannes</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 = posYmenu+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><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+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Arial\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></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=#000000 WIDTH=100%><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=20><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" href=index.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Accueil</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)"  href=presentation.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Présentation</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],137)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)"  href=fournitures_industrielles_outillages.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Produits</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],280)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[3],300)" href=partenaires.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Partenaires</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],422)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[4],400)" href=contact.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Contact</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],564)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[5],500)" href=liens.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Liens</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" href=plan.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Plan</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
