<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#DAEBD6";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#9EAF85";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#000080";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home", "index.htm", "");
addItem("Our Pastor", "our_pastor.htm", "");
addItem("Church Leadership", "NLBC Staff.htm", "");
addItem("Constitution", "constitution.htm", "");
addItem("Articles of Faith", "articles_of_faith.htm", "");
addItem("Church History", "history.htm", "");
addItem("Calendar Of Events", "calendar_of_events.htm", "");
addItem("Driving Directions", "directions.htm", "");
addItem("Resource Links", "resources.htm", "");
addItem("Photos and Videos", "photoDirectory.htm", "");
addItem("Linking To Us", "our_link.htm", "");
addItem("Contact Our Pastor", "mailto:pastor_mortland@new-life-baptist-church.org?subject=New life Baptist Church Website", "");
addItem("Contact Our Deacons", "mailto:deacons@new-life-baptist-church.org?subject=New life Baptist Church Website - Message to Deacons", "");
addItem("Contact Our WebMaster", "mailto:webmaster@new-life-baptist-church.org?subject=New Life Baptist church Website", "");
endMenu()

//-->