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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
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="#999999";
separatorsize=1;
subimage="menu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
//left=215;
orientation="horizontal";
style=menuStyle;
top=198;
aI("text=Home;url=/;");
aI("showmenu=About Freedom Fire;text=About Freedom Fire");
/*aI("text=Affirmation of Faith;url=?page_id=4;");*/
aI("showmenu=Ministries;text=Ministries;");
aI("text=Volunteer Opportunities;url=?page_id=94;");
aI("text=How to Sign Up;url=?page_id=21;");
aI("text=Giving;url=?page_id=22;");
aI("showmenu=Boards;text=Boards;");
aI("showmenu=Maps;text=Maps;");
}

with(milonic=new menuname("About Freedom Fire")){
overflow="scroll";
style=menuStyle;
aI("text=Our Story;url=?page_id=2;");
aI("text=Contact Us;url=?page_id=7;");
aI("text=Affirmation of Faith;url=?page_id=4;");
aI("text=Church Partnerships;url=?page_id=5;");
}

with(milonic=new menuname("Ministries")){
overflow="scroll";
style=menuStyle;
aI("showmenu=Outreach;text=Outreach;");
aI("showmenu=1-on-1 Friendships;text=1-on-1 Friendships;");
aI("text=Education;url=?page_id=48;");
}

with(milonic=new menuname("Outreach")){
overflow="scroll";
style=menuStyle;
aI("showmenu=Friday Night Outreaches;text=Friday Night Outreaches;");
aI("text=Camp Ministry;url=?page_id=34;");
}

with(milonic=new menuname("Friday Night Outreaches")){
style=menuStyle;
aI("text=General Information;url=?page_id=12;");
aI("text=Ideas for Meals;url=?page_id=13;");
aI("text=Maps to Friday Events;url=?page_id=14;");
aI("text=Volunteer Guidelines;url=?page_id=19;");
}

with(milonic=new menuname("1-on-1 Friendships")){
overflow="scroll";
style=menuStyle;
aI("text=General Information;url=?page_id=61;");
aI("text=Tutoring;url=?page_id=28;");
aI("text=Bible clubs;url=?page_id=9;");
aI("text=Varied Groups;url=?page_id=35;");
}

/*with(milonic=new menuname("Church Partnerships")){
overflow="scroll";
style=menuStyle;
aI("text=Overview;url=?page_id=5;");
aI("text=Contact Us;url=?page_id=7;");
aI("text=Contact Us;url=?page_id=7;");
}*/


with(milonic=new menuname("Other Volunteer Opportunities")){
overflow="scroll";
style=menuStyle;
aI("text=Prayer Partners;url=?page_id=27;");
aI("text=Work Projects;url=?page_id=29");
}


with(milonic=new menuname("Maps")){
style=menuStyle;
aI("text=Map to Guinotte Manor;url=?page_id=15;");
aI("text=Map to T.B. Watkins;url=?page_id=16;");
aI("text=Map to Wayne Minor;url=?page_id=17;");
aI("text=Map to Chouteau Court;url=?page_id=32;");
aI("text=Map to Camp Shalom;url=?page_id=18;");
aI("text=Map to Freedom Fire Offices;url=?page_id=20;");
}

with(milonic=new menuname("Boards")){
style=menuStyle;
aI("text=Board of Directors;url=?page_id=10;");
aI("text=Board of Reference;url=?page_id=11;");
}

drawMenus();


