<!--

/*
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="AMMUNITION"; // <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]=["What you need to know", "../stories/ammunition-what-you-need-to-know-about-ammunition.html", ""]
ssmItems[2]=["Another WSSM cartridge", "../stories/ammunition-another-wssm-cartridge.html", ""]
ssmItems[3]=["Wildcats", "../stories/ammunition-wildcats.html", ""]
ssmItems[4]=["Bullet design", "../stories/ammunition-bullet-design.html", ""]
ssmItems[5]=["Accurate ammo for rimfires", "../stories/ammunition-accurate-ammo-for-rimfires.html", ""]
ssmItems[6]=["Marlin 17VS", "../stories/ammunition-marlin-17vs.html", ""]
ssmItems[7]=["Sure-shot cartridges", "../stories/ammunition-sure-shot-cartridges-for-common-australian-game.html", ""]
ssmItems[8]=["The .375 H&H turns 90", "../stories/ammunition-the-375-HandH-turns-90.html", ""]
ssmItems[9]=["Bullet jacket thickness", "../stories/ammunition-what-is-your-bullets-jacket-thickness.html", ""]
ssmItems[10]=["Eley returns", "../stories/ammunition-eley-returns.html", ""]
ssmItems[11]=["Bullet castings", "../stories/ammunition-bullet-castings-for-target-shooters.html",""]
ssmItems[12]=["", "", ""]

buildMenu();

//-->
