<!--

/*
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; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="e8f3ff";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // 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="#008080";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="  MAIN 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]=["Main Page", "http://www.renealegre.net", ""] 

ssmItems[1]=["Bible Teachings", "http://www.renealegre.net/Teachings/teach.html", ""]
ssmItems[2]=["Message Index", "http://www.renealegre.net/books/message/messindex.html", ""]
ssmItems[3]=["Short Thoughts", "http://www.renealegre.net/Week1/thoughts.html", ""]
ssmItems[4]=["Thoughts for Today", "http://www.renealegre.net/thoughts2/today.html", ""]
ssmItems[5]=["Verse for Today", "http://www.renealegre.net/Verse/verse.html", ""]
ssmItems[6]=["Daily Homily", "http://www.renealegre.net/dailyhomily/dailyreading.html", ""]
ssmItems[7]=["Links Exchange", "http://www.renealegre.net/links.html", ""]
ssmItems[8]=["Tract Index", "http://www.renealegre.net/tractindex.html", ""]
ssmItems[9]=["Bible Outlines", "http://www.renealegre.net/EO/frame.htm", ""]
ssmItems[10]=["Site Awards", "http://www.renealegre.net/award.html", ""]
ssmItems[11]=["Award Winners", "http://www.renealegre.net/awardwinners.htm", ""]
ssmItems[12]=["Clean Jokes", "http://www.renealegre.net/jokes/clj2.html", ""]
ssmItems[13]=["Study Resources", "http://www.renealegre.net/biblestudy.html", ""]
ssmItems[14]=["Books/Literature", "http://www.renealegre.net/bookindex.html", ""]
ssmItems[15]=["Sign Guestbook", "http://pub40.bravenet.com/guestbook/show.php?usernum=3406250768&cpv=1", ""]



buildMenu();

//-->