﻿/*Modifications:
date: 14 avril 2005
auteur: simon lafreni&egrave;re
ajout des fonctions cacher() et annulcacher() qui d&eacute;terminent la visibilit&eacute; des sous-menus
prise en compte par les navigateurs autres que IE

Modifi&eacute; par PMA le 1er d&eacute;cembre 2006 pour ajouter deux sous-menu.
*/
/* on pr&eacute;charge les images*/
var path = [Root] + "Ressources/Images/MenuGauche/"

b1 = new Image;
b1.src = path + "onglet_gauche_1b.gif";
b1out = new Image;
b1out.src = path + "onglet_gauche_1.gif";

b2 = new Image;
b2.src = path + "onglet_gauche_2b.gif";
b2out = new Image;
b2out.src = path + "onglet_gauche_2.gif";

b3 = new Image;
b3.src = path + "onglet_gauche_3b.gif";
b3out = new Image;
b3out.src = path + "onglet_gauche_3.gif";

b4 = new Image;
b4.src = path + "onglet_gauche_4b.gif";
b4out = new Image;
b4out.src = path + "onglet_gauche_4.gif";

b5 = new Image;
b5.src = path + "onglet_gauche_5b.gif";
b5out = new Image;
b5out.src = path + "onglet_gauche_5.gif";

b6 = new Image;
b6.src = path + "onglet_gauche_6b.gif";
b6out = new Image;
b6out.src = path + "onglet_gauche_6.gif";

b7 = new Image;
b7.src = path + "onglet_gauche_7b.gif";
b7out = new Image;
b7out.src = path + "onglet_gauche_7.gif";

b8 = new Image;
b8.src = path + "onglet_gauche_8b.gif";
b8out = new Image;
b8out.src = path + "onglet_gauche_8.gif";

posYmenu = -1;
bgcolor='transparent';
bgcolor2='#336799'; // bleu fonc&eacute;
bgcolor3='#FFAB00'; // orange

var largeur,y;
if (self.innerHeight) // all except Explorer
{
	largeur = self.innerWidth;
	y = self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientHeight)
	// Explorer 6 Strict Mode
{
	largeur = document.documentElement.clientWidth;
	y = document.documentElement.clientHeight;
}
else if (document.body) // other Explorers
{
	largeur = document.body.clientWidth;
	y = document.body.clientHeight;
}
var posXmenu = -1;
//if (largeur == 780) {  posXmenu = (largeur/2-380); }
//else if (largeur == 1004) {  posXmenu = (largeur/2-492); }

document.write('<style type="text/css">');
document.write('.poppervert { POSITION: absolute; VISIBILITY: hidden; z-index:0; }')
document.write('#topgauche { position:absolute; z-index:10;}')
document.write('A.ejsmenu:hover {color:#FFFFFF; text-decoration:none; font-weight: normal; font-size: 11px;}') 
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none; font-weight: normal; font-size: 11px;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></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[6] = new Array;
zlien[7] = new Array;
zlien[0][0] = '<A HREF="' + [Root] + 'vigie/" CLASS=ejsmenu>Toutes les manchettes du mois&nbsp;&nbsp;</A>';
zlien[0][1] = '<A HREF="' + [Root] + 'vigie/droit_reglementation.aspx" CLASS=ejsmenu>Droit et r&eacute;glementation du travail</A>&nbsp;&nbsp;';
zlien[0][2] = '<A HREF="' + [Root] + 'vigie/emploi_economie.aspx" CLASS=ejsmenu>Emploi, &eacute;conomie et politique</A>';
zlien[0][3] = '<A HREF="' + [Root] + 'vigie/Nationale_internationale.aspx" CLASS=ejsmenu>Nationale et internationale</A>';
zlien[0][4] = '<A HREF="' + [Root] + 'vigie/patronat_syndicat.aspx" CLASS=ejsmenu>Patronat, syndicat</A>';
zlien[0][5] = '<A HREF="' + [Root] + 'vigie/regions.aspx" CLASS=ejsmenu>R&eacute;gions</A>';
zlien[0][6] = '<A HREF="' + [Root] + 'vigie/sst.aspx" CLASS=ejsmenu>Sant&eacute; et s&eacute;curit&eacute; du travail</A>';
zlien[0][7] = '<A HREF="' + [Root] + 'vigie/tendances.aspx" CLASS=ejsmenu>Tendances</A>';
zlien[1][0] = '<A HREF="' + Root + 'boutique/produits/librairie/" CLASS=ejsmenu>Librairie</A>&nbsp;&nbsp;';
zlien[1][1] = '<A HREF="' + Root + 'boutique/produits/affiches/" CLASS=ejsmenu>Affiches</A>&nbsp;&nbsp;';
zlien[1][2] = '<A HREF="' + Root + 'appel/" CLASS=ejsmenu>Appel &agrave; tous</A>&nbsp;&nbsp;';
zlien[1][3] = '<A HREF="' + Root + 'boutique/produits/abonnements/" CLASS=ejsmenu>Abonnements</A>&nbsp;&nbsp;';
zlien[1][4] = '<A HREF="' + Root + 'boutique/produits/formation/" CLASS=ejsmenu>Produits de formation</A>&nbsp;&nbsp;';
zlien[1][5] = '<A HREF="' + Root + 'webdiffusion/" CLASS=ejsmenu>Webdiffusion</A>&nbsp;&nbsp;';
zlien[1][6] = '<A HREF="' + Root + 'boutique/produits/objets/" CLASS=ejsmenu>Objets</A>&nbsp;&nbsp;';
zlien[1][7] = '<A HREF="' + Root + 'Boutique/info.aspx" CLASS=ejsmenu>Info-transaction</A>&nbsp;&nbsp;';
zlien[1][8] = '<A HREF="' + Root + 'Boutique/Panier.aspx" CLASS=ejsmenu>Consulter votre panier d\'achat</A>&nbsp;&nbsp;';
zlien[2][0] = '<A HREF="' + Root + 'formation/default.aspx" CLASS=ejsmenu>Activit&eacute;s pour les professionnels RH et RI</A>&nbsp;&nbsp;';
zlien[2][1] = '<A HREF="' + Root + 'congres/" CLASS=ejsmenu>Congr&egrave;s 2007 - 2 au 4 octobre</A>&nbsp;&nbsp;';
zlien[2][2] = '<A HREF="' + Root + 'public/default.aspx" CLASS=ejsmenu>Activit&eacute;s pour le grand public</A>&nbsp;&nbsp;';
zlien[2][3] = '<A HREF="' + Root + 'matinees/" CLASS=ejsmenu>Matin&eacute;es juridiques</A>&nbsp;&nbsp;';
zlien[2][4] = '<A HREF="' + Root + 'formation/speciales.aspx" CLASS=ejsmenu>Activit&eacute;s sp&eacute;ciales</A>&nbsp;&nbsp;';
zlien[2][5] = '<A HREF="' + Root + 'colloque/default.aspx" CLASS=ejsmenu>Colloques</A>&nbsp;&nbsp;';
zlien[2][6] = '<A HREF="' + Root + 'grd/default.aspx" CLASS=ejsmenu>Groupes de discussion (r&eacute;serv&eacute;s aux CRHA, CRIA et candidats)</A>&nbsp;&nbsp;';
zlien[3][0] = '<A HREF="' + Root + 'documentation/do/climat.aspx" CLASS=ejsmenu>D&eacute;veloppement organisationnel</A>&nbsp;&nbsp;';
zlien[3][1] = '<A HREF="' + Root + 'documentation/dot/accueil.aspx" CLASS=ejsmenu>Dotation</A>&nbsp;&nbsp;';
zlien[3][2] = '<A HREF="' + Root + 'documentation/droit/contrat.aspx" CLASS=ejsmenu>Droit du travail</A>&nbsp;&nbsp;';
zlien[3][3] = '<A HREF="' + Root + 'documentation/form/analyse.aspx" CLASS=ejsmenu>Formation et perfectionnement</A>&nbsp;&nbsp;';
zlien[3][4] = '<A HREF="' + Root + 'documentation/gc/potentiel.aspx" CLASS=ejsmenu>Gestion de la carri&egrave;re et de la rel&egrave;ve</A>&nbsp;&nbsp;';
zlien[3][5] = '<A HREF="' + Root + 'documentation/ot/amenagement.aspx" CLASS=ejsmenu>Organisation du travail</A>&nbsp;&nbsp;';
zlien[3][6] = '<A HREF="' + Root + 'documentation/pp/ethique.aspx" CLASS=ejsmenu>Pratique professionnelle</A>&nbsp;&nbsp;';
zlien[3][7] = '<A HREF="' + Root + 'documentation/ps/evaluation.aspx" CLASS=ejsmenu>Planification strat&eacute;gique</A>&nbsp;&nbsp;';
zlien[3][8] = '<A HREF="' + Root + 'documentation/recherche/demarches.aspx" CLASS=ejsmenu>Recherche d\'emploi</A>&nbsp;&nbsp;';
zlien[3][9] = '<A HREF="' + Root + 'documentation/rt/arbitrage.aspx" CLASS=ejsmenu>Relation du travail</A>&nbsp;&nbsp;';
zlien[3][10] = '<A HREF="' + Root + 'documentation/remu/equite.aspx" CLASS=ejsmenu>R&eacute;mun&eacute;ration globale</A>&nbsp;&nbsp;';
zlien[3][11] = '<A HREF="' + Root + 'documentation/sst/epuisement.aspx" CLASS=ejsmenu>Sant&eacute; et s&eacute;curit&eacute; au travail</A>&nbsp;&nbsp;';
zlien[3][12] = '<A HREF="' + Root + 'documentation/form/analyse.aspx" CLASS=ejsmenu>Formation et perfectionnement</A>&nbsp;&nbsp;';
zlien[4][0] = '<A HREF="' + Root + 'effectif" CLASS=ejsmenu>Plus r&eacute;cente parution</A>&nbsp;&nbsp;';
zlien[4][1] = '<A HREF="' + Root + 'effectif/volume10/" CLASS=ejsmenu>Volume 10 / 2007</A>&nbsp;&nbsp;';
zlien[4][2] = '<A HREF="' + Root + 'effectif/volume9/" CLASS=ejsmenu>Volume 9 / 2006</A>&nbsp;&nbsp;';
zlien[4][3] = '<A HREF="' + Root + 'effectif/volume8/" CLASS=ejsmenu>Volume 8 / 2005</A>&nbsp;&nbsp;';
zlien[4][4] = '<A HREF="' + Root + 'effectif/volume7/" CLASS=ejsmenu>Volume 7 / 2004</A>&nbsp;&nbsp;';
zlien[4][5] = '<A HREF="' + Root + 'effectif/volume6/" CLASS=ejsmenu>Volume 6 / 2003</A>&nbsp;&nbsp;';
zlien[4][6] = '<A HREF="' + Root + 'effectif/volume5/" CLASS=ejsmenu>Volume 5 / 2002</A>&nbsp;&nbsp;';
zlien[4][7] = '<A HREF="' + Root + 'effectif/volume4/" CLASS=ejsmenu>Volume 4 / 2001</A>&nbsp;&nbsp;';
zlien[4][8] = '<A HREF="' + Root + 'effectif/volume3/" CLASS=ejsmenu>Volume 3 / 2000</A>&nbsp;&nbsp;';
zlien[4][9] = '<A HREF="' + Root + 'effectif/volume2/" CLASS=ejsmenu>Volume 2 / 1999</A>&nbsp;&nbsp;';
zlien[4][10] = '<A HREF="' + Root + 'effectif/volume1/" CLASS=ejsmenu>Volume 1 / 1998</A>&nbsp;&nbsp;';
zlien[5][0] = '<A HREF="' + Root + 'effectif" CLASS=ejsmenu>Effectif</A>&nbsp;&nbsp;';
zlien[5][1] = '<A HREF="' + Root + 'vigiert" CLASS=ejsmenu>VigieRT</A>&nbsp;&nbsp;';
zlien[5][2] = '<A HREF="' + Root + 'services/dpo.aspx" CLASS=ejsmenu>De premier Ordre</A>&nbsp;&nbsp;';
zlien[5][3] = '<A HREF="' + Root + 'info/fiche.aspx?f=29516" CLASS=ejsmenu>Vigiexpress</A>&nbsp;&nbsp;';
zlien[5][4] = '<A HREF="' + Root + 'gestion/" CLASS=ejsmenu>Gestion</A>&nbsp;&nbsp;';
zlien[5][5] = '<A HREF="' + Root + 'documentation/droit/ladepeche.aspx" CLASS=ejsmenu>La D&eacute;p&ecirc;che</A>&nbsp;&nbsp;';
zlien[6][0] = '<A HREF="' + Root + 'etatsgeneraux" CLASS=ejsmenu>&Eacute;tats g&eacute;n&eacute;raux de la profession</A>&nbsp;&nbsp;';
zlien[6][1] = '<A HREF="' + Root + 'services/enquete/2006" CLASS=ejsmenu>Enqu&ecirc;te sur la r&eacute;mun&eacute;ration des membres 2006</A>&nbsp;&nbsp;';
zlien[6][2] = '<A HREF="' + Root + 'emploi/recherche.aspx" CLASS=ejsmenu>Carri&egrave;re RHRI - Chercher un emploi</A>&nbsp;&nbsp;';
zlien[6][3] = '<A HREF="' + Root + 'emploi" CLASS=ejsmenu>Carri&egrave;re RHRI - Afficher une offre d\'emploi</A>&nbsp;&nbsp;';
zlien[6][4] = '<A HREF="' + Root + 'dossier/" CLASS=ejsmenu>Votre dossier';
zlien[6][5] = '<A HREF="' + Root + 'services" CLASS=ejsmenu>Nouvelles</A>&nbsp;&nbsp;';
zlien[6][6] = '<A HREF="' + Root + 'rabais" CLASS=ejsmenu>Rabais et privil&egrave;ges</A>&nbsp;&nbsp;';
zlien[6][7] = '<A HREF="' + Root + 'services/info" CLASS=ejsmenu>Info membres et affili&eacute;s</A>&nbsp;&nbsp;';
zlien[6][8] = '<A HREF="' + Root + 'commentaires" CLASS=ejsmenu>&Agrave; votre &eacute;coute</A>&nbsp;&nbsp;';
zlien[6][9] = '<A HREF="' + Root + 'services/repertoire.aspx" CLASS=ejsmenu>R&eacute;pertoire des membres</A>&nbsp;&nbsp;';
zlien[6][10] = '<A HREF="' + Root + 'consultants" CLASS=ejsmenu>R&eacute;pertoire des consultants</A>&nbsp;&nbsp;';
zlien[6][11] = '<A HREF="' + Root + 'regions" CLASS=ejsmenu>R&eacute;gions</A>&nbsp;&nbsp;';
zlien[6][12] = '<A HREF="' + Root + 'services/ficheS_Auteur.aspx?f=29537" CLASS=ejsmenu>Liens utiles</A>&nbsp;&nbsp;';
zlien[7][0] = '<A HREF="' + Root + 'remuneration/2007" CLASS=ejsmenu>Les pr&eacute;visions salariales 2007</A>&nbsp;&nbsp;';
zlien[7][1] = '<A HREF="' + Root + 'guide/" CLASS=ejsmenu>Solutions technologiques / logiciels RH</A>&nbsp;&nbsp;';
zlien[7][2] = '<A HREF="' + Root + 'expertise/default_coach.aspx" CLASS=ejsmenu>Le coin du coach</A>&nbsp;&nbsp;';
zlien[7][3] = '<A HREF="' + Root + 'documentation/droit/ladepeche.aspx" CLASS=ejsmenu>La D&eacute;pêche</A>&nbsp;&nbsp;';
zlien[7][4] = '<A HREF="' + Root + 'expertise/default_faq.aspx" CLASS=ejsmenu>Questions et r&eacute;ponses RHRI</A>&nbsp;&nbsp;';
zlien[7][5] = '<A HREF="' + Root + 'expertise/default_reference.aspx" CLASS=ejsmenu>Documents de r&eacute;f&eacute;rence</A>&nbsp;&nbsp;';
zlien[7][6] = '<A HREF="' + Root + 'portailRT" CLASS=ejsmenu>Portail sp&eacute;cialis&eacute;, relations du travail</A>&nbsp;&nbsp;';
zlien[7][7] = '<A HREF="' + Root + 'votre_emploi" CLASS=ejsmenu>Votre emploi</A>&nbsp;&nbsp;';


var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknvert = document.topdeckvert }
else if (dom) { sknvert = document.getElementById("topdeckvert").style }
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = 123;

var temps //valeur du Timeout
function kill() //cache le sous-menus
{
	sknvert.visibility = "hidden";
}
var sousmenu;
function cacher(sousmenu) //donne un d&eacute;lai avant d'appeler la fonction kill()
{
	temps=window.setTimeout("kill(sousmenu);",1000);
}

function annulcacher() //annule l'appel de kill() en remettant la valeur de temps a null
{
	window.clearTimeout(temps);
}

function pop(msg,pos, left) //cr&eacute;ation en ligne des sous-menus
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
sknvert.left = left + 122;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#7294A7><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1  BGCOLOR=#FFFFFF>";
pass = 0
while (pass < msg.length)
	{
	//ajout de cacher() et annulcacher() respectivement dans le onMouseOver et le onMouseOut
	content += "<TR><TD BGCOLOR="+bgcolor2+" onMouseOver=\"this.style.background='"+bgcolor3+"'; annulcacher(this)\" onMouseOut=\"this.style.background='"+bgcolor2+"'; cacher(this)\" HEIGHT=25><FONT style=\"font-size:8px;\" FACE=\"tahoma, trebuchet ms, arial \">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    sknvert.document.write(content);
	  sknvert.document.close();
	  sknvert.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
  
}

document.onclick = kill;
document.write('<DIV ID=topgauche style="z-index:0;"><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width=122 bgcolor="#FFFFFF">')
//ajout de cacher() et annulcacher() respectivement dans le onMouseOver et le onMouseOut
if(dom) //Netscape, Mozzila...
{
var racine = Root;
document.write('<TR><TD WIDTH=122>')

document.write('<A onClick="window.location.href=[Root] + \'vigie/2007/\'" onMouseOver=\'pop(zlien[0],document.getElementById("topgauche").offsetTop + 12, document.getElementById("topgauche").offsetLeft); bouton1.src=b1.src; annulcacher(this)\'  onMouseOut=\'cacher(this); bouton1.src=b1out.src\' href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_1.gif" border="0" name="bouton1"></a>')

document.write('<A onClick="window.location.href=[Root] + \'boutique/\'" onMouseOver=\'pop(zlien[1], document.getElementById("topgauche").offsetTop + 42, document.getElementById("topgauche").offsetLeft); bouton2.src=b2.src; annulcacher(this)\' onMouseOut=\'cacher(this); bouton2.src=b2out.src\' href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_2.gif" border="0" name="bouton2"></a>')

document.write('<A onClick="window.location.href=[Root] + \'formation/\'" onMouseOver=\'pop(zlien[2], document.getElementById("topgauche").offsetTop + 72, document.getElementById("topgauche").offsetLeft); bouton3.src=b3.src; annulcacher(this)\' onMouseOut=\'cacher(this); bouton3.src=b3out.src\' href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_3.gif" border="0" name="bouton3"></a>')

document.write('<A onClick="window.location.href=[Root] + \'documentation/\'" onMouseOver=\'pop(zlien[3], document.getElementById("topgauche").offsetTop + 102, document.getElementById("topgauche").offsetLeft); bouton4.src=b4.src; annulcacher(this)\' onMouseOut=\'cacher(this); bouton4.src=b4out.src\' href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_4.gif" border="0" name="bouton4"></a>')

document.write('<A onClick="window.location.href=[Root] + \'effectif/\'" onMouseOver=\'pop(zlien[4], document.getElementById("topgauche").offsetTop + 132, document.getElementById("topgauche").offsetLeft); bouton5.src=b5.src; annulcacher(this)\' onMouseOut=\'cacher(this); bouton5.src=b5out.src\' href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_5.gif" border="0" name="bouton5"></a>')

document.write('<A onClick="window.location.href=[Root] + \'effectif/\'" onMouseOver=\'pop(zlien[5], document.getElementById("topgauche").offsetTop + 162, document.getElementById("topgauche").offsetLeft); bouton7.src=b7.src; annulcacher(this)\' onMouseOut=\'cacher(this); bouton7.src=b7out.src\' href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_7.gif" border="0" name="bouton7"></a>')

document.write('<A onClick="window.location.href=[Root] + \'services/\'" onMouseOver=\'pop(zlien[6], document.getElementById("topgauche").offsetTop + 192, document.getElementById("topgauche").offsetLeft); bouton8.src=b8.src; annulcacher(this)\' onMouseOut=\'cacher(this); bouton8.src=b8out.src\' href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_8.gif" border="0" name="bouton8"></a>')

document.write('<A onClick="window.location.href=[Root] + \'expertise/\'" onMouseOver=\'pop(zlien[7], document.getElementById("topgauche").offsetTop + 222, document.getElementById("topgauche").offsetLeft); bouton6.src=b6.src; annulcacher(this)\' onMouseOut=\'cacher(this); bouton6.src=b6out.src\' href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_6.gif" border="0" name="bouton6"></a>')

document.write('</TD></TR>')
}
else //IE
{
document.write('<TR><TD WIDTH=122>')

document.write('<A onClick="window.location.href=[Root] + \'vigie/2007/\'" onMouseOver="pop(zlien[0],topgauche.offsetTop + 12, topgauche.offsetLeft); bouton1.src=b1.src; annulcacher(this)"  onMouseOut="cacher(this); bouton1.src=b1out.src" href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_1.gif" border="0" name="bouton1"></a>')

document.write('<A onClick="window.location.href=[Root] + \'boutique/\'" onMouseOver="pop(zlien[1],topgauche.offsetTop + 42, topgauche.offsetLeft); bouton2.src=b2.src; annulcacher(this)" onMouseOut="cacher(this); bouton2.src=b2out.src" href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_2.gif" border="0" name="bouton2"></a>')

document.write('<A onClick="window.location.href=[Root] + \'formation/\'" onMouseOver="pop(zlien[2],topgauche.offsetTop + 72, topgauche.offsetLeft); bouton3.src=b3.src; annulcacher(this)" onMouseOut="cacher(this); bouton3.src=b3out.src" href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_3.gif" border="0" name="bouton3"></a>')

document.write('<A onClick="window.location.href=[Root] + \'doc/\'" onMouseOver="pop(zlien[3],topgauche.offsetTop + 102, topgauche.offsetLeft); bouton4.src=b4.src; annulcacher(this)" onMouseOut="cacher(this); bouton4.src=b4out.src" href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_4.gif" border="0" name="bouton4"></a>')

document.write('<A onClick="window.location.href=[Root] + \'effectif/\'" onMouseOver="pop(zlien[4],topgauche.offsetTop + 132, topgauche.offsetLeft); bouton5.src=b5.src; annulcacher(this)" onMouseOut="cacher(this); bouton5.src=b5out.src" href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_5.gif" border="0" name="bouton5"></a>')

document.write('<A onClick="window.location.href=[Root] + \'effectif/\'" onMouseOver="pop(zlien[5],topgauche.offsetTop + 162, topgauche.offsetLeft); bouton7.src=b7.src; annulcacher(this)" onMouseOut="cacher(this); bouton7.src=b7out.src" href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_7.gif" border="0" name="bouton7"></a>')

document.write('<A onClick="window.location.href=[Root] + \'services/\'" onMouseOver="pop(zlien[6],topgauche.offsetTop + 192, topgauche.offsetLeft); bouton8.src=b8.src; annulcacher(this)" onMouseOut="cacher(this); bouton8.src=b8out.src" href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_8.gif" border="0" name="bouton8"></a>')

document.write('<A onClick="window.location.href=[Root] + \'expertise/\'" onMouseOver="pop(zlien[7],topgauche.offsetTop + 222, topgauche.offsetLeft); bouton6.src=b6.src; annulcacher(this)" onMouseOut="cacher(this); bouton6.src=b6out.src" href=# CLASS=ejsmenu><img src="/Ressources/Images/MenuGauche/onglet_gauche_6.gif" border="0" name="bouton6"></a>')

document.write('</TD></TR>')
}
document.write('</TABLE></DIV>')

