<!--

/*
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=120; // 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="#e6e7e3";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0099FF";
barFontFamily="Arial";
barFontSize="3";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
startMenu("Menu", "MENU")
addItem("Chris Duff on Achillbeg", "#duff", "");
addItem("Top&nbsp;&nbsp;&nbsp;&nbsp;", "#top", "");
addItem("Achill Page", "achill.html", "");
addItem("West Map", "oilregw.html", "");
addItem("Oileáin Page", "oil2.html", "");
endMenu()
//-->
