   _menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
   _menuOpenDelay=0              // The time delay before menus open on mouse over
   _followSpeed=5                // Follow scrolling speed
   _followRate=40                // Follow scrolling Rate
   _subOffsetTop=10              // Sub menu top offset
   _subOffsetLeft=50              // Sub menu left offset
   _scrollAmount=3               // Only needed for Netscape 4.x
   _scrollDelay=20    

   with(Style_Top=new mm_style()){
  //TOP MENU
    onbgcolor="#FAF286";            // Couleur de fond du menu en Highlight
    oncolor="#14334B";              // Couleur de la font en Highlight
    offbgcolor="#ffffff";           // Couleur de fond du menu
    offcolor="#BD001E";             // Couleur de la Font Inactive
    bordercolor="#000000";
    borderstyle="solid";
    borderwidth=0;
    separatorcolor="#ADACAC";
    separatorsize="1";
    padding=3;
    fontsize="10";
    fontweight="bold";
    fontfamily="Verdana, Tahoma, Arial";
    headercolor="#ffffff";
    headerbgcolor="#ffffff";
    subimage="images/arrow.gif";
    subimagepadding=0;
}
//----------------------------------------------------------------------------------------------------------------------
//         SETTINGS DU MENU GENERAL
//----------------------------------------------------------------------------------------------------------------------
   with(BlueSys=new menuname("MyMenu")){
   style=Style_Top;
   top=0;
   left=70;
   alwaysvisible=1;
   orientation="Verticcal";
   position="relative";
		aI("text=&nbsp; Routier ;url=road-fr.php;target=Iframe_Main;");
		aI("text=&nbsp; Aérien ;url=air-fr.php;target=Iframe_Main;");
		aI("text=&nbsp; Maritime ;url=sea-fr.php;target=Iframe_Main;"); 
		aI("text=&nbsp; Entreposage ;url=warehouse-fr.php;target=Iframe_Main;"); 
}

//----------------------------------------------------------------------------------------------------------------------
   drawMenus();