<!--

/*
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="OVERSEAS HUNTING"; // <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]=["Canada's swamp buck", "../stories/overseas-hunting-hunting-canadas-swamp-buck.html", ""]
ssmItems[2]=["Goats in New Zealand", "../stories/overseas-hunting-in-hall-of-mountain-king-goats-new-zealand.html", ""]
ssmItems[3]=["Kiwi capers", "../stories/overseas-hunting-kiwi-capers.html", ""]
ssmItems[4]=["Call of the wild", "../stories/overseas-hunting-call-of-the-wild-in-johannasburg.html", ""]
ssmItems[5]=["North to Alaska", "../stories/overseas-hunting-north-to-alaska.html", ""]
ssmItems[6]=["Fishing Mongolia", "../stories/overseas-hunting-fishing-mongolia.html", ""]
ssmItems[7]=["Moose hunting, Finland", "../stories/overseas-hunting-moose-hunting-finland.html", ""]
ssmItems[8]=["Hunting in Zimbabwe", "../stories/overseas-hunting-hunting-in-zimbabwe.html", ""]
ssmItems[9]=["A pleasant change", "../stories/overseas-hunting-a-pleasant-change.html", ""]
ssmItems[10]=["Pigeons in Papua", "../stories/overseas-hunting-pigeons-in-papua.html", ""]
ssmItems[11]=["Into Africa", "../stories/overseas-hunting-into-africa-south-african-today.html",""]
ssmItems[12]=["", "", ""]

buildMenu();

//-->
