
<!--

/*
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="#FFFFFF";
menuIsStatic="yes";
menuWidth=110; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#006059";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="30";
linkFontFamily="Times New Roman";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#B5DBDB";
linkTarget="";
linkAlign="left";
barBGColor="#B5DBDB";
barFontFamily="Arial Black";
barFontSize="3";
barFontColor="#006059";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("MENU", " MENU ")
addItem("Home", "index.html", "");
addItem("Introduction", "introduc.html", "");
addItem("Prehistory", "prehistory.html", "");
addItem("Romans", "romans.html", "");
addItem("Middle Ages", "middleages.html", "");
addItem("Knights", "knights.html", "");
addItem("British", "british.html", "");
addItem("Pictures", "pictures.html", "");
addItem("Quiz", "quizintro.html", "");
endMenu()

//-->



