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()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
itemwidth=85;
offcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
rawcss="padding-top:10px;padding-bottom:5px";
separatorcolor="#000000";
separatorsize=1;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#418ED6";
offcolor="#ffffff";
onbgcolor="#418ED6";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagecolor="black";
separatorsize=1;
subimage="http://img.milonic.com/white_7x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
top=100;
overflow="scroll";
followscroll=1;
style=menuStyle;
aI("align=center;bgimage=http://img.milonic.com/multiorange.gif;text=Home;url=index.htm;");
aI("align=center;bgimage=http://img.milonic.com/multiyellow.gif;showmenu=Decade;text=Our Slide Shows");
aI("align=center;bgimage=http://img.milonic.com/multimustard.gif;showmenu=Contact;text=Contact Us;");
aI("align=center;bgimage=http://img.milonic.com/multigreen.gif;text=Join Us;url=join.htm;");
aI("align=center;bgimage=http://img.milonic.com/multiblue.gif;text=Our History;url=history.htm;");
aI("align=center;bgimage=http://img.milonic.com/multipurple.gif;text=Find Us;url=find.htm;");
aI("align=center;bgimage=http://img.milonic.com/multimustard.gif;showmenu=Productions;text=Our Productions;");
aI("align=center;bgimage=http://img.milonic.com/multiorange.gif;text=Race Night;url=supper.htm;"); 
}


with(milonic=new menuname("Contact")){
style=submenuStyle;
orientation="horizontal";
aI("text=On-Line;url=contact_on.htm;");
aI("text=Off-Line;url=contact_off.htm;");
}

with(milonic=new menuname("Decade")){
style=submenuStyle;
orientation="horizontal";
aI("text=Amateur Dramatics in the 80's;url=amateur-dramatics-north-yorkshire-80.htm;");
aI("text=North Yorkshire Dramatics in the 90's;url=amateur-dramatics-north-yorkshire-90.htm;");
aI("text=Still going strong in the 00's;url=amateur-dramatics-north-yorkshire-00.htm;");
aI("text=Off-Stage;url=off_stage.htm;");
}

with(milonic=new menuname("Productions")){
style=submenuStyle;
orientation="horizontal";
aI("text=Past;url=productions_past.htm;");
aI("text=Future;url=productions_future.htm;");
}



drawMenus();

