<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=20; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="WHPC 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]=["WHPC LINKS"] //create header
ssmItems[1]=["WHPC IN DEPTH", "http://www.westoverhills.org/organization.html", ""]
ssmItems[2]=["WORSHIP", "http://www.westoverhills.org/worship.html",""]
ssmItems[3]=["CHILDREN & YOUTH", "http://www.westoverhills.org/children.html", ""]
ssmItems[4]=["CHRISTIAN EDUCATION", "http://www.westoverhills.org/education.html", "_new"]
ssmItems[5]=["STUDY SERVICE FELLOWSHIP", "http://www.westoverhills.org/study.html", ""]
ssmItems[6]=["WHPC PRESCHOOL", "http://www.westoverhills.org/preschool.html", ""]
ssmItems[7]=["WHPC Downloads", "http://www.westoverhills.org/downloads.html", ""]
ssmItems[8]=["HOME", "http://www.westoverhills.org", ""]


ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["PCUSA", "http://www.pcusa.org/", ""]
ssmItems[11]=["PRESBYTERY OF ARKANSAS", "http://www.presbyteryofarkansas.org/", ""]
ssmItems[12]=["SYNOD OF THE SUN", "http://www.synodsun.com/", ""]
ssmItems[13]=["VERA LLOYD PRESBYTERIAN HOME", "http://www.veralloyd.org/", ""]
ssmItems[14]=["PRESBYTERIAN VILLAGE", "http://www.presbyvillage.com/", ""]
ssmItems[15]=["FAIR TRADE ORGANIZATION", "http://www.equalexchange.coop/", ""]
ssmItems[16]=["FERNCLIFF CAMP", "http://www.ferncliff.org/", ""]

buildMenu();

//-->









