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=4;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
bgimage="menu_bg.gif"; 
oncolor="#FDFBE4";
overfilter="Fade(duration=0.2);";
outfilter="randomdissolve(duration=0.2)";
padding=6;
separatorcolor="#5C5634";
separatorpadding=0;
separatorsize=1;
subimage="arrow.gif";
subimagepadding="1px 4px 0 3px";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
menuwidth="640px";
style=menuStyle;
aI("text=Home;url=index.html;");
aI("showmenu=About;text=About Zellda;");
aI("text=Services;url=services.html;");
aI("showmenu=Chinese Medicine;text=Chinese Medicine;");
aI("showmenu=News;text=News;");
aI("text=Testimonials;url=testimonials.html;");
aI("text=Links;url=links.html;");
aI("text=Contact;url=contact.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Bio ;url=about.html;");
aI("text=Credentials ;url=credentials.html;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News ;url=news.html;");
aI("text=Articles by Zellda ;url=articlesby.html;");
aI("text=Articles about Zellda ;url=articlesabout.html;");
}

with(milonic=new menuname("Chinese Medicine")){
style=menuStyle;
aI("text=Acupuncture ;url=acupuncture.html;");
aI("text=Chinese Herbs ;url=herbs.html;");
}

drawMenus();

