<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=256; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000099";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=210; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Verdana, Arial, Helvetica, sans-serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#000099";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana, Arial, Helvetica, sans-serif";
linkFontSize="2";
linkBGColor="#000099";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000099";
barFontFamily="Verdana, Arial, Helvetica, sans-serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=30; // no quotes!!
barText="HISTORICAL"; // <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]=["", "", ""] //create header
ssmItems[1]=["Collecting cartridges", "../stories/historical-collecting-cartridges.html", ""]
ssmItems[2]=["The Gold Protectors", "../stories/historical-the-gold-protectors.html", ""]
ssmItems[3]=["Guns in history", "../stories/historical-guns-in-history.html", ""]
ssmItems[4]=["Collector's logic", "../stories/historical-collectors-logic.html", ""]
ssmItems[5]=["An eye for rare", "../stories/historical-an-eye-for-rare-redcliffe-colt-patterson-no3.html", ""]
ssmItems[6]=["Handgun collector motives", "../stories/historical-motives-of-a-handgun-collector.html", ""]
ssmItems[7]=["", "", ""]

buildMenu();

//-->
