<!--

/*
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="black";
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="#0076cc";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#0076cc";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0076cc";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE NAV"; // <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]=["The Bible", "bible/bible.htm", ""]
ssmItems[2]=["Who Is Jesus", "jesus/who_is_jesus.htm", ""]
ssmItems[3]=["Plan Of Salvation", "salvation/gift_of_salvation.htm",""]
ssmItems[4]=["Prayer Request", "prayer/prayer_request.htm", ""]
ssmItems[5]=["Articles", "Articles/articles_index.htm", ""]
ssmItems[6]=["Skeptics Korner", "apologetics/skeptics_korner.htm", ""]
ssmItems[7]=["Bible Search", "resources/bible_search.htm", ""]
ssmItems[8]=["Photo Gallery", "../photo_gallery/main.html", ""]
ssmItems[9]=["Intelligent Design", "../design/id_main.htm", ""]
ssmItems[10]=["Support", "../support/support.htm", ""]
ssmItems[11]=["Contact", "contact/contact.htm", "", 1, "no"] //create two column row
ssmItems[12]=["E-Cards", "ecards/ecards.htm", "",1]
ssmItems[13]=["External Links", "", ""] //create header
ssmItems[14]=["DR Designs", "http://www.damascusroaddesigns.com", ""]
ssmItems[15]=["Greeneville Gifts", "http://www.greenevillegifts.com/inspirational/inspiration_index.htm", ""]
ssmItems[16]=["Valentine Gifts", "http://www.feb14gifts.com", ""]

buildMenu();

//-->