

  if((navigator.platform != "MacPPC") || (navigator.appName != "Microsoft Internet Explorer"))
  {
     posYmenu = 95;
bgcolor='#e5e5e5';
bgcolor2='#FFF8BB';
needcenter =false;
if(!needcenter)
	posXmenu = 590;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(400/2);
	else
		posXmenu = (window.innerWidth/2)-(400/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#center { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#0000FF; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 9px}')
document.write('A.ejsmenu {color:#82004F; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 9px}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
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;
zlien[0][0] = '<A HREF="../explosimetres/explosimetres.htm" CLASS=ejsmenu>MultiXplo Catalytique DM-TX6</A>';
zlien[0][1] = '<A HREF="../explosimetres/explosimetres.htm#DM-CX6" CLASS=ejsmenu>MultiXplo Catalytique DM-CX6</A>';
zlien[0][2] = '<A HREF="../explosimetres/explosimetres.htm#GD10" CLASS=ejsmenu>Absoption infrarouge GD10P</A>';
zlien[0][3] = '<A HREF="../explosimetres/explosimetres.htm#GD10" CLASS=ejsmenu>Absoption infrarouge GD10PE</A>';
zlien[0][4] = '<A HREF="../explosimetres/explosimetres.htm#EX05" CLASS=ejsmenu>Catalytique EX05</A>';
zlien[1][0] = '<A HREF="../toximetres/toximetres.htm" CLASS=ejsmenu>MultiTox électrochimique DMI-TT6</A>';
zlien[1][1] = '<A HREF="../toximetres/toximetres.htm#DMI-TO6" CLASS=ejsmenu>MultiTox électrochimique DMI-TO6</A>';
zlien[1][2] = '<A HREF="../toximetres/toximetres.htm#GD10" CLASS=ejsmenu>Infrarouge CO2 GD10P</A>';
zlien[1][3] = '<A HREF="../toximetres/toximetres.htm#GD1" CLASS=ejsmenu>Barrière laser H2S GD1</A>';
zlien[1][4] = '<A HREF="../toximetres/toximetres.htm#ET08" CLASS=ejsmenu>Electrochimique non ATEX ET08-EO08</A>';
zlien[1][5] = '<A HREF="../toximetres/toximetres.htm#ET08" CLASS=ejsmenu>Infrarouge CO2 non ATEX V8000</A>';
zlien[2][0] = '<A HREF="../detection flamme/detection de flamme.htm" CLASS=ejsmenu>MultiFlame DM-TV6-XT 3xIR</A>';
zlien[2][1] = '<A HREF="../detection flamme/detection de flamme.htm" CLASS=ejsmenu>MultiFlame DM-TV6-XV UV/2xIR</A>';
zlien[3][0] = '<A HREF="../centrales/centrales.htm" CLASS=ejsmenu>Polyvanente SIL MultiSafe-MX</A>';
zlien[3][1] = '<A HREF="../centrales/centrales.htm#mdxi" CLASS=ejsmenu>Modulaire rackable MDXi</A>';
zlien[3][2] = '<A HREF="../centrales/centrales.htm#echo2" CLASS=ejsmenu>Murale 2 points ECHO 2</A>';
zlien[3][3] = '<A HREF="../centrales/centrales.htm#echo2" CLASS=ejsmenu>Murale 4 points ECHO 4</A>';
zlien[3][4] = '<A HREF="../centrales/centrales.htm#echo28" CLASS=ejsmenu>Murale multipoints ECHO 28</A>';
zlien[3][5] = '<A HREF="../centrales/centrales.htm#samsys" CLASS=ejsmenu>Prélèvement pour parking SAMSYS</A>';
zlien[4][0] = '<A HREF="../syntel/syntel.htm" CLASS=ejsmenu>Présentation</A>';
zlien[4][1] = '<A HREF="../syntel/syntel.htm#technologie" CLASS=ejsmenu>Technologie</A>';
zlien[4][2] = '<A HREF="../syntel/syntel.htm#supervision" CLASS=ejsmenu>Supervision</A>';
zlien[4][3] = '<A HREF="../syntel/syntel.htm#exploitation" CLASS=ejsmenu>Sécurité</A>';
zlien[4][4] = '<A HREF="../syntel/syntel.htm#maintenance" CLASS=ejsmenu>Maintenance</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+25;

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=5 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" align=\"center\" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\"><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=600><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><b><FONT-SIZE=9px FACE="Verdana" COLOR=#82004F>Les Explosimètres</FONT></b></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><b><FONT-SIZE=9px FACE="Verdana" COLOR=#82004F>Les Toximètres</FONT></b></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><b><FONT-SIZE=9px FACE="Verdana" COLOR=#82004F>Les Détecteurs de Flamme</FONT></b></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><b><FONT-SIZE=9px FACE="Verdana" COLOR=#82004F>Les Centrales</FONT></b></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><b><FONT-SIZE=9px FACE="Verdana" COLOR=#82004F>Le Réseau SYNTEL</FONT></b></a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
  }
  
  else 
  {
	  
  /*
SCRIPT TROUVE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

/* A REGLER MANUELLEMENT SI LE CADRE EST TROP PETIT */
hauteurcadre = 50;

xmenu = new Array;
xlien = new Array;

xmenu[0] =
xmenu[1] =
xmenu[2] =
xmenu[3] =
xmenu[4] =


xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[5] = ''

document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#FFFFFF; text-decoration:none;}\nA:hover.menudyn3 {color:#000000;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*100)+' BGCOLOR=#000000>  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#006666 onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=1 FACE="Verdana"><B><A HREF="#" onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></B></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#009999 HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33">&nbsp;</div></layer></ilayer></TD>  </TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{
			document.all.td0.style.background='#006666';
	document.all.td1.style.background='#006666';
	document.all.td2.style.background='#006666';
	document.all.td3.style.background='#006666';
	document.all.td4.style.background='#006666';
	document.all.td5.style.background='#006666';
		tditem.style.background='#009999';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#006666';
	document.getElementById("td1").style.background='#006666';
	document.getElementById("td2").style.background='#006666';
	document.getElementById("td3").style.background='#006666';
	document.getElementById("td4").style.background='#006666';
	document.getElementById("td5").style.background='#006666';
tditem.style.background='#009999';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=1 FACE="Verdana, Arial"><B>'+which+'</B></FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONT SIZE=1 FACE="Verdana"><B>'+which+'</B></FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);

  }


