<!--

/*
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="#50486F";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#A4A1AA";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#D0C8CF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#A4A1AA";
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]=["Portfolio", "http://sisaac.com/portfolio.htm", ""]
ssmItems[2]=["Lesson 19", "http://sisaac.com/frame_index.htm",""]
ssmItems[3]=["Lesson 17", "http://sisaac.com/map1.htm", ""]
ssmItems[4]=["Email", "mailto:sisaac0@yahoo.com", "_new"]
ssmItems[5]=["My Personal Page", "http://sisaac.com","_blank"]

ssmItems[6]=["Links"] //create header
ssmItems[7]=["PSP Tutorial", "http://jasminecorp.net/tutorial", "_blank"]
ssmItems[8]=["Search the web", "http://jcSearch.com", "_blank"]
ssmItems[9]=["Read Bible Online", "http://indiabible.org/kjv/index.html?ver=kjv", "_blank"]

ssmItems[10]=["Slide Menu code"] //create header
ssmItems[11]=["Top Menu Code", "http://dynamicdrive.com/dynamicindex1/sm/index.htm", "_blank"]
ssmItems[12]=["Side Menu Code", "http://dynamicdrive.com/dynamicindex1/davidmenu.htm", "_blank"]

ssmItems[13]=["Inspiring Web"] //create header
ssmItems[14]=["Real Life Stories", "http://insearchofpeace.org", "_blank"]
ssmItems[15]=["Christian Songs", "http://insearchofpeace.com/song.htm", "_blank"]
ssmItems[16]=["Bible and Quran", "http://bibleandquran.com", "_blank"]
ssmItems[17]=[""] //create header

buildMenu();

//-->

