<!--

/*
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="#e6e7e3";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0099FF";
barFontFamily="Arial";
barFontSize="3";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", "MENU")
addItem("Abandoned", "#abandon", "");
addItem("Birds", "#birds", "");
addItem("Way of Life", "#life", "");
addItem("Ancient Sites", "#ancient", "");
addItem("Photos", "#photos", "");
addItem("Creatures", "#creature", "");
addItem("Archipelagoes", "#arch", "");
addItem("Top", "#top", "");
addItem("Oileáin Page", "oil2.html", "");
endMenu()
//-->
