<!--
/*
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="Gray";
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="arial";
hdrFontSize="2";
hdrFontColor="Black";
hdrBGColor="Silver";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="Silver";
barFontFamily="arial";
barFontSize="2";
barFontColor="Black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK 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]=["Local Site Menu"] //create header
ssmItems[1]=["Table of Contents", "WordPart0.html#toc", ""]
ssmItems[2]=["Part 1 Menu", "WordPart0.html#part1",""]
ssmItems[3]=["Part 2 Menu", "WordPart0.html#part2", ""]
ssmItems[4]=["Part 3 Menu", "WordPart0.html#part3", ""]
ssmItems[5]=["Part 4 Menu", "WordPart0.html#part4", ""]
ssmItems[6]=["Part 5 Menu", "WordPart0.html#part5", ""]
ssmItems[7]=["Final Things Menu", "WordPart0.html#lt", ""]
ssmItems[8]=["Other A. Word Items", "WordWords.html", ""]
 
ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Northwest College<br>&nbsp;&nbsp; of the Bible", "index.html", ""]
ssmItems[11]=["Pioneer History of<br>&nbsp;&nbsp; Northwest Churches", "/nwh/orhistmenu.html", ""]
ssmItems[12]=["CharlesDailey.net", "http://CharlesDailey.net", ""]
 
buildMenu();

//-->