<!--

/*
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="blue";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=300; // 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="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]=["<b>Christian Flash Movies", "http://el-shaddai.net/flash.html", ""]
ssmItems[2]=["<b>Christian Powerpoint Presentations", "http://www.nwcreation.net/presentations/", ""]
ssmItems[3]=["<b>ONLINE BIBLE", "http://el-shaddai.net/onlinebible.html", ""]
ssmItems[4]=["<b>Christian Television", "http://www.higherpraise.com/Television.htm", ""]
ssmItems[5]=["<b>Jesus Movie Online", "http://www.jesusfilm.org", ""]
ssmItems[6]=["<b>Christian Search Engines", "http://el-shaddai.net/such.html", ""]
ssmItems[7]=["<b>Free Greeting Cards", "http://www.dayspring.com/index.asp",""]
ssmItems[8]=["<b>The Virtual Tabernacle", "http://www.fluvannacc.com/vrtab.html", ""]
ssmItems[9]=["Personal Stuff", "", ""] //create header
ssmItems[10]=["<b>CHAT", "http://el-shaddai.net/chat.html", "", 1, "no"] //create two column row
ssmItems[11]=["<b>Email", "mailto:bernd.pfromm@comcast.net", "",1]
ssmItems[12]=["My Favorite Websites", "", ""] //create header
ssmItems[13]=["<b>Heartlight", "http://www.heartlight.org", ""]
ssmItems[14]=["Webmaster Stuff", "", ""] //create header
ssmItems[15]=["<b>Bordered Backgrounds", "http://el-shaddai.net/border1/page.html", ""]
ssmItems[16]=["<b>HTML Homepage Backgrounds", "http://el-shaddai.net/html_background/background.html", ""]
ssmItems[17]=["<b>Bernd's Roses", "http://el-shaddai.net/Bernds Roses/Roses.html", ""]
ssmItems[18]=["<b>Family Pictures", "http://photoshow.comcast.net/bernd.pfromm", ""]
ssmItems[19]=["<b>KC9MOS - Enter my call-sign", "http://www.qrz.com/callsign", ""]






buildMenu();

//-->