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(XPMainStyle=new mm_style()){

bordercolor="#336633";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="80%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#336633";
offcolor="#66FF00";
onbgcolor="#519951";
onborder="1px solid #000080";
oncolor="#000000";
overbgimage="menu/orange_office2003.gif";
padding=5;
}

with(XPMenuStyle=new mm_style()){

styleid=1;
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="61%";
fontstyle="normal";
fontweight="normal";
image="menu/xpblank.gif";
imagepadding=3;
menubgimage="menu/backoff2003_web.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#ffeec2";
onborder="1px solid #000080";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#B8D1F8', Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#6A8CCB";
separatorpadding=2;
separatorwidth="80%";
subimage="arrow.gif";
subimagepadding=3;
menubgcolor="#EBF0EC";
}

with(milonic=new menuname("Main Menu")){
top="125"
left="100"
itemwidth="89"
align="center"
alwaysvisible=1;
margin=1;
orientation="horizontal";
style=XPMainStyle;
aI("text=Home;url=index.html;");
aI("showmenu=Events;text=Events;");
aI("showmenu=Brownella;text=The Cottage;");
aI("text=Museum;");
aI("text=Newsletter;url=newsltr.html;");
aI("text=Bishop Brown;url=bishop.html;");
aI("showmenu=Membership;text=Membership;");
aI("showmenu=About;text=About;");
}

with(milonic=new menuname("Events")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Coming Events;url=events.html;")
aI("text=Past Events;url=pastevents.html;")
}

with(milonic=new menuname("About")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=The Society;url=ourhistory.html;")
aI("text=Galion Community;url=galcomm.html;")
aI("text=Contacts;url=boardcontact.html;")
aI("text=Links to Friends;url=links.html;")
}

with(milonic=new menuname("Brownella")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Brownella Cottage;url=brownella.html;")
aI("text=Brownella Tours;url=tours.html;")
aI("text=Ghosts at Brownella?;url=ghosts.html;")
}

with(milonic=new menuname("Membership")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Join Now;url=membership.html;")
aI("text=Current Members;url=currmembers.html;")
}
drawMenus();

