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=0;
_subOffsetLeft=0;
horizontalMenuDelay=false; 

with(mainMenuStyle=new mm_style()){
borderwidth=0;
padding=0;
separatorsize=0;
}

with(menuStyle=new mm_style()){
bordercolor="#1E5301";
borderstyle="solid";
borderwidth=1;
fontfamily="Gill Sans MT, Trebuchet MS, Arial, sans-serif";
fontsize="10pt";
fontstyle="normal";
offbgcolor="#E8E8D9";
offcolor="#1E5301";
onbgcolor="#F9F9F9";
oncolor="#004E91";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.1);Shadow(color=#999999', Direction=135, Strength=2)";
padding=6;
pagebgcolor="#1A5E81";
pagecolor="#FFFFF4";
separatorcolor="#ABAB97";
separatorsize=1;
}


with(milonic=new menuname("Donate")){
style=menuStyle;
aI("text=Theatre Donations;url=http://www.fremontcentretheatre.com/donate.shtml;");
aI("text=Acknowledgements;url=http://www.fremontcentretheatre.com/acknowledgements.shtml;");
aI("text=Advertise With Us;url=http://www.fremontcentretheatre.com/advertise.shtml;");

}

with(milonic=new menuname("Box Office")){
style=menuStyle;
aI("text=Box Office Info;url=http://www.fremontcentretheatre.com/boxoffice.shtml;");
aI("text=On Stage Now;url=http://www.fremontcentretheatre.com/onstagenow.shtml;");
aI("text=On Stage Soon;url=http://www.fremontcentretheatre.com/comingsoon.shtml;");
aI("text=Special Events;url=http://www.fremontcentretheatre.com/specialevents.shtml;");

}


drawMenus();


