<!--

/*
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="KNIVES"; // <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]=["Test of time", "../stories/knives-test-of-time.html", ""]
ssmItems[2]=["DIY hunting knives", "../stories/knives-do-it-yourself-hunting-knives.html", ""]
ssmItems[3]=["The cutting edge", "../stories/knives-the-cutting-edge.html", ""]
ssmItems[4]=["A hunting knife", "../stories/knives-a-hunting-knife.html", ""]
ssmItems[5]=["Selection & care of knives", "../stories/knives-tips-for-the-selection-and-care-of-hunting-knives.html", ""]
ssmItems[6]=["Sport knives & trade blades", "../stories/knives-sports-knives-and-trade-blades.html", ""]
ssmItems[7]=["Which knife to choose", "../stories/knives-which-knife-to-choose.html", ""]
ssmItems[8]=["Loving knives", "../stories/knives-loving-knives.html", ""]
ssmItems[9]=["Wetland knives", "../stories/knives-wetland-knives.html", ""]
ssmItems[10]=["", "", ""]

buildMenu();

//-->
