// VARIABLES GLOBALES
// Largeur de la fenetre
  var winWidth;
// Largeur des menus
  var LMenu1 = 170;
  var LMenu2 = 162;
// Position en X des elts du menu
  var PosX;
// Couleur du fond
  var bgColor = "#FF0000";
// Couleur des cases du menu onMouseOn
  var colorMenu = "#DCB4CE";
// Couleur des cases du menu onMouseOut
  var colorMenuOut = "#E4E4E4";
// Couleur des cases du menu onMouseOut2
  var colorMenuOut2 = "#E4E4E4";
// Couleur des tableaux
  var colorMenuBorder = "#EEEEEE";
// Position verticale du 1er menu
  var PosTop = 135;
// Taille Police
  var PoliceT = 11;
// Répertoire d'exécution
//  var RepEx = T:/SITEWEB/ccidev/commun/script;
// Fonte
//  var Fonte = Arial;
// Style
  var Style = "";

// Rechargement de la page en cas de Resize
function Resz()
{
  location="homepage.asp";
}

// INITIALISER LA PAGE
function init()
{
    initValues();
    displayMenu();
    initMenu();
}
// INITIALISER LES VALEURS
function initValues()
{
  winWidth = document.body.clientWidth;

  // Position en X du menu principal
  PosX = winWidth/2 + 230 ;
}
// INIT MENU : Initialisation
function initMenu()
{
  if (navigator.appName=='Microsoft Internet Explorer')
    {document.all.ID_MENU1.style.visibility='visible';}
  else
    {document.getElementById('ID_MENU1').style.visibility='visible';}
  if (navigator.appName=='Microsoft Internet Explorer')
    {
    document.all.ID_MENU21.style.visibility='hidden';
    document.all.ID_MENU221.style.visibility='hidden';
    document.all.ID_MENU231.style.visibility='hidden';
    document.all.ID_MENU2351.style.visibility='hidden';
    document.all.ID_MENU241.style.visibility='hidden';
    document.all.ID_MENU251.style.visibility='hidden';
    document.all.ID_MENU261.style.visibility='hidden';
    document.all.ID_MENU31.style.visibility='hidden';
    document.all.ID_MENU321.style.visibility='hidden';
    document.all.ID_MENU331.style.visibility='hidden';
    document.all.ID_MENU341.style.visibility='hidden';
    document.all.ID_MENU351.style.visibility='hidden';
    document.all.ID_MENU361.style.visibility='hidden';
    document.all.ID_MENU51.style.visibility='hidden';
    document.all.ID_MENU511.style.visibility='hidden';
    document.all.ID_MENU531.style.visibility='hidden';
    document.all.ID_MENU541.style.visibility='hidden';
    document.all.ID_MENU551.style.visibility='hidden';
    document.all.ID_MENU61.style.visibility='hidden';
    document.all.ID_MENU71.style.visibility='hidden';
    document.all.ID_MENU711.style.visibility='hidden';
    document.all.ID_MENU721.style.visibility='hidden';
    document.all.ID_MENU731.style.visibility='hidden';
    document.all.ID_MENU91.style.visibility='hidden';
    document.all.ID_MENU941.style.visibility='hidden';
    document.all.ID_MENUA1.style.visibility='hidden';
    document.all.ID_MENUA11.style.visibility='hidden';
    document.all.ID_MENUA21.style.visibility='hidden';
    document.all.ID_MENUA31.style.visibility='hidden';
    document.all.ID_MENUB1.style.visibility='hidden';
    document.all.ID_MENUD1.style.visibility='hidden';
    document.all.ID_MENUD11.style.visibility='hidden';
    document.all.ID_MENUD21.style.visibility='hidden';
    document.all.ID_MENUD41.style.visibility='hidden';
    document.all.ID_MENUE1.style.visibility='hidden';
    document.all.ID_MENUE11.style.visibility='hidden';
    document.all.ID_MENUF1.style.visibility='hidden';
    document.all.ID_MENUG1.style.visibility='hidden';
    document.all.ID_MENUG11.style.visibility='hidden';
    document.all.ID_MENUG21.style.visibility='hidden';
    document.all.ID_MENUG31.style.visibility='hidden';
    document.all.ID_MENUH1.style.visibility='hidden';
    document.all.ID_MENUK1.style.visibility='hidden';
    document.all.ID_MENUK11.style.visibility='hidden';
    document.all.ID_MENUK21.style.visibility='hidden';
    document.all.ID_MENUL1.style.visibility='hidden';
    }
  else
    {
    document.getElementById('ID_MENU21').style.visibility='hidden';
    document.getElementById('ID_MENU221').style.visibility='hidden';
    document.getElementById('ID_MENU231').style.visibility='hidden';
    document.getElementById('ID_MENU2351').style.visibility='hidden';
    document.getElementById('ID_MENU241').style.visibility='hidden';
    document.getElementById('ID_MENU251').style.visibility='hidden';
    document.getElementById('ID_MENU261').style.visibility='hidden';
    document.getElementById('ID_MENU31').style.visibility='hidden';
    document.getElementById('ID_MENU321').style.visibility='hidden';
    document.getElementById('ID_MENU331').style.visibility='hidden';
    document.getElementById('ID_MENU341').style.visibility='hidden';
    document.getElementById('ID_MENU351').style.visibility='hidden';
    document.getElementById('ID_MENU361').style.visibility='hidden';
    document.getElementById('ID_MENU51').style.visibility='hidden';
    document.getElementById('ID_MENU511').style.visibility='hidden';
    document.getElementById('ID_MENU531').style.visibility='hidden';
    document.getElementById('ID_MENU541').style.visibility='hidden';
    document.getElementById('ID_MENU551').style.visibility='hidden';
    document.getElementById('ID_MENU61').style.visibility='hidden';
    document.getElementById('ID_MENU71').style.visibility='hidden';
    document.getElementById('ID_MENU711').style.visibility='hidden';
    document.getElementById('ID_MENU721').style.visibility='hidden';
    document.getElementById('ID_MENU731').style.visibility='hidden';
    document.getElementById('ID_MENU91').style.visibility='hidden';
    document.getElementById('ID_MENU941').style.visibility='hidden';
    document.getElementById('ID_MENUA1').style.visibility='hidden';
    document.getElementById('ID_MENUA11').style.visibility='hidden';
    document.getElementById('ID_MENUA21').style.visibility='hidden';
    document.getElementById('ID_MENUA31').style.visibility='hidden';
    document.getElementById('ID_MENUB1').style.visibility='hidden';
    document.getElementById('ID_MENUD1').style.visibility='hidden';
    document.getElementById('ID_MENUD11').style.visibility='hidden';
    document.getElementById('ID_MENUD21').style.visibility='hidden';
    document.getElementById('ID_MENUD41').style.visibility='hidden';
    document.getElementById('ID_MENUE1').style.visibility='hidden';
    document.getElementById('ID_MENUE11').style.visibility='hidden';
    document.getElementById('ID_MENUF1').style.visibility='hidden';
    document.getElementById('ID_MENUG1').style.visibility='hidden';
    document.getElementById('ID_MENUG11').style.visibility='hidden';
    document.getElementById('ID_MENUG21').style.visibility='hidden';
    document.getElementById('ID_MENUG31').style.visibility='hidden';
    document.getElementById('ID_MENUH1').style.visibility='hidden';
    document.getElementById('ID_MENUK1').style.visibility='hidden';
    document.getElementById('ID_MENUK11').style.visibility='hidden';
    document.getElementById('ID_MENUK21').style.visibility='hidden';
    document.getElementById('ID_MENUL1').style.visibility='hidden';
    }
}
// DESSIN DU MENU
  function displayMenu()
  {
  if (Style == "<b>")
    {
    FStyle = "</b>";
    }
  else
    {
    FStyle = "";
    }
  document.write(  "<DIV ID='ID_MENU1' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*0))+"px; top:"+(PosTop+0)+"px\" >");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='170' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD align=middle bgcolor=#6592CD height=\"20\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif><b>Votre secteur d'activité</b>"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu21()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu21()\" onClick=\"location='homepage.asp?rub=commerce'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Commerce, Distribution et <br><img src=blanc.gif> services à la personne"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu31()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu31()\" onClick=\"location='homepage.asp?rub=industrie'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Industrie et services à <br><img src=blanc.gif>l'entreprise"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD align=middle bgcolor=#6592CD height=\"20\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif><b>Vous accompagner</b>"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu51()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu51()\" onClick=\"location='homepage.asp?rub=creation'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Créer, reprendre"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu61()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu61()\" onClick=\"location='homepage.asp?rub=transmission'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Céder - Transmettre"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu71()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu71()\" onClick=\"location='homepage.asp?rub=implantation'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>S'implanter"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='http://www.haute-normandie.net/hni'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Se développer à <br><img src=blanc.gif>l'international"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu91()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu91()\" onClick=\"location='homepage.asp?rub=reseaux'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Réseaux d'entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuA1()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuA1()\" onClick=\"location='homepage.asp?rub=rh'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Ressources humaines, <br><img src=blanc.gif>compétences et emploi"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuB1()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuB1()\" onClick=\"location='homepage.asp?rub=formalites'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Formalités"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD align=middle bgcolor=#6592CD height=\"20\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif><b>Vous informer</b>"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuD1()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuD1()\" onClick=\"location='homepage.asp?rub=documentation'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Centre de documentation"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuE1()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuE1()\" onClick=\"location='homepage.asp?rub=annuaires'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Annuaires d'entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuF1()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuF1()\" onClick=\"location='homepage.asp?rub=presse'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Revues de presse"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuG1()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuG1()\" onClick=\"location='homepage.asp?rub=territoires'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Economie des territoires"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuH1()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuH1()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Manifestations"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='homepage.asp?rub=telechargements'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Documents à télécharger"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD align=middle bgcolor=#6592CD height=\"20\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif><b>Vous former</b>"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuK1()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuK1()\" onClick=\"location='homepage.asp?rub=cf'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Conseils - Financement"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuL1()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuL1()\" onClick=\"location='homepage.asp?rub=formations'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Nos écoles et centres<br><img src=blanc.gif>de formation"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU21' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+20)+"px\" onmouseover='displayMenu21()' onmouseout='hideMenu21()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='homepage.asp?rub=commerce'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Accueil commerce"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu221()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu221()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Développer sa clientèle"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu231()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu231()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Piloter son entreprise"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu241()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu241()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Améliorer ses compétences"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu251()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu251()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Echanger ses expériences"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu261()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu261()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Aides financières"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='chr/homepage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Cafés, Hôtels, Restaurants"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU31' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+60)+"px\" onmouseover='displayMenu31()' onmouseout='hideMenu31()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='homepage.asp?rub=industrie'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Accueil industrie"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu321()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu321()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Consolider sa gestion"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu331()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu331()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Optimiser son organisation"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu341()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu341()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Améliorer sa compétitivité"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu351()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu351()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Echanger et partager"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu361()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu361()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Préparer la cession"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='industrie/aides_developpement.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Aides financières"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU51' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+120)+"px\" onmouseover='displayMenu51()' onmouseout='hideMenu51()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu511()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu511()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Les 5 étapes de votre projet"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='creation/aides_creation.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Aides à la création reprise"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu531()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu531()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Conseils pratiques"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu541()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu541()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Rencontres thématiques"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu551()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu551()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Actus création reprise"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU61' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+140)+"px\" onmouseover='displayMenu61()' onmouseout='hideMenu61()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cte/annonces.asp?Rubrique=Industrie'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Entreprises à céder"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU71' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+160)+"px\" onmouseover='displayMenu71()' onmouseout='hideMenu71()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu711()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu711()\" onClick=\"location='homepage.asp?rub=implantation#marche'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Etudier le marché"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu721()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu721()\" onClick=\"location='homepage.asp?rub=implantation#territoire'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Découvrir le territoire"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu731()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu731()\" onClick=\"location='homepage.asp?rub=implantation#local'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Rechercher un local"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU91' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+220)+"px\" onmouseover='displayMenu91()' onmouseout='hideMenu91()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.normandie-ecobiz.com/ch/communaute.nsf/EXMHP?ReadForm'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Normandie Ecobiz"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='club_uc/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Unions Commerciales"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/club_commerce.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Commerce<br><img src=blanc.gif>(chefs d'entreprises)"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu941()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenu941()\" onClick=\"location='industrie/creation_club_za.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Club Zones d'activités"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='club_logistique/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club logistique"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='/ipad/cena/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Echanges Normandie<img src=blanc.gif>Afrique"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.haute-normandie.net/hni_maroc/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Maroc Normandie<img src=blanc.gif>Initiatives"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='club_qualite/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club qualité"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='club_energie/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club énergie"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='club_maintenance/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club maintenance industrielle"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='club_je/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club des jeunes entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='club_risques/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club risques intégrés"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUA1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+240)+"px\" onmouseover='displayMenuA1()' onmouseout='hideMenuA1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuA11()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuA11()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Ressources humaines"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuA21()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuA21()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Compétences"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuA31()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuA31()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Emploi"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/aides.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Aides financières"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUB1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+280)+"px\" onmouseover='displayMenuB1()' onmouseout='hideMenuB1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cfe/homepage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Centre de Formalités<br><img src=blanc.gif>des Entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='chambersign/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Certification de<br><img src=blanc.gif>signature électronique"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='taxe/homepage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Taxe d'Apprentissage"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/point_a.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Contrat d'apprentissage"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUD1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+320)+"px\" onmouseover='displayMenuD1()' onmouseout='hideMenuD1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuD11()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuD11()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Questions - réponses"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuD21()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuD21()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Infos sur les entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cdedoc/annu.asp?rub=6'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Favoris de sites internet"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuD41()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuD41()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Infos sur mesure"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUE1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+340)+"px\" onmouseover='displayMenuE1()' onmouseout='hideMenuE1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuE11()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuE11()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Consultation"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='ee/les_fichiers.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Commande de fichiers"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUF1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+360)+"px\" onmouseover='displayMenuF1()' onmouseout='hideMenuF1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='revue_presse/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Revue de Presse Économique<br><img src=blanc.gif>Régionale"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='http://www.pme.gouv.fr'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Revue de presse du MINEFI"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUG1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+380)+"px\" onmouseover='displayMenuG1()' onmouseout='hideMenuG1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuG11()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuG11()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Publications"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuG21()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuG21()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Promotion du territoire"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuG31()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuG31()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Données et cartographie"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUH1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+400)+"px\" onmouseover='displayMenuH1()' onmouseout='hideMenuH1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='manifestations/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Agenda régional"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='accompagnement/rd'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Rencontres du dirigeant"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUK1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+460)+"px\" onmouseover='displayMenuK1()' onmouseout='hideMenuK1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuK11()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenuK11()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Conseils"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenuK21()\" onmouseout=\"this.bgColor=colorMenuOut2;hideMenuK21()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Financement"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUL1' style=\"position:absolute; width:'166'; visibility:hidden; left:"+(PosX-(LMenu2*1)+2)+"px; top:"+(PosTop+480)+"px\" onmouseover='displayMenuL1()' onmouseout='hideMenuL1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='164' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.esc-rouen.fr'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>ESC Rouen"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='http://www.ifi-rouen.com'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>IFI"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.ispp-egc.com'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>ISPP"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='http://www.ecal.fr'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Ecal"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.ceppic.fr'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Ceppic"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='http://www.esigelec.fr'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Esigelec"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.ifa-rouen.fr'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>IFA"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU221' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+40)+"px\" onmouseover='displayMenu221();displayMenu21()' onmouseout='hideMenu221();hideMenu21()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/nqc_presentation.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Normandie Qualité Commerce"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='commerce/mercure_description.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Mercure d'Or"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/prix_accueil_2007.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Prix de l'Accueil"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='commerce/potentiel_ccial.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Etude de potentiel commercial"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='accompagnement/plaquette-se-faire-connaitre.pdf'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Comment se faire connaître"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU231' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+60)+"px\" onmouseover='displayMenu231();displayMenu21()' onmouseout='hideMenu231();hideMenu21()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='homepage.asp?rub=transmission'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Transmettre"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='commerce/tic_commerce.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Informatique et TIC"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/difficultes.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Anticiper les difficultés"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='commerce/securite/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Sécurité, sinistres"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu;displayMenu2351()\" onmouseout=\"this.bgColor=colorMenuOut;hideMenu2351()\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=fleche.gif>Réglementation"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='homepage.asp?rub=commerce#salons'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Salons professionnels"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/conseils_pratiques.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Liens utiles"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU241' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+80)+"px\" onmouseover='displayMenu241();displayMenu21()' onmouseout='hideMenu241();hideMenu21()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/atelier_informatique.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Atelier informatique"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/formation_service.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Formation"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='accompagnement/autodiagnostics.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Autodiagnostics"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='commerce/performance_commerciale.pdf'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Performance commerciale"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU251' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+100)+"px\" onmouseover='displayMenu251();displayMenu21()' onmouseout='hideMenu251();hideMenu21()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/club_commerce.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Commerce<br><img src=blanc.gif>(chefs d'entreprises)"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='club_uc/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Unions Commerciales"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/temoignage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Témoignages"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU261' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+120)+"px\" onmouseover='displayMenu261();displayMenu21()' onmouseout='hideMenu261();hideMenu21()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/aides.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Liste des aides"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='commerce/zones_urbaines.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Quartiers sensibles"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU321' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+80)+"px\" onmouseover='displayMenu321();displayMenu31()' onmouseout='hideMenu321();hideMenu31()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='accompagnement/autodiagnostics.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Autodiagnostics"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU331' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+100)+"px\" onmouseover='displayMenu331();displayMenu31()' onmouseout='hideMenu331();hideMenu31()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='industrie/qualite/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Qualité"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='industrie/securite/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Sécurité"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='industrie/environnement.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Environnement"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU341' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+120)+"px\" onmouseover='displayMenu341();displayMenu31()' onmouseout='hideMenu341();hideMenu31()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='industrie/innovation.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Innovation et technologie"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='industrie/propriete_intellectuelle.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Propriété Intellectuelle et<br><img src=blanc.gif> Industrielle"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"60\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='industrie/tic/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Technologies de <br><img src=blanc.gif>l'Information et de la <br><img src=blanc.gif>Communication"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='industrie/travail_collaboratif.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Plate-forme de travail<img src=blanc.gif>collaboratif"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU351' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+140)+"px\" onmouseover='displayMenu351();displayMenu31()' onmouseout='hideMenu351();hideMenu31()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='industrie/creation_club_za.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Zones d'activités"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='club_qualite'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Qualité"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='club_energie/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Energie"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='club_maintenance/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Maintenance"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.normandie-ecobiz.com/ch/communaute.nsf/EXMHP?ReadForm'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Normandie Ecobiz"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU361' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+160)+"px\" onmouseover='displayMenu361();displayMenu31()' onmouseout='hideMenu361();hideMenu31()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='industrie/perennite/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Action Pérennité"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cte/annonces.asp?Rubrique=Industrie'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Entreprises à céder"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU511' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+120)+"px\" onmouseover='displayMenu511();displayMenu51()' onmouseout='hideMenu511();hideMenu51()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='creation/informer.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>De l'idée au projet"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='creation/former.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Votre projet se précise"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='creation/experts.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Votre projet se construit"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='creation/demarrage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Votre projet se concrétise"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='creation/entourer.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Votre entreprise est créée"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU531' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+160)+"px\" onmouseover='displayMenu531();displayMenu51()' onmouseout='hideMenu531();hideMenu51()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='creation/outils.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Boîte à outils"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='creation/adresses_utiles.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Adresses utiles"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='creation/liens_utiles.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Liens utiles"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='creation/plaquette_pack.pdf'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Pack Créateur / Repreneur"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='creation/contact.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Vos contacts à la CCI"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU541' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+180)+"px\" onmouseover='displayMenu541();displayMenu51()' onmouseout='hideMenu541();hideMenu51()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='club_je/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Le Club Jeunes Entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU551' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+200)+"px\" onmouseover='displayMenu551();displayMenu51()' onmouseout='hideMenu551();hideMenu51()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='manifestations/Man_Liste2.asp?Organis=2&Mois=12&Debut=&Fin=31%2F12%2F2020&Mo'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Agenda"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU711' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+160)+"px\" onmouseover='displayMenu711();displayMenu71()' onmouseout='hideMenu711();hideMenu71()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/potentiel_ccial.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Etude de potentiel commercial"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='commerce/conseils_pratiques.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Etudes de marchés"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU721' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+180)+"px\" onmouseover='displayMenu721();displayMenu71()' onmouseout='hideMenu721();hideMenu71()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='atlas50/homepage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Atlas des établissements de<img src=blanc.gif>50 salariés et plus"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='hn_economie/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>L'économie de la<br><img src=blanc.gif>Haute-Normandie"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='mapeco76/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Territoires et entreprises :<br><img src=blanc.gif>MapEco76"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='grandrouen/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Grand Rouen Cartes<br><img src=blanc.gif>et Chiffres"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='bdl/oib/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Observatoire de l'immobilier<br><img src=blanc.gif>de bureaux"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='paysdebray/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Eco guide du Pays de Bray"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='implantation/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Portail de l'implantation<br><img src=blanc.gif>d'entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU731' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+200)+"px\" onmouseover='displayMenu731();displayMenu71()' onmouseout='hideMenu731();hideMenu71()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='bdl/BDL_rech.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>La Bourse Des Locaux<br><img src=blanc.gif>vacants"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='pepiniere_madrillet/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Pépinière Hôtel d'Entreprises<br><img src=blanc.gif>du Madrillet"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU941' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+300)+"px\" onmouseover='displayMenu941();displayMenu91()' onmouseout='hideMenu941();hideMenu91()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='club_bordsdeseine/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club des entreprises des<img src=blanc.gif>bords de Seine"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='industrie/alliance_seine_ouest.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Club Alliance Seine Ouest"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUA11' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+240)+"px\" onmouseover='displayMenuA11();displayMenuA1()' onmouseout='hideMenuA11();hideMenuA1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/pole_qr.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Pôle questions-réponses"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/legislation.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Veille juridique"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.inforeg.ccip.fr/fiches/pdf/charges.pdf'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Charges sociales et fiscales"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/diag-rh.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Diag RH"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/atelier-rh.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Ateliers RH"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/atelier_thematique.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Ateliers thématiques"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/fiche_pratique.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Fiches pratiques"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/plus_loin.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Pour aller plus loin"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUA21' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+260)+"px\" onmouseover='displayMenuA21();displayMenuA1()' onmouseout='hideMenuA21();hideMenuA1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/besoins.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Analysez vos besoins"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/competence.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Trouver les compétences"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/accroitre.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Accroître les compétences"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUA31' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+280)+"px\" onmouseover='displayMenuA31();displayMenuA1()' onmouseout='hideMenuA31();hideMenuA1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/emplois_seine'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Forum Les Emplois en Seine"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUD11' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+320)+"px\" onmouseover='displayMenuD11();displayMenuD1()' onmouseout='hideMenuD11();hideMenuD1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cdedoc/questions_reponses.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Questions"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cdedoc/doc_questions.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>La doc en questions"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUD21' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+340)+"px\" onmouseover='displayMenuD21();displayMenuD1()' onmouseout='hideMenuD21();hideMenuD1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cdedoc/annu.asp?rub=1'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Annuaires professionnels<br><img src=blanc.gif>papier"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cdedoc/annu.asp?rub=2'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Annuaires professionnels<br><img src=blanc.gif>électroniques"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cdedoc/revue_sommaires.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Revues"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cdedoc/annu.asp?rub=4'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Dossiers documentaires"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cdedoc/dossiers_entreprises.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Dossiers entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUD41' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+380)+"px\" onmouseover='displayMenuD41();displayMenuD1()' onmouseout='hideMenuD41();hideMenuD1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cdedoc/commande_prestation.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Commande"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cdedoc/prestations.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Prestations"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUE11' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+340)+"px\" onmouseover='displayMenuE11();displayMenuE1()' onmouseout='hideMenuE11();hideMenuE1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='rouenfirmes/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Rouenfirmes"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='certification/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Entreprises certifiées"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='annuaire_conseil/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Professionnels du conseil"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='http://www.haute-normandie.net/hnentreprises'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>HN entreprises"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='annuaire_ri/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Rouen Initiative"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='http://www.rouenweb.com/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Rouenweb"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUG11' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+380)+"px\" onmouseover='displayMenuG11();displayMenuG1()' onmouseout='hideMenuG11();hideMenuG1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='grandrouen/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Grand Rouen cartes<br><img src=blanc.gif>et chiffres"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='be/homepage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Bulletin Economique"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.normandie-international.com/revue/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Normandie International"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='bdl/oib/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Observatoire de l'immobilier<br><img src=blanc.gif>de bureaux"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='paysdebray/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Eco guide du Pays de Bray"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='paysentreseineetbray/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Pays Entre Seine et bray"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='conjonct/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Conjoncture en Seine-Maritime"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUG21' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+400)+"px\" onmouseover='displayMenuG21();displayMenuG1()' onmouseout='hideMenuG21();hideMenuG1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='contournement/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Association pour le<img src=blanc.gif>Contournement Est de Rouen"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Espace de Livraison<br><img src=blanc.gif>de Proximité"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='hn_economie/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>L'économie de la<br><img src=blanc.gif>Haute-Normandie"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='http://www.rouen.aeroport.fr/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Aéroport de Rouen"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUG31' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+420)+"px\" onmouseover='displayMenuG31();displayMenuG1()' onmouseout='hideMenuG31();hideMenuG1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='atlas50/homepage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Atlas des établissements de<img src=blanc.gif>50 salariés et plus"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='mapeco76/'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Territoires et entreprises :<br><img src=blanc.gif>MapEco76"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUK11' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+460)+"px\" onmouseover='displayMenuK11();displayMenuK1()' onmouseout='hideMenuK11();hideMenuK1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/cf_chef-entreprise.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Chefs d'entreprise"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/cf_salarie.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Salariés"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"40\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/cf_etudiant.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Etudiants, jeunes en<br><img src=blanc.gif>formation initiale"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='cogefor/cf_individuel.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Demandes individuelles"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='http://www.ifa-rouen.fr/page_centre_bilans.php?page=bilan'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Centre Bilan de compétences"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENUK21' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*2))+"px; top:"+(PosTop+480)+"px\" onmouseover='displayMenuK21();displayMenuK1()' onmouseout='hideMenuK21();hideMenuK1()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='cogefor/agefice.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Agefice"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
  document.write(  "<DIV ID='ID_MENU2351' style=\"position:absolute; width:'170'; visibility:hidden; left:"+(PosX-(LMenu2*3))+"px; top:"+(PosTop+140)+"px\" onmouseover='displayMenu2351();displayMenu231();displayMenu21()' onmouseout='hideMenu2351();hideMenu231();hideMenu21()'>");
  document.write(  "<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" WIDTH='166' bordercolor=\"#EEEEEE\" style=\"padding:0px; border-style:solid;\" bordercolorlight=\"#EEEEEE\" bordercolordark=\"#EEEEEE\">");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/ventes_deballage.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Vente au déballage"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut2\" onClick=\"location='commerce/soldes.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Soldes"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "    <TR>");
  document.write(  "      <TD bgColor=\"#E4E4E4\" height=\"20\" style=\"cursor:hand\" onmouseover=\"this.bgColor=colorMenu\" onmouseout=\"this.bgColor=colorMenuOut\" onClick=\"location='commerce/urbanisme.asp'\">");
  document.write(  "        <font style=\"font-family:Arial; font-size:11px\">"+Style+"<img src=blanc.gif>Urbanisme commercial"+FStyle+"</font>");
  document.write(  "      </TD>");
  document.write(  "    </TR>");
  document.write(  "  </TABLE>");
  document.write(  "</DIV>");
}

// FONCTIONS POUR LES AFFICHAGES
function displayMenu1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU1').style.visibility='visible';}
}
function hideMenu1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU1').style.visibility='hidden';}
}
function displayMenu21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU21.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU21').style.visibility='visible';}
}
function hideMenu21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU21.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU21').style.visibility='hidden';}
}
function displayMenu221()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU221.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU221').style.visibility='visible';}
}
function hideMenu221()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU221.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU221').style.visibility='hidden';}
}
function displayMenu231()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU231.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU231').style.visibility='visible';}
}
function hideMenu231()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU231.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU231').style.visibility='hidden';}
}
function displayMenu2351()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU2351.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU2351').style.visibility='visible';}
}
function hideMenu2351()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU2351.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU2351').style.visibility='hidden';}
}
function displayMenu241()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU241.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU241').style.visibility='visible';}
}
function hideMenu241()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU241.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU241').style.visibility='hidden';}
}
function displayMenu251()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU251.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU251').style.visibility='visible';}
}
function hideMenu251()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU251.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU251').style.visibility='hidden';}
}
function displayMenu261()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU261.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU261').style.visibility='visible';}
}
function hideMenu261()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU261.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU261').style.visibility='hidden';}
}
function displayMenu31()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU31.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU31').style.visibility='visible';}
}
function hideMenu31()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU31.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU31').style.visibility='hidden';}
}
function displayMenu321()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU321.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU321').style.visibility='visible';}
}
function hideMenu321()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU321.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU321').style.visibility='hidden';}
}
function displayMenu331()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU331.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU331').style.visibility='visible';}
}
function hideMenu331()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU331.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU331').style.visibility='hidden';}
}
function displayMenu341()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU341.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU341').style.visibility='visible';}
}
function hideMenu341()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU341.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU341').style.visibility='hidden';}
}
function displayMenu351()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU351.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU351').style.visibility='visible';}
}
function hideMenu351()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU351.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU351').style.visibility='hidden';}
}
function displayMenu361()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU361.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU361').style.visibility='visible';}
}
function hideMenu361()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU361.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU361').style.visibility='hidden';}
}
function displayMenu51()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU51.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU51').style.visibility='visible';}
}
function hideMenu51()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU51.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU51').style.visibility='hidden';}
}
function displayMenu511()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU511.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU511').style.visibility='visible';}
}
function hideMenu511()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU511.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU511').style.visibility='hidden';}
}
function displayMenu531()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU531.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU531').style.visibility='visible';}
}
function hideMenu531()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU531.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU531').style.visibility='hidden';}
}
function displayMenu541()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU541.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU541').style.visibility='visible';}
}
function hideMenu541()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU541.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU541').style.visibility='hidden';}
}
function displayMenu551()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU551.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU551').style.visibility='visible';}
}
function hideMenu551()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU551.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU551').style.visibility='hidden';}
}
function displayMenu61()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU61.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU61').style.visibility='visible';}
}
function hideMenu61()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU61.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU61').style.visibility='hidden';}
}
function displayMenu71()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU71.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU71').style.visibility='visible';}
}
function hideMenu71()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU71.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU71').style.visibility='hidden';}
}
function displayMenu711()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU711.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU711').style.visibility='visible';}
}
function hideMenu711()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU711.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU711').style.visibility='hidden';}
}
function displayMenu721()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU721.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU721').style.visibility='visible';}
}
function hideMenu721()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU721.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU721').style.visibility='hidden';}
}
function displayMenu731()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU731.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU731').style.visibility='visible';}
}
function hideMenu731()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU731.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU731').style.visibility='hidden';}
}
function displayMenu91()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU91.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU91').style.visibility='visible';}
}
function hideMenu91()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU91.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU91').style.visibility='hidden';}
}
function displayMenu941()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU941.style.visibility='visible';}
 else
   {document.getElementById('ID_MENU941').style.visibility='visible';}
}
function hideMenu941()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENU941.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENU941').style.visibility='hidden';}
}
function displayMenuA1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUA1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUA1').style.visibility='visible';}
}
function hideMenuA1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUA1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUA1').style.visibility='hidden';}
}
function displayMenuA11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUA11.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUA11').style.visibility='visible';}
}
function hideMenuA11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUA11.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUA11').style.visibility='hidden';}
}
function displayMenuA21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUA21.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUA21').style.visibility='visible';}
}
function hideMenuA21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUA21.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUA21').style.visibility='hidden';}
}
function displayMenuA31()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUA31.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUA31').style.visibility='visible';}
}
function hideMenuA31()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUA31.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUA31').style.visibility='hidden';}
}
function displayMenuB1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUB1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUB1').style.visibility='visible';}
}
function hideMenuB1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUB1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUB1').style.visibility='hidden';}
}
function displayMenuD1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUD1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUD1').style.visibility='visible';}
}
function hideMenuD1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUD1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUD1').style.visibility='hidden';}
}
function displayMenuD11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUD11.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUD11').style.visibility='visible';}
}
function hideMenuD11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUD11.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUD11').style.visibility='hidden';}
}
function displayMenuD21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUD21.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUD21').style.visibility='visible';}
}
function hideMenuD21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUD21.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUD21').style.visibility='hidden';}
}
function displayMenuD41()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUD41.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUD41').style.visibility='visible';}
}
function hideMenuD41()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUD41.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUD41').style.visibility='hidden';}
}
function displayMenuE1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUE1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUE1').style.visibility='visible';}
}
function hideMenuE1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUE1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUE1').style.visibility='hidden';}
}
function displayMenuE11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUE11.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUE11').style.visibility='visible';}
}
function hideMenuE11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUE11.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUE11').style.visibility='hidden';}
}
function displayMenuF1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUF1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUF1').style.visibility='visible';}
}
function hideMenuF1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUF1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUF1').style.visibility='hidden';}
}
function displayMenuG1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUG1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUG1').style.visibility='visible';}
}
function hideMenuG1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUG1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUG1').style.visibility='hidden';}
}
function displayMenuG11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUG11.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUG11').style.visibility='visible';}
}
function hideMenuG11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUG11.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUG11').style.visibility='hidden';}
}
function displayMenuG21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUG21.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUG21').style.visibility='visible';}
}
function hideMenuG21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUG21.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUG21').style.visibility='hidden';}
}
function displayMenuG31()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUG31.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUG31').style.visibility='visible';}
}
function hideMenuG31()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUG31.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUG31').style.visibility='hidden';}
}
function displayMenuH1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUH1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUH1').style.visibility='visible';}
}
function hideMenuH1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUH1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUH1').style.visibility='hidden';}
}
function displayMenuK1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUK1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUK1').style.visibility='visible';}
}
function hideMenuK1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUK1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUK1').style.visibility='hidden';}
}
function displayMenuK11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUK11.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUK11').style.visibility='visible';}
}
function hideMenuK11()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUK11.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUK11').style.visibility='hidden';}
}
function displayMenuK21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUK21.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUK21').style.visibility='visible';}
}
function hideMenuK21()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUK21.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUK21').style.visibility='hidden';}
}
function displayMenuL1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUL1.style.visibility='visible';}
 else
   {document.getElementById('ID_MENUL1').style.visibility='visible';}
}
function hideMenuL1()
{if (navigator.appName=='Microsoft Internet Explorer')
   {document.all.ID_MENUL1.style.visibility='hidden';}
 else
   {document.getElementById('ID_MENUL1').style.visibility='hidden';}
}
