_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="#169de1";
oncolor="#FFFFFF";
offbgcolor="#074d70";
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=About Us;url=/about.asp;");
//aI("text=Statement of Faith;url=/statementofFaith.asp;");
aI("text=Board Members;url=/board.asp;");
//aI("text=Pastor's Press Photos;url=/pastor-pressphotos.asp;");
}


with(milonic=new menuname("Meetings")){
style=menuStyle;
itemwidth=155
aI("text=Calendar of Events;url=/calendar.aspx;");
//aI("text=Event Gallery;url=/apps/PhotoCategory.aspx;");
}

with(milonic=new menuname("Sermons")){
style=menuStyle;
itemwidth=155
aI("text=Audio;url=/media-audio.asp;");
aI("text=Video;url=/media-video.asp;");
//aI("text=Store;url=/media-store.asp;");
}

with(milonic=new menuname("Pastors")){
style=menuStyle;
itemwidth=155
aI("text=Senior Pastor;url=/pastor-bio.asp;");
aI("text=Youth Pastor;url=/youthpastor.asp;");
aI("text=Membership Pastor;url=/membershippastor.asp;");
}

with(milonic=new menuname("Music")){
style=menuStyle;
itemwidth=155
aI("text=Overview;url=/ministries-music.asp;");
aI("text=Youth Choir;url=/ministries-drama.asp;");
aI("text=Teen Choir;url=/teenchoir.asp;");
aI("text=Praise Team;url=/praiseteam.asp;");
aI("text=Praise Dance;url=/praisedance.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=Service Times;url=/servicetimes.asp;");
aI("text=Contact GDBC;url=/contact.asp;");
aI("text=Transportation;url=/transportation.asp;");
aI("text=Make A Donation;url=/donate.asp;");
}
drawMenus();

