posYmenu = 75;
posXmenu = 160;
bgcolor='#669999';
bgcolor2='#006600';



function popupcentree(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
var w=window.open(page,"information","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
w.focus();
}

//-->
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:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')// color=couleur survol barre principale +smenus
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')// color=couleur STATIQUE barre principale +smenus
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');

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="notrestructure.htm" CLASS=ejsmenu>Notre structure</A>'; 
zlien[0][1] = '<A HREF="zone_activite.htm" CLASS=ejsmenu>Zone d\'action</A>'; 

zlien[1][0] = '<A HREF="mats_lanternes.htm" CLASS=ejsmenu>Mâts-Lanternes</A>';
zlien[1][1] = '<A HREF="eclairage_industriel.htm" CLASS=ejsmenu>Eclairage Industriel et architectural</A>';
zlien[1][2] = '<A HREF="equipement.htm" CLASS=ejsmenu>Equipement</A>'; 

zlien[2][0] = '<A HREF="illuminations.htm" CLASS=ejsmenu>Nos produits</A>'; 

zlien[3][0] = '<A HREF="mobilier_urbain.htm" CLASS=ejsmenu>Nos produits</A>'; 

zlien[4][0] = '<A HREF="bornes_multienergies.htm" CLASS=ejsmenu>Nos produits</A>'; 

zlien[5][0] = '<A HREF="electricite_reseau.htm" CLASS=ejsmenu>Reseau Elec</A>';  
zlien[5][1] = '<A HREF="gaz_reseau.htm" CLASS=ejsmenu>Réseau Gaz</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+40 // pos verticale sous menus

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=2 BGCOLOR=#FFFFF WIDTH=115><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>"; // largeurs des sous menus
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD ALIGN=center BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Arial\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";// hauteurs des sous menus
	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 ><TR><TD><TABLE CELLPADING=0 CELLSPACING=2 BORDER=0 WIDTH=672 HEIGHT=20><TR>')// bgcolor=bordure menu barre principale

document.write('<TD WIDTH=108 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>Présentation</a></TD>')

document.write('<TD WIDTH=108 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],112)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu>Eclairage</a></TD>')

document.write('<TD WIDTH=108 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],224)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu>Illuminations</a></TD>')

document.write('<TD WIDTH=108 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],336)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu>Mobilier urbain</a></TD>')

document.write('<TD WIDTH=108 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],448)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu>Bornes Multi Energies</a></TD>')

document.write('<TD WIDTH=108 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],560)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu>Réseau</a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV>')