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="partners.html#clients" CLASS=ejsmenu>Customers</A>';
zlien[3][1] = '<A HREF="partners.html#fournisseurs" CLASS=ejsmenu>Suppliers</A>';
zlien[4][0] = '<A HREF="info.html#contactinfo" CLASS=ejsmenu>Contact information</A>';
zlien[4][1] = '<A HREF="planaccess.html" CLASS=ejsmenu>Acces Map</A>';
zlien[5][0] = '<A HREF="links.html#annuaires" CLASS=ejsmenu>Directories</A>';
zlien[5][1] = '<A HREF="links.html#recherche" CLASS=ejsmenu>Search engines</A>';
zlien[5][2] = '<A HREF="links.html#business" CLASS=ejsmenu>Companies / Business</A>';
zlien[5][3] = '<A HREF="links.html#export" CLASS=ejsmenu>Export / Import</A>';
zlien[5][4] = '<A HREF="links.html#gouvernements" CLASS=ejsmenu>Public utility</A>';
zlien[5][5] = '<A HREF="links.html#industrie" CLASS=ejsmenu>Industry</A>';
zlien[5][6] = '<A HREF="links.html#information" CLASS=ejsmenu>Information - Medias</A>';
zlien[5][7] = '<A HREF="links.html#legislation" CLASS=ejsmenu>Legal ressources</A>';
zlien[5][8] = '<A HREF="links.html#outils" CLASS=ejsmenu>Practical tools</A>';
zlien[2][0] = '<A HREF="products.html#abrasifs" CLASS=ejsmenu>Abrasives</A>';
zlien[2][1] = '<A HREF="products.html#courroies" CLASS=ejsmenu>Belts, chains, flexibles</A>';
zlien[2][2] = '<A HREF="products.html#bandes" CLASS=ejsmenu>Conveying belts</A>';
zlien[2][3] = '<A HREF="products.html#nettoyeur" CLASS=ejsmenu>Cleaners</A>';
zlien[2][4] = '<A HREF="products.html#matelec" CLASS=ejsmenu>Electric material</A>';
zlien[2][5] = '<A HREF="products.html#manutention" CLASS=ejsmenu>Handling</A>';
zlien[2][6] = '<A HREF="products.html#machines" CLASS=ejsmenu>Machine-tools</A>';
zlien[2][7] = '<A HREF="products.html#metrologie" CLASS=ejsmenu>Measure and Controls</A>';
zlien[2][8] = '<A HREF="products.html#pneumatic" CLASS=ejsmenu>Pneumatic tooling</A>';
zlien[2][9] = '<A HREF="products.html#electro" CLASS=ejsmenu>Power generating units</A>';
zlien[2][10] = '<A HREF="products.html#pompes" CLASS=ejsmenu>Pumps, motor-driven pumps</A>';
zlien[2][11] = '<A HREF="products.html#meca" CLASS=ejsmenu>Tooling</A>';
zlien[2][12] = '<A HREF="products.html#tubes" CLASS=ejsmenu>Tubes, piping</A>';
zlien[2][13] = '<A HREF="products.html#vannes" CLASS=ejsmenu>Valves and fittings</A>';
zlien[2][14] = '<A HREF="products.html#soudage" CLASS=ejsmenu>Welding</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>  "+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=home.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Home</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=whoarewe.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Who are we ?</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=products.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Products</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=partners.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Partners</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=info.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=links.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Links</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=sitemap.html CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Site map</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
