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="#FFFFFF";

borderstyle="none";

borderwidth=0;

fontfamily="Verdana, Tahoma, Arial";

fontsize="75%";

fontstyle="normal";

headerbgcolor="#993300";

headercolor="#000000";

offbgcolor="#993300";

offcolor="#ffffff";

onbgcolor="#FFCC00";

oncolor="#993300";

outfilter="Fade(duration=0.3);Alpha(opacity=90)";

overfilter="Fade(duration=0.3);Alpha(opacity=90)";

padding=4;

pagebgcolor="#000000";

pagecolor="white";

separatorcolor="#FFFFFF";

separatorsize=1;

}



with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;

orientation="horizontal";
screenposition="center";

style=menuStyle;

top=198;

aI("showmenu=Worship;text=Worship;");
aI("showmenu=Education;text=Education;");
aI("showmenu=MissionOutreach;text=Mission Outreach;url=mission.php;");
aI("showmenu=Hospitality;text=Hospitality;");
aI("showmenu=Leadership;text=Leadership;");
aI("showmenu=Operations;text=Operations;");
}
// WORSHIP MENU
with(milonic=new menuname("Worship")){
overflow="scroll";
style=menuStyle;
aI("text=Worship Schedule;url=schedule.php;")
aI("text=Preaching Schedule;url=index.html;")
aI("showmenu=Choirs;text=Choirs")
}
with(milonic=new menuname("Choirs")){
overflow="scroll";
style=menuStyle;
aI("text=Chancel Choir;url=index.html;")
aI("text=Praise Team;url=index.html;")
}
//EDUCATION MENU
with(milonic=new menuname("Education")){
style=menuStyle;
aI("showmenu=children;text=Children;url=index.html;");
aI("showmenu=youth;text=Youth;url=index.html;");
aI("showmenu=adult;text=Adult;url=index.html;");
aI("showmenu=fellowship;text=Adult Fellowship;url=index.html;");
}
with(milonic=new menuname("Children")){
style=menuStyle;
aI("text=Sunday School;url=index.html;");
aI("text=J.A.M.;url=index.html;");
aI("text=V.B.S.;url=index.html;");
aI("text=Children's Church;url=index.html;");
aI("text=Nursery;url=index.html;");
}
with(milonic=new menuname("youth")){
style=menuStyle;
aI("text=Sunday School;url=index.html;");
aI("text=Confirmation;url=index.html;");
aI("text=Activities;url=index.html;");
aI("text=Bible Studies;url=index.html;");
}
with(milonic=new menuname("adult")){
style=menuStyle;
aI("text=Sunday School;url=index.html;");
aI("text=Small Groups;url=index.html;");
}
with(milonic=new menuname("fellowship")){
style=menuStyle;
aI("text=Philemon;url=index.html;");
aI("text=Questors;url=index.html;");
}
//MISSION OUTREACH MENU
with(milonic=new menuname("MissionOutreach")){
style=menuStyle;
aI("text=Volunteers In Mission;url=index.html;");
aI("text=Community Food Shelf;url=index.html;");
aI("text=Walk with Jesus;url=index.html;");
aI("text=Feed My Starving Children;url=index.html;");
aI("text=Winter Warmth;url=index.html;");
aI("text=Habitat for Humanity;url=index.html;");
}
//HOSPITALITY MENU
with(milonic=new menuname("hospitality")){
style=menuStyle;
aI("text=Membership Orientation;url=index.html;");
aI("text=Welcome Desk;url=index.html;");
}
//LEADERSHIP MENU
with(milonic=new menuname("leadership")){
style=menuStyle;
aI("text=FUMC Staff;url=index.html;");
aI("text=Lay Leaders;url=index.html;");
}
//OPERATIONS MENU
with(milonic=new menuname("operations")){
style=menuStyle;
aI("text=Trustees;url=index.html;");
aI("text=Finance;url=index.html;");
aI("text=Living & Memorial Gifts;url=index.html;");
aI("text=Trust Fund;url=index.html;");
aI("text=Stewardship;url=index.html;");
}



drawMenus();



