<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=204; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=175; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#063939";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#CBCB98";
linkTarget="_top";
linkAlign="Left";
barBGColor="#003366";
barFontFamily="Verdana";
barFontSize="2.5";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="NAVIGATIONAL 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]=["Home", "",""] //create header
ssmItems[1]=["Welcome", "http://www.cstcc.org/index.htm",""]

ssmItems[2]=["Our Church","",""] //create header
ssmItems[3]=["About Us", "http://www.cstcc.org/aboutus.htm",""]
ssmItems[4]=["Staff", "http://www.cstcc.org/staff.htm", ""]
ssmItems[5]=["Contact Us", "http://www.cstcc.org/contactus.htm", ""]

ssmItems[6]=["Our Programs", "", ""] //create header
ssmItems[7]=["Ministries", "http://www.cstcc.org/ministries.htm", ""]
ssmItems[8]=["Adult", "http://www.cstcc.org/adult.htm", ""]
ssmItems[9]=["Drama", "http://www.cstcc.org/drama.htm", ""]
ssmItems[10]=["Missions", "http://www.cstcc.org/missions.htm", ""]
ssmItems[11]=["Outreach", "http://www.cstcc.org/outreach.htm", ""]
ssmItems[12]=["Prayer", "http://www.cstcc.org/prayer.htm", ""]
ssmItems[13]=["Spiritual Growth", "http://www.cstcc.org/spiritualgrowth.htm", ""]
ssmItems[14]=["Worship", "http://www.cstcc.org/worship.htm", ""]
ssmItems[15]=["Youth", "http://www.cstcc.org/youth.htm", ""]

ssmItems[16]=["Our Activities", "", ""] //create header
ssmItems[17]=["Announcements", "http://www.cstcc.org/announcements.htm", ""]
ssmItems[18]=["Calendar & Newsletter", "http://www.cstcc.org/calendar.htm", ""]
ssmItems[19]=["Events", "http://www.cstcc.org/events.htm", ""]
ssmItems[20]=["Photos", "http://www.cstcc.org/photos.htm", ""]

ssmItems[21]=["Extras", "", ""] //create header
ssmItems[22]=["How to Know God", "http://www.rbc.org/personal_relationship_with_god.page", "_blank"]
ssmItems[23]=["Prayer Requests", "http://www.cstcc.org/help.htm#Spiritual_Matters", ""]
ssmItems[24]=["Help & Resources", "http://www.cstcc.org/resources.htm", ""]
ssmItems[25]=["Sermons", "http://www.cstcc.org/sermons.htm", ""]
ssmItems[26]=["Teachers Only", "http://www.cstcc.org/teachers.htm", ""]
buildMenu();

//-->