<!--

/*
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=100; //  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=320; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#990000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Menu"] //create header
ssmItems[1]=["Rector's Desk", "http://www.restorationchapel.org/rectors_desk.htm","", 1,"no"] //create two column row
ssmItems[2]=["Scripture Reading", "http://www.restorationchapel.org/verse_of_the_week.htm", "",1]
ssmItems[3]=["Inspirational Corner", "http://www.restorationchapel.org/Inspiration/index_Inspiration.html", "", 1,"no"] //create two column row
ssmItems[4]=["Past Topics", "http://www.restorationchapel.org/archives/date.htm", "",1,]
ssmItems[5]=["Wellness Corner", "http://www.restorationchapel.org/Wellness/wellness_main.htm", "", 1,"no"] //create two column row
ssmItems[6]=["Daily Devotion", "http://www.restorationchapel.org/Devotional 1.htm", "",1,]

ssmItems[7]=["Prayer Chapel", "http://www.restorationchapel.org/Chapel Entrance.html","",1,"no"] //create two column row
ssmItems[8]=["Email", "http://www.restorationchapel.org/contact.html", "",1]

ssmItems[9]=["Guest Book", "http://www.restorationchapel.org/Guest Book.htm","", 1,"no"] //create two column row 
ssmItems[10]=["Tracts & E Cards", "http://www.restorationchapel.org/DigiTracts/DigiTractsMain.html", "",1]
ssmItems[11]=["God's Yellow Pages", " http://www.restorationchapel.org/GOD's Yellow Pages_files/GOD's Yellow Pages.htm", "", 1, "no"] //created two column row
ssmItems[12]=["Potpourri", "http://www.restorationchapel.org/Potpourri/index_Potpourri.html", "",1]
ssmItems[13]=["2nd Front", "http://www.restorationchapel.org/2nd Front/The Fishers of Men2.html", "", 1, "no"] //create two column row
ssmItems[14]=["Links", "http://www.restorationchapel.org/Links.htm", "",1]
ssmItems[15]=["Future Use"] //create header
/*Note - this is a temporary ending
ssmItems[16]=["Future Use", "http://www.woppie.html", "", 1, "no"] //create two column row
ssmItems[17]=["Blank Space", "http:/www.happyface.html", "",1]
ssmItems[18]=["Future Use", "http://www.woppie.html", "", 1, "no"] //create two column row
ssmItems[19]=["Blank Space", "http:/www.happyface.html", "",1]*/


buildMenu();

//-->