<!--
var rubrique_courant = '';
var chaine = '';
var popNom = '';
var popX = 0;
var popY = 0;
var popWidth = 0;
var compteur;
var pageOK = false;

function rollon(rubrique) {

  if (pageOK) {
    lockmenu();
    if (rubrique != rubrique_courant) {
      if (rubrique_courant != '') {
        effaceroll();
      }

      rubrique_courant = rubrique;


      if (document.layers) {
        document.layers['menu'+rubrique].visibility = 'visible';
      }
      if (document.all) {
        document.all['menu'+rubrique].style.visibility = 'visible';
      }
    }
  }
}

function rolloff() {
  compteur = setTimeout("effaceroll()",500);

}

function lockmenu() {

  clearTimeout(compteur);

}

function effaceroll() {

  if (pageOK) {
    var rb = rubrique_courant;
    if (!rb) {
      return;

    }
    if (document.layers) {
      document.layers['menu'+rb].visibility = 'hidden';
    }
    if (document.all) {
      document.all['menu'+rb].style.visibility = 'hidden';
    }
    rubrique_courant = '';
  }
}
function debutMenu(nom,posX,posY,largeur) {
  popNom = nom;
  popX = posX;
  popY = posY;
  popWidth = largeur;
  chaine = '';
  chaine = chaine + '<table border=0 cellpadding=0 cellspacing=0><tr><td>\n';
  chaine = chaine + '<table cellpadding=0 cellspacing=0 border=0 width=' + largeur + ' onMouseOver="rollon(\'' + nom + '\')" onMouseOut="rolloff()">';
}

function addChoix(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/leftnav-bg-small-top.gif  width=' + (popWidth-15) + ' colspan=2 height=19> &nbsp; <a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}

function addChoix2(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/leftnav-bg.gif  width=' + (popWidth-15) + ' colspan=2 height=20 valign="middle"> &nbsp; <a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}

function addChoix3(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/leftnav-bg-small-btm.gif  width=' + (popWidth-15) + ' colspan=2 height=22> &nbsp; <a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}
function addChoix4(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/leftnav-bg.gif  width=' + (popWidth-15) + ' colspan=2 height=35 valign="middle"> &nbsp; <a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}
function addChoix5(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/leftnav-bg-lge-btm.gif  width=' + (popWidth-15) + ' colspan=2 height=35 valign="middle"> &nbsp; <a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}
function addChoix16(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/top-nav-1.gif  width=' + (popWidth-15) + ' colspan=2 > &nbsp;<a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}
function addChoix17(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/top-nav-2.gif  width=' + (popWidth-15) + ' colspan=2 > &nbsp;<a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}
function addChoix18(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/top-nav-3.gif  width=' + (popWidth-15) + ' colspan=2 height=21> &nbsp;<a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}
function addChoix19(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/top-nav-4.gif  width=' + (popWidth-15) + ' colspan=2 height=36> &nbsp;<a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}
function addChoix20(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    \n';
  chaine = chaine + '    <td background=/$MEDIA/top-nav-5.gif  width=' + (popWidth-15) + ' colspan=2 height=33> &nbsp;<a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true" class=yellow>' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}
function addSousChoix(lien,libelle,cible,status) {
  if (cible == '') {
    cible = '_self';
  }
  chaine = chaine + '  <tr valign=top>\n';
  chaine = chaine + '    <td></td>\n';
  chaine = chaine + '    <td></td>\n';
  chaine = chaine + '    <td width=' + (popWidth-25) + '><a href="' + lien + '" target="' + cible + '" onMouseOver="lockmenu(); window.status=\'' + status + '\'; return true">' + libelle + '</a></td>\n';
  chaine = chaine + '  </tr>\n';
}

function finMenu() {
  chaine = chaine + '</table></tr></td></table>';
  createLayer('menu'+popNom,null,popX,popY,popWidth+2,null,chaine,'','hidden',0)
  if (document.layers) {
    document.layers['menu'+popNom].onMouseOut = rolloff;
  }
}

// -->

