fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,arial,helvetica";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="transparent";
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
padding=4;
pagebgcolor="transparent";
pagecolor="#000000";
separatorcolor="transparent";
separatorsize=15;
subimage="/menus/arrow-white.gif";
subimagepadding=2;
}

with(menuStyle_sub=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,arial,helvetica";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#CCD941";
headercolor="#CCD941";
offbgcolor="#CCD941";
offcolor="#ffffff";
onbgcolor="#EEEEEE";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#EEEEEE";
pagecolor="#000000";
separatorcolor="transparent";
separatorsize=1;
subimage="/menus/arrow-white.gif";
subimagepadding=2;
}

with(milonic=new menuname("about_menu")){
style=menuStyle_sub;
aI("text=&nbsp;Background;url=/jackie-gartman-about.php;");
aI("text=&nbsp;Bookshelf;url=/books/jackie-gartman-bookshelf.php;");
aI("text=&nbsp;Testimonials;url=/jackie-gartman-testimonials.php;");
}

with(milonic=new menuname("coaching_menu")){
style=menuStyle_sub;
aI("text=&nbsp;Life Coaching;url=/jackie-gartman-life-coaching.php;");
aI("text=&nbsp;Take My Wellness Challenge;url=/jackie-gartman-videos.php;");
}

drawMenus();


