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

with(
  mainMenuStyle=new mm_style())
  {
    onbgcolor="#666666";
    oncolor="#ffffff";
    offbgcolor="#000000";
    offcolor="#ffffff";
    bordercolor="#000000";
    borderstyle="solid";
    borderwidth=0;
    separatorcolor="#ffffff";
    separatorsize="1";
    //separatorheight="15px"
    separatorpadding=0;
    padding=5;
    fontsize="13px";
    fontweight="bold";
    fontstyle="normal";
    fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
    pagecolor="#000000";
    pagebgcolor="#ffffff";
    headercolor="#000000";
    headerbgcolor="#ffffff";
    subimage="images/arrow_down_gray.gif";
    subimagepadding="5";
    overfilter="Fade(duration=0.2);Alpha(opacity=90);";  //Shadow(color='#777777', Direction=135, Strength=5)
    outfilter="randomdissolve(duration=0.3)";
  }


with(
  subMenuStyle=new mm_style())
  {
    onbgcolor="#666666";
    oncolor="#ffffff";
    offbgcolor="#000000";
    offcolor="#ffffff";
    bordercolor="#000000";
    borderstyle="solid";
    borderwidth=1;
    separatorcolor="#ffffff";
    separatorsize="1";
    //separatorheight="15px"
    separatorpadding=0;
    padding=5;
    fontsize="13px";
    fontweight="bold";
    fontstyle="normal";
    fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
    pagecolor="#000000";
    pagebgcolor="#ffffff";
    headercolor="#000000";
    headerbgcolor="#ffffff";
    subimage="images/arrow_right_gray.gif";
    subimagepadding="5";
    overfilter="Fade(duration=0.2);Alpha(opacity=90);";  //Shadow(color='#777777', Direction=135, Strength=5)
    outfilter="randomdissolve(duration=0.3)";
  }

with(milonic=new menuname("Main Menu"))
{
  style=mainMenuStyle;
  position="relative";
  menuwidth=750;
  itemheight=28;
  alwaysvisible=1;
  orientation="horizontal";
  
    aI("text=Accueil;url=index.asp;");
    aI("text=Services à la carte;showmenu=ServicesALaCarte;");
    aI("text=Forfaits;showmenu=SpaPackages;");
    aI("text=Politiques;url=policy.asp;");
    aI("text=Services aux entreprises;url=corporate_services.asp;");
    aI("text=Carri&egrave;re;url=jobs.asp;");    
    aI("text=Autres;showmenu=OtherProducts;");
      
}

with(milonic=new menuname("ServicesALaCarte"))
{
  style=subMenuStyle;
  
    aI("text=Soins corporels;url=services_alacarte_body_care.asp;");
    aI("text=Soins du visage;url=services_alacarte_facial_care.asp;");
  
}

with(milonic=new menuname("SpaPackages"))
{
  style=subMenuStyle;
  
    aI("text=Massothérapie;url=spa_packages_massage_therapy.asp;");
    aI("text=Esthétique;url=spa_packages_esthetic.asp;");
    aI("text=Couples;url=spa_packages_couples.asp;");    
    aI("text=Groupes;url=spa_packages_groups.asp;");        
    aI("text=Cures;url=spa_packages_cures.asp;");            
  
}

with(milonic=new menuname("OtherProducts"))
{
  style=subMenuStyle;
  
    /*aI("text=Repas santé;url=other_products_healthy_menu.asp;");*/
    aI("text=Certificat cadeau;url=other_products_gift_certificates.asp;");
    /*aI("text=Promotion;url=other_products_promotion.asp;");*/
    aI("text=Soin Corporel Signature;url=other_products_soin_sig.asp;");
    aI("text=Bulletin infoSEF;url=bulletin_infoSEF.asp;");               
  
}

