<!--

/*
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=130; // 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("Top", "#top", "");
addItem("English", "#EN", "");
addItem("Irish", "#IR", "");
addItem("Maths", "#MA", "");
addItem("Science", "#SC", "");
addItem("Music", "#MU", "");
addItem("Physical Education", "#PE", "");
addItem("Health Education", "#HE", "");
addItem("Art and Craft", "#AC", "");
addItem("Religion", "#RE", "");
addItem("Home Page","../../../leadpage.html","");
endMenu()
//-->