<!--

/*
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="#000066";
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="Arial Narrow";
hdrFontSize="3";
hdrFontColor="#000066";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";

linkFontFamily="Arial Narrow";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="gray";
linkTarget="_top";
linkAlign="Left";

barBGColor="white";
barFontFamily="Arial Narrow";
barFontSize="3";
barFontColor="#000066";
barVAlign="center";
barWidth=20; // no quotes!!
barText="M E N U"; // <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]=["<b>William T. Sherman Index", "http://www.civil-war-tribute.com/William-Tecumseh-Sherman-index.htm", ""]
ssmItems[1]=["<b>William T. Sherman Index Memoirs 1", "http://www.civil-war-tribute.com/William-T-Sherman-memoirs-excerpt-1.htm", ""]
ssmItems[2]=["<b>William T. Sherman Index Memoirs 2", "http://www.civil-war-tribute.com/William-T-Sherman-memoirs-excerpt-2.htm", ""]
ssmItems[3]=["<b>William T. Sherman Index Memoirs 3", "http://www.civil-war-tribute.com/William-T-Sherman-memoirs-excerpt-3.htm", ""]

buildMenu();

//-->