<!--

/*
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="RELOADING"; // <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]=["High speed handloading", "../stories/reloading-low-cost-high-speed-handloading-for-handguns.html", ""]
ssmItems[2]=["Reloading - you can do it?", "../stories/reloading-reloading-you-can-do-it.html", ""]
ssmItems[3]=["Lyman electronic scales", "../stories/reloading-lyman-electronic-scales.html", ""]
ssmItems[4]=["The power of powder", "../stories/reloading-the-power-of-powder.html", ""]
ssmItems[5]=["Pressure signals", "../stories/reloading-pressure-signals.html", ""]
ssmItems[6]=["Shotshell reloading", "../stories/reloading-shotshell-reloading-time-you-got-started.html", ""]
ssmItems[7]=["Graf case tumbler", "../stories/reloading-graf-case-tumbler.html", ""]
ssmItems[8]=["Reload centrefire cartridges", "../stories/reloading-reload-the-centrefire-cartridge.html", ""]
ssmItems[9]=["", "", ""]

buildMenu();

//-->
