<!--

/*
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!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blue";
menuIsStatic="yes";
menuWidth=110; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#e7e6e3";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0099FF";
barFontFamily="Arial";
barFontSize="3";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Michael Viney", "MENU")
addItem("Barnacle Geese", "#viney", "");
addItem("Book Review", "#viney2", "");
addHdr("Rita Nolan");
addItem("General", "#general", "");
addItem("Fishing", "#fishing", "");
addItem("Poitín", "#poitín", "");
addItem("Marriage", "#land", "");
addItem("Early Christians", "#christian", "");
addItem("Religion", "#religion", "");
addItem("Rent and Rates", "#rent", "");
addItem("Living Conditions", "#conditions", "");
addItem("Education", "#education", "");
addItem("Whaling", "#whaling", "");
addItem("October 1927", "#1927", "");
addItem("Top", "#top", "");
endMenu()
//-->