<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=35; // no quotes!!
XOffset=0;
staticYOffset=34; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="red";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="yellow";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="15";
linkFontFamily="arial black";
linkFontSize="2";
linkBGColor="yellow";
linkOverBGColor="red";
linkTarget="";
linkAlign="left";
barBGColor="black";
barFontFamily="arial black";
barFontSize="3";
barFontColor="yellow";
barVAlign="left";
barWidth=20; // no quotes!!
barText="CPOH MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["MISSION", "mission/indexmission-cpoh.htm", ""]



ssmItems[1]=["MISSION HISTORY", "history/missionhistory-cpoh.htm", ""]
ssmItems[2]=["MISSION NEEDS", "needs/missionneeds-cpoh.htm", ""]
ssmItems[3]=["MISSION PARTNERS", "partners/missionpartners-cpoh.htm", ""]
ssmItems[4]=["VISION", "vision/indexvision-cpoh.htm", ""]
ssmItems[5]=["PHOTOS", "photogallery/indexphotogallery-cpoh.htm",""]
ssmItems[6]=["TEACHING", "teaching/indexteaching-cpoh.htm", ""]
ssmItems[7]=["BIBLE LESSONS", "biblelessons/cpohdailywalk.htm", ""]
ssmItems[8]=["PRAYER ROOM", "prayer/indexprayer-cpoh.htm", ""]
ssmItems[9]=["HALL OF FAITH", "CPOH-HallofFaith/hallindex.htm", ""]

ssmItems[10]=["PROPHECY", "prophecy/prophecy-cpoh.htm", ""]
ssmItems[11]=["NEWSLETTER", "newsletter/newsletter-cpoh.htm", ""]
ssmItems[12]=["LINKS", "links/indexlinks-cpoh.htm", ""]
ssmItems[13]=["EMAIL Contact", "mailto: vince.cpoh@comcast.net", ""]

ssmItems[14]=["DONATIONS", "donation/donation-cpoh.htm", ""]

ssmItems[15]=["CPOH BOD", "CPOH-BOD/BOD.htm", ""]



buildMenu();

//-->