_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#662223";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=3;

fontstyle="normal";

pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}
with(milonic=new menuname("About")){
style=menuStyle;
itemwidth=155
aI("text=History;url=/about-history.asp;");
aI("text=Mission;url=/about-mission.asp;");
aI("text=Vision;url=/about-vision.asp;");
aI("text=Pastors;url=#;showmenu=Pastors;")
aI("text=Church Staff;url=;showmenu=Staff;");
aI("text=Covenant;url=/about-covenant.asp;");
aI("text=Salvation/Membership;url=/salvation-membership.asp;");
}
with(milonic=new menuname("Education")){
style=menuStyle;
itemwidth=155
aI("text=Sunday School;url=/education-sundayschool.asp;");
aI("text=New Members/Equip Classes;url=/education-equip.asp;");

}

with(milonic=new menuname("Staff")){
style=menuStyle;
itemwidth=155
aI("text=Ministers;url=/about-staff.asp#ministers;")
aI("text=Church Staff;url=/about-staff.asp#staff;");
aI("text=Board of Directors;url=/about-staff.asp#board;");
aI("text=Deacons;url=/about-staff.asp#deacons;");
}
with(milonic=new menuname("Sermons")){
style=menuStyle;
itemwidth=155
aI("text=Order Sermons;url=/sermons.asp;");
//aI("text=Listen to Sermons;url=/sermons-audio.asp;");
//aI("text=Watch Sermons;url=/sermons-video.asp;");

}
with(milonic=new menuname("Events")){
style=menuStyle;
itemwidth=155
aI("text=Ministry Meetings;url=/ministry-meetings.asp;");
aI("text=ZHBC News;url=/apps/news.aspx;");
aI("text=Photo Gallery;url=/apps/PhotoCategory.aspx;");
}
with(milonic=new menuname("Contact")){
style=menuStyle;
itemwidth=155
aI("text=Prayer Request;url=/prayerrequests.asp;");
aI("text=Speaking Engagement;url=/contact-speakingengagement.asp;");
}

with(milonic=new menuname("Pastors")){
style=menuStyle;
itemwidth=155
aI("text=Tony McGee, Senior Pastor;url=/pastormcgee.asp;");
aI("text=Eddie Ragland, Youth Pastor;url=/pastorragland.asp;");
}
drawMenus();

