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;

with(fbcHeadStyle=new mm_style()){
bordercolor="#898CB0";
borderstyle="ridge";
borderwidth=5;
fontfamily="arial,helvetica";
fontsize="80%";
fontstyle="normal";
offbgcolor="#F1E9E4";
offcolor="#440224";
onbgcolor="#F1E9E4";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
separatorcolor="#898CB0";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(fbcStyle=new mm_style()){
bordercolor="#898CB0";
borderstyle="ridge";
borderwidth=5;
fontfamily="arial,helvetica";
fontsize="80%";
fontstyle="normal";
offbgcolor="#F1E9E4";
offcolor="#440224";
onbgcolor="#440224";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
separatorcolor="#898CB0";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=4;
}

with(fbc=new menuname("Header")){
alwaysvisible=1;
followscroll=10;
left=10;
style=fbcHeadStyle;
top=10;
aI("image=fbc-title.gif;url=index.html");
}

with(fbc=new menuname("Menu")){
alwaysvisible=1;
followscroll=140;
left=10;
style=fbcStyle;
itemwidth=110;
top=140;
aI("showmenu=Community;text=Church<BR>&nbsp;&nbsp;&nbsp;Community;");
aI("url=calendar.html;text=Calendar;");
aI("url=pastor.html;text=Pastor's Page;");
aI("url=sermons.html;text=Sermons;");
aI("showmenu=Angel;text=Angel Food<BR>&nbsp;&nbsp;&nbsp;Ministries;");
aI("showmenu=BH;text=<SMALL style=font-size:90%>Bright Horizons</SMALL><BR>&nbsp;&nbsp;&nbsp;Pre-School;");
aI("url=mailto:offmgr@fbcsouthbend.org;text=E-Mail Us;");
aI("url=http://www.abc-usa.org;target=_blank;text=ABC-USA;");
}

with(fbc=new menuname("Community")){
style=fbcStyle;
aI("url=worship.html;text=Worship;");
aI("url=music.html;text=Music;");
aI("url=ss.html;text=Sunday School;");
aI("url=youth.html;text=Youth Group;");
aI("url=groups.html;text=Small Groups;");
aI("url=garden.html;text=Garden on the Hill Club;");
aI("url=events.html;text=Special Events;");
//aI("url=missions.html;text=Missions;");
}

with(fbc=new menuname("Angel")){
style=fbcStyle;
aI("url=angelfood.html;text=Menu &amp; Online Order Form;");
aI("url=angel-form.pdf;text=Order Form (Printer Friendly);target=_blank;");
aI("url=angelfood-es.pdf;text=Men&uacute &#8211; Espa&ntilde;ol;target=_blank;");
}

with(fbc=new menuname("BH")){
style=fbcStyle;
aI("url=bh.html;text=General Information;");
aI("url=bhreg.pdf;text=Brochure and Registration Form (Printer Friendly);target=_blank;");
aI("url=mailto:brighthorizonsps@yahoo.com;text=Ask Teachers a Question by e-mail;");
}

drawMenus();

