posYmenu = 10;
bgcolor='#FFFFFF'; // couleur des cellules off
bgcolor2='#E1F0FF'; // couleur des cellules on
needcenter =false;
if(!needcenter)
	posXmenu = 130;

else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(600/2);
	else
		posXmenu = (window.innerWidth/2)-(600/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:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#004488; text-decoration:none;FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: bold;}') // couleur des liens on
document.write('A.ejsmenu {color:#004488; text-decoration:none;FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: bold;}') // couleur des liens off
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="?lg=rs&p=accueil&rub=mots" CLASS=ejsmenu>&#1053;&#1045;&#1057;&#1050;&#1054;&#1051;&#1068;&#1050;&#1054; &#1057;&#1051;&#1054;&#1042; &#1054; &#1053;&#1040;&#1057;...</A>';
zlien[0][1] = '<A HREF="?lg=rs&p=accueil&rub=equipe" CLASS=ejsmenu>&#1055;&#1054;&#1047;&#1053;&#1040;&#1050;&#1054;&#1052;&#1068;&#1058;&#1045;&#1057;&#1068; &#1057; &#1053;&#1040;&#1052;&#1048;</A>';
zlien[0][2] = '<A HREF="?lg=rs&p=accueil&rub=contacter" CLASS=ejsmenu>&#1050;&#1040;&#1050; &#1057;&#1042;&#1071;&#1047;&#1040;&#1058;&#1068;&#1057;&#1071; &#1057; &#1053;&#1040;&#1052;&#1048;</A>';

zlien[1][0] = '<A HREF="?lg=rs&p=services&rub=traduction_sap" CLASS=ejsmenu>SAP &#1055;&#1045;&#1056;&#1045;&#1042;&#1054;&#1044;</A>';
zlien[1][1] = '<A HREF="?lg=rs&p=services&rub=competences" CLASS=ejsmenu>&#1052;&#1067; &#1055;&#1056;&#1045;&#1044;&#1051;&#1040;&#1043;&#1040;&#1045;&#1052; &#1042;&#1040;&#1052;</A>';
zlien[1][2] = '<A HREF="?lg=rs&p=services&rub=engagements" CLASS=ejsmenu>&#1052;&#1067; &#1054;&#1041;&#1071;&#1047;&#1059;&#1045;&#1052;&#1057;&#1071;</A>';
zlien[1][3] = '<A HREF="?lg=rs&p=services&rub=test" CLASS=ejsmenu>&#1048;&#1057;&#1055;&#1067;&#1058;&#1040;&#1049;&#1058;&#1045; &#1053;&#1040;&#1057;</A>';

zlien[2][0] = '<A HREF="?lg=rs&p=clients&rub=repartition" CLASS=ejsmenu>&#1054;&#1058;&#1056;&#1040;&#1057;&#1051;&#1048; &#1044;&#1045;&#1071;&#1058;&#1045;&#1051;&#1068;&#1053;&#1054;&#1057;&#1058;&#1048; &#1053;&#1040;&#1064;&#1048;&#1061; &#1050;&#1051;&#1048;&#1045;&#1053;&#1058;&#1054;&#1042;</A>';
zlien[2][1] = '<A HREF="?lg=rs&p=clients&rub=projets" CLASS=ejsmenu>&#1053;&#1040;&#1064;&#1048; &#1054;&#1057;&#1053;&#1054;&#1042;&#1053;&#1067;&#1045; &#1055;&#1056;&#1054;&#1045;&#1050;&#1058;&#1067;</A>';
zlien[2][2] = '<A HREF="?lg=rs&p=clients&rub=connexion_clients" CLASS=ejsmenu>&#1056;&#1045;&#1043;&#1048;&#1057;&#1058;&#1056;&#1040;&#1062;&#1048;&#1071; &#1050;&#1051;&#1048;&#1045;&#1053;&#1058;&#1054;&#1042;</A>';
zlien[2][3] = '<A HREF="?lg=rs&p=clients&rub=savoir_plus" CLASS=ejsmenu>&#1040; &#1058;&#1040;&#1050;&#1046;&#1045;...</A>';

zlien[5][0] = '<A HREF="?lg=rs&p=liens&rub=cheap_flights" CLASS=ejsmenu>Cheap Flights</A>';
zlien[5][1] = '<A HREF="?lg=rs&p=liens&rub=services" CLASS=ejsmenu>Services</A>';
zlien[5][2] = '<A HREF="?lg=rs&p=liens&rub=erp" CLASS=ejsmenu>ERP</A>';
zlien[5][3] = '<A HREF="?lg=rs&p=liens&rub=news" CLASS=ejsmenu>News</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=1>";
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=\"Verdana\">&nbsp;&nbsp;"+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=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><FONT SIZE=1 FACE="Verdana"><a href="?lg=rs&p=accueil" CLASS="ejsmenu">&#1044;&#1086;&#1073;&#1088;&#1086; &#1087;&#1086;&#1078;&#1072;&#1083;&#1086;&#1074;&#1072;&#1090;&#1100;!</a></FONT></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><FONT SIZE=1 FACE="Verdana"><a href="?lg=rs&p=services" CLASS="ejsmenu">&#1053;&#1072;&#1096;&#1080; &#1091;&#1089;&#1083;&#1091;&#1075;&#1080;</a></FONT></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><FONT SIZE=1 FACE="Verdana"><a href="?lg=rs&p=clients&rub=repartition" CLASS="ejsmenu">&#1053;&#1072;&#1096;&#1080; &#1082;&#1083;&#1080;&#1077;&#1085;&#1090;&#1099;</a></FONT></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><FONT SIZE=1 FACE="Verdana"><a href="?lg=rs&p=projet" CLASS="ejsmenu">&#1042;&#1072;&#1096; &#1087;&#1088;&#1086;&#1077;&#1082;&#1090;</a></FONT></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><FONT SIZE=1 FACE="Verdana"><a href="?lg=rs&p=recrutement" CLASS="ejsmenu">&#1042;&#1072;&#1082;&#1072;&#1085;&#1089;&#1080;&#1080;</a></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><a href="?lg=rs&p=liens&rub=cheap_flights" CLASS="ejsmenu">&#1055;&#1086;&#1083;&#1077;&#1079;&#1085;&#1099;&#1077; &#1089;&#1072;&#1081;&#1090;&#1099;</a></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
