<!--

/*
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="HINTS & TIPS"; // <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]=["Making a pistol grip", "../stories/hints-tips-making-a-pistol-grip.html", ""]
ssmItems[2]=["How to clean a firearm", "../stories/hints-tips-how-to-clean-a-firearm.html", ""]
ssmItems[3]=["Boots for the bush", "../stories/hints-tips-boots-for-the-bush.html", ""]
ssmItems[4]=["Coaching tips", "../stories/hints-tips-coaching-tips.html", ""]
ssmItems[5]=["Shooting digital", "../stories/hints-tips-shooting-digital.html", ""]
ssmItems[6]=["Puppy training for gundogs", "../stories/hints-tips-puppy-training-for-gun-dogs.html", ""]
ssmItems[7]=["Gunstock refinishing", "../stories/hints-tips-gunstock-refinishing.html", ""]
ssmItems[8]=["Taking hunting photos", "../stories/hints-tips-taking-the-right-kind-of-hunting-photo.html", ""]
ssmItems[9]=["Wonderful wood", "../stories/hints-tips-wonderful-wood.html",""]
ssmItems[10]=["Swamp tips", "../stories/hints-tips-swamp-tips.html", ""]
ssmItems[11]=["Well I'll be swagged", "../stories/hints-tips-well-ill-be-swagged.html", ""]
ssmItems[12]=["", "", ""]

buildMenu();

//-->
