_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="#082897";
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=Church Staff;url=;showmenu=Staff;");
aI("text=Covenant;url=/about-covenant.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=/associate-ministers.asp;")
aI("text=Church Staff;url=/#;");
}
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("News")){
style=menuStyle;
itemwidth=155
aI("text=All News;url=/apps/news.aspx;");
aI("text=Announcements;url=/apps/newslist.aspx?type=1;");
aI("text=Feature Stories;url=/apps/newslist.aspx?type=2;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
itemwidth=155
aI("text=Prayer Request;url=/prayer-request.asp;");
aI("text=Map & Directions;url=/map-directions.asp;");
}

with(milonic=new menuname("Ministries")){
style=menuStyle;
itemwidth=170
aI("text=Overview;url=/ministries.asp;");
aI("text=Children's Church;url=/childrens-church.asp;");
aI("text=Christian Education;url=/christian-education.asp;");
aI("text=Christian Experience;url=/christian-experience.asp;");
aI("text=Deacons;url=#;url=/deacons.asp;");
aI("text=Deaconess;url=#;url=/deaconess.asp;");
aI("text=Mother's Board;url=#;url=/mothers-board.asp;");
aI("text=Music Ministry;url=#;url=/music.asp;");
aI("text=New Christians;url=#;url=/new-christians.asp;");
aI("text=New Members;url=/new-members.asp;");
aI("text=Nurses;url=#;url=/nurses.asp;");
aI("text=Pastoral Care;url=/pastoral-care.asp;");
aI("text=Scholarship;url=/scholarship.asp;");
aI("text=Ushers;url=/ushers.asp;");
aI("text=Youth Ministry;url=/youth-ministry.asp;");
aI("text=Youth Sports;url=/youth-sports.asp;");
}
with(milonic=new menuname("Pastor")){
style=menuStyle;
itemwidth=155
aI("text=Pastor Howard Randolph, Senior Pastor;url=/pastor.asp;");
aI("text=Sis. Patricia Randolph, First Lady;url=/pastor-wife.asp;");
}
drawMenus();

