<!--

/*
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="SHOTGUNS"; // <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]=["Rizzini’s Artemis", "../stories/shotguns-rizzinis-artemis-a-classical-field-gun-from-italy.html", ""]
ssmItems[2]=["Buying a used shotgun", "../stories/shotguns-buying-a-used-shotgun.html", ""]
ssmItems[3]=["Fabarm STL VS Sporter", "../stories/shotguns-fabulous-fabarm-stl-vs-sporter.html", ""]
ssmItems[4]=["Lanber 2097EST sporting", "../stories/shotguns-the-highly-versatile-lanber-model-2097est-sporting.html", ""]
ssmItems[5]=["Competitive sports history", "../stories/shotguns-competitive-shooting-sports-a-brief-history.html", ""]
ssmItems[6]=["Guide to shotgun chokes", "../stories/shotguns-a-beginners-guide-to-shotgun-chokes.html", ""]
ssmItems[7]=[".410 a diminutive dynamo", "../stories/shotguns-the-410-a-diminutive-dynamo.html", ""]
ssmItems[8]=["Shotgun patterning", "../stories/shotguns-essential-shotgun-patterning.html", ""]
ssmItems[9]=["Majestic Miroku grade 6", "../stories/shotguns-majestic-miroku-grade-6-limited-edition-clay-buster.html", ""]
ssmItems[10]=["", "", ""]

buildMenu();

//-->
