<!--
YOffset=5; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="3";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Administration", "MENU")
addItem("Home Page", "index.html", "");
addItem("Purpose Statement", "AboutUs.html", "");
addItem("Worship Schedule","WorshipSchedule.html","");
addItem("Church And Preschool Staff", "ChurchStaff.html", "");
addItem("Location Map", "PlattsburgMap.html","");

addHdr("Ministries")
addItem("AWANA", "AWANA.html", "");
addItem("Sunday Schools", "SundaySchool.html", "");
addItem("Youth Ministry", "Youth.html", "");
addItem("Bible Study Forums", "BibleStudy.html", "");
addItem("Preschool", "Preschool.html", "");

endMenu()

//-->












