

_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="#FFEFEE";
    oncolor="#3f1140";
    offbgcolor="#dfcce4";
    offcolor="#50004a";
    bordercolor="#000000";
    borderstyle="solid";
    borderwidth=0;
    separatorcolor="#3f1140";
    separatorsize="2";
    separatorheight="20px"
    separatorpadding=0;
    padding=5;
    fontsize="16px";
    fontweight="bold";
    fontstyle="normal";
    fontfamily="Helvetica, sans-serif, Verdana, 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=790;
  itemheight=35;
  alwaysvisible=1;
  orientation="horizontal";
  
    aI("text=HOME;url=index.asp;");
    aI("text=STORY SYNOPSIS;url=story_synopsis.asp;");
    aI("text=BOOK EXCERPTS;url=book_excerpts.asp;");
    aI("text=AUTHOR BIO;url=author_bio.asp;");
    aI("text=FAVORITE SCENES;url=favorite_scenes.asp;");
    aI("text=BOOK REVIEWS;url=book_reviews.asp;");
    
}

with(milonic=new menuname("ServicesALaCarte"))
{
  style=subMenuStyle;
    
    aI("text=Body Care;url=services_alacarte_body_care.asp;");
    aI("text=Facial Care;url=services_alacarte_facial_care.asp;");
  
}

with(milonic=new menuname("SpaPackages"))
{
  style=subMenuStyle;
    
    aI("text=Massage Therapy;url=spa_packages_massage_therapy.asp;");
    aI("text=Esthetic;url=spa_packages_esthetic.asp;");
    aI("text=Couples;url=spa_packages_couples.asp;");    
    aI("text=Groups;url=spa_packages_groups.asp;");        
    aI("text=Cures;url=spa_packages_cures.asp;");            
  
}

with(milonic=new menuname("OtherProducts"))
{
  style=subMenuStyle;
    
    aI("text=Healthy Menu;url=other_products_healthy_menu.asp;");
    aI("text=Gift Certificates;url=other_products_gift_certificates.asp;");
    aI("text=What's New;url=other_products_whats_new.asp;");    
  
}

