/*          
            ATTENTION !!!!!

        PAS D APOSTROPHE !!!!!!!!
*/

bgcolor='#CCCCCC';
/* couleur fond bouton et pourtour */
bgcolorON = '#999999';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topcentre { position:relative; z-index:10; }')

/* couleur du texte au survol */
document.write('A:hover.ejsmenu {color:#333333; text-decoration:none;}')

/* couleur du texte */
document.write('A.ejsmenu {color:#333333; text-decoration:none;}')

document.write('</style>')
document.write('<div style="position:relative;height:20"><DIV class=popper id=topdeck></DIV>');


/* LIENS */

zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;


/* Sous menus */

/* Produits */
zlien[0][0] = '<A HREF="http://industrial.omron.fr/fr/news/product_news/default.html" CLASS=ejsmenu target="_blank">Nouveautés</A>';
zlien[0][1] = '<A HREF="http://industrial.omron.fr/fr/misc/dm/nq_fr.html" CLASS=ejsmenu target="_blank">Promotions</A>';
zlien[0][2] = '<A HREF="Equivalences.php" CLASS=ejsmenu>Equivalences</A>';


/* Services */
zlien[1][0] = '<A HREF="http://industrial.omron.fr/fr/services_and_support/seminars_and_training/default.html" CLASS=ejsmenu target="_blank">Formations</A>';
zlien[1][1] = '<A HREF="Elite.html" CLASS=ejsmenu>Nos Partenaires</A>';

/* Publications */
zlien[2][0] = '<A HREF="Catalogues.html" CLASS=ejsmenu>Catalogues</A>';
zlien[2][1] = '<A HREF="TTrends.html" CLASS=ejsmenu>Technologie Trend</A>';
zlien[2][2] = '<A HREF="ProductNews.html" CLASS=ejsmenu>Product News</A>';
zlien[2][3] = '<A HREF="http://industrial.omron.fr/fr/news/enews/default.html" CLASS=ejsmenu target="_blank">Lettre E-News</A>';

/* Info Société */
zlien[4][0] = '<A HREF="http://industrial.omron.fr/fr/company_info/about_omron/default.html" CLASS=ejsmenu target="_blank">A propos d Omron</A>';
zlien[4][1] = '<A HREF="http://industrial.omron.fr/fr/company_info/business_fields/default.html" CLASS=ejsmenu target="_blank">Domaines activités</A>';
zlien[4][2] = '<A HREF="http://industrial.omron.fr/fr/company_info/events/default.html" CLASS=ejsmenu target="_blank">Evènements</A>';

/* Plan d'accès */
zlien[5][0] = '<A HREF="http://industrial.omron.fr/fr/contact/contact_us/default.html" CLASS=ejsmenu target="_blank">Nous contacter</A>';
zlien[5][1] = '<A HREF="Acces.html" CLASS=ejsmenu>Plan d accès</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 = 25;

function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true
	skn.left = pos ;
	var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR="+bgcolorON+" WIDTH=128><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='"+bgcolorON+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=24 ALIGN=center><FONT SIZE=2 FACE=\"Verdana\">  "+msg[pass]+"</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=topcentre><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR='+bgcolorON+' WIDTH=768><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=24><TR>')
document.write('<TD WIDTH=128 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolorON+'\';pop(zlien[0],000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick=document.location.href="http://industrial.omron.fr/fr/products/default.html" onMouseOver="pop(zlien[0],000)"  CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Nos Produits</FONT></a></TD>')
document.write('<TD WIDTH=128 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolorON+'\';pop(zlien[1],128)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick=document.location.href="http://industrial.omron.fr/fr/services_and_support/default.html" onMouseOver="pop(zlien[1],128)"  CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Nos Services</FONT></a></TD>')
document.write('<TD WIDTH=128 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolorON+'\';pop(zlien[2],256)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick=document.location.href="" onMouseOver="pop(zlien[2],256)"  CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Publications</FONT></a></TD>')
document.write('<TD WIDTH=128 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolorON+'\';pop(zlien[3],384)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick=document.location.href="Enseignement.html"  CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Enseignement</FONT></a></TD>')
document.write('<TD WIDTH=128 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolorON+'\';pop(zlien[4],512)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick=document.location.href="http://industrial.omron.fr/fr/company_info/default.html" onMouseOver="pop(zlien[4],512)"  CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Info Société</FONT></a></TD>')
document.write('<TD WIDTH=128 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolorON+'\';pop(zlien[5],640)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick=document.location.href="Contacter.html" onMouseOver="pop(zlien[5],640)"  CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Contact</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
