<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

menuBGColor="#000033";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=1;

linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#cc9900";
linkOverBGColor="#ff9966";
linkTarget="_top";
linkAlign="left";

hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#ffffcc";
hdrBGColor="#000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";

barBGColor="#000066";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#ffffcc";
barVAlign="center";
barWidth=15; // no quotes!!
barText='Links' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

//ssmItems[...]=[name, link, target, colspan, endrow?]
// - leave 'link' and 'target' blank to make a header
//addItem("<img src='images/new.gif' border=0>", "some link");
addHdr("Quick Links");
addItem("Home", "http://www.donwalsh.com")
addItem("Antidote", "http://www.theantidote.biz/")
addItem("Digital Archives", "http://collections.mun.ca/")
addItem("Photos", "http://www.donwalsh.com/photos.html")
addItem("Tickle Harbour", "http://www.donwalsh.com/TickleHarbour/index.html");
addItem("Music Links","http://www.donwalsh.com/music.html");
addItem("Heritage Website","http://www.heritage.nf.ca/");
addItem("St. John's","http://www.donwalsh.com/stjohns.html");
addItem("Possible Interest","http://www.donwalsh.com/neatplac.html");
addItem("Recipes","http://www.donwalsh.com/recipes.html");
addItem("Photos","http://www.donwalsh.com/photos.html");
addItem("SingSong.Inc","http://www.singsonginc.ca/");
addItem("Fat Cat Bluse Bar","http://www.fatcatbluesbar.com/");
addItem("Chris Badcock","http://www.badcock.ca/");
addItem("Jason Whelan","http://www.jasonwhelan.com/");
addItem("What's This","http://www.mun.ca/mha/resettlement/documents_image_view.php?fname=089_1966_questionaire_pg15&BackPage=089_1966_questionaire&galleryID=Doc2&AltLine=Household%20Resettlement%20Questionnaire,%201966%20Pages%2011-15%20(Page%2015)");
buildMenu();

//-->