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="#dddddd";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000044";
offcolor="#ffffff";
onbgcolor="#66ffff";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#dddddd";
separatorsize=1;
subimage="menu_files/arrow-white.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="left";
orientation="vertical";
style=menuStyle;
left=40
top=330;

aI("showmenu=about;text=ABOUT THE ARTIST;");
aI("showmenu=gallery;text=GALLERY;");
aI("text=CONTACT HER;url=contact/contact.htm");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Biography;url=about/biography/biography.htm;")
aI("text=Statement;url=about/statement/statement.htm;")
aI("text=Exhibitions & Awards;url=about/exhibitions/exhibitions.htm;")
}

with(milonic=new menuname("gallery")){
style=menuStyle;
aI("text=Paint;url=gallery/paint/paint.htm;");
aI("text=Fiber;url=gallery/fiber/fiber.htm;");
aI("text=Wood;url=gallery/wood/wood.htm;");
aI("text=Collage;url=gallery/collage/collage.htm;");
aI("text=Recycle;url=gallery/recycle/recycle.htm;");
}

drawMenus();

