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


with(XPMainStyle=new mm_style()){
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="12px";
fontweight="bold";
offcolor="#ffffff";
oncolor="#ffcc00";
bgimage="images/nav1.gif";
overbgimage="images/nav2.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=18;
top=120;
itemheight=34;
itemwidth=120;
offbgcolor="#000000";
margin=1;
followscroll=1;
//orientation="horizontal";
style=XPMainStyle;
aI("text=HOME;align=center;title=Click Here to go to the HOME PAGE;url=index.htm;");
aI("imageposition=middle;text=Shop;align=center;title=Click Here to go to the SHOP;url=brewshop1.htm;");
aI("text=Goddesses;align=center;title=Click Here to go to the GODDESSES PAGE;url=goddess.htm;");
aI("text=Potions;align=center;title=Click Here to go to the POTIONS PAGE;url=brews.htm;");
aI("text=Artists;align=center;title=Click Here for ARTIST INFORMATION;url=artists1.htm;");
aI("text=Testimonials;align=center;title=Click Here for TESTIMONIALS;url=testimonials-magic-spells.htm;");
aI("text=Reviews;align=center;title=Click Here for REVIEWS;url=reviews.htm;");
aI("text=Contact Us;align=center;title=Click Here for CONTACT DETAILS;url=contact1.htm;");
aI("text=F.A.Q.;align=center;title=FREQUENTLY ASKED QUESTIONS and ANSWERS;url=faq1.htm;");
aI("text=Site Map;align=center;title=Click Here for a MAP OF THE WHOLE SITE;url=sitemap1.htm;");
aI("text=Links;align=center;title=Click Here for LINKS TO OTHER SITES;url=links.htm;");
aI("text=Terms;align=center;title=Click Here for TERMS & CONDITIONS;url=terms.htm;");
aI("text=Disclaimer;align=center;title=LEGAL STUFF;url=disclaimer1.htm;");
aI("text=YouTube;align=center;title=Click Here for the YouTube Childofbones channel;url=http://www.youtube.com/user/ChildofBones;");
}

drawMenus();


