<!--

 <!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=0; // no quotes!!
staticYOffset=0; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
hdrFontFamily="'Trebuchet MS',verdana";
hdrFontSize="2";
hdrFontColor="#EECB00";
hdrBGColor="#308073";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="'Trebuchet MS',Verdana";
linkFontSize="1";
linkBGColor="#b50021";
linkOverBGColor="#A9C5B9";
linkTarget="_top";
linkAlign="Left";
barBGColor="#308073";
barFontFamily="'Trebuchet MS',Verdana";
barFontSize="2";
barFontColor="#eecb00";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("Cromwells", " ** Cromwells Menu ** ")
addItem("Home", "../index.html", "_top");
addItem("Introduction", "../content/about.html", "_top");
addItem("Location", "../content/location.html", "_top");


addHdr("The Hotel");
addItem("Tariff 2009", "../content/tariff.html", "_top");
addItem("The Rooms", "../content/rooms.html", "_top");
addItem("Reservations", "../content/reservations.html", "_top");
addItem("Picture Gallery", "../content/gallery.html", "_top");


addHdr("The Restaurant");
addItem("Introduction", "../content/restaurant.html", "_top");
addItem("The Garden", "../content/patio.html", "_top");
addItem("A La Carte Menu", "../content/dinner.html", "_top");
addItem("Lunch Menu", "../content/bar.html", "_top");
addItem("Party Menu", "../content/party.html", "_top");
addItem("Sunday Lunch Menu", "../content/sunday.html", "_top");
addItem("Wine List", "../content/wine.pdf", "_top");


addHdr("General Information");
addItem("Contact Information", "../content/contact.html", "_top");
addItem("Press Reviews", "../content/reviews.html", "_top");
addItem("Historic Shrewsbury", "../content/history.html", "_top");
addItem("Shrewsbury Links", "../content/shrewsbury.html", "_top");





endMenu()

//-->

//-->