_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="#34469C";
oncolor="#FFFFFF";
offbgcolor="#434f5b";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=5;

fontstyle="normal";

pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#000000";
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("aboutusDrop")){
style=menuStyle;
itemwidth=155
aI("text=History ;url=history.htm;");
aI("text=Mission Statement ;url=missionstatement.htm;");
aI("text=Purpose Statement ;url=purposestatement.htm;");
aI("text=What We Believe ;url=whatwebelieve.htm;");
aI("text=Our Staff;url=staff.htm;");
aI("text=Becoming A Member ;url=membership.htm;");

}


with(milonic=new menuname("visionaryDrop")){
style=menuStyle;
itemwidth=155
aI("text=Press Photos ;url=visionary-photos.htm;");
aI("text=Sermon Catalog ;url=pdf/CMM Sermon Catalog.pdf;");

}

with(milonic=new menuname("ministriesDrop")){
style=menuStyle;
itemwidth=155

aI("text=Children's Church ;url=childrenschurch.htm;");
aI("text=Choirs;showmenu=Choirs;url=ministries-choirs.htm;");
aI("text=Council of Ministries ;url=ministries-council.htm;");
aI("text=Deacons ;url=ministries-deacons.htm;");
aI("text=Media ;url=ministries-media.htm;");
aI("text=Mission ;url=ministries-mission.htm;");
aI("text=Ushers ;url=ministries-ushers.htm;");


}



with(milonic=new menuname("sermonsDrop")){
style=menuStyle;
itemwidth=155
aI("text=Audio Sermons ;url=sermons-audio.htm;");
aI("text=Podcasts ;url=podcasts.htm;");
aI("text=Video ;url=sermons-video.htm;");
aI("text=Live Stream ;url=video.htm;");


}


with(milonic=new menuname("Events")){
style=menuStyle;
itemwidth=155
aI("text=Event Calendar;url=calendar.htm;");
aI("text=Event Gallery;url=photogallery.htm;");


}


with(milonic=new menuname("Links")){
style=menuStyle;
itemwidth=155
aI("text=Bible Search;url=links-bible.htm;");
aI("text=Tithe Calculator;url=links_tithecalculator.htm;");
aI("text=Site Map;url=sitemap.htm;");

}

drawMenus();

