<!--<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="centre";
hdrHeight="40";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#FF6666";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("Menu", "Clearview")
addItem("Home", "amptop.html", "mainFrame");
addItem("The Pastors", "pastors.htm", "mainFrame");
addItem("Mission and Vision", "mav.htm", "mainFrame");
addItem("Core Values", "core.htm", "mainFrame");
addItem("What We Believe", "believe.htm", "mainFrame");
addItem("Current Events", "current.html", "mainFrame");
addItem("BIC Rock", "link.html", "mainFrame");
endMenu()

//-->//-->