<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/


YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="E9E9CF";
/*menuBGColor="white";*/
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="004000";
hdrBGColor="FDFFE8";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="18";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="FDFEE8";
linkOverBGColor="C6DAAB";
linkTarget="_top";
linkAlign="CENTER";
barBGColor="004000";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="White";
barVAlign="Left";
barWidth=20; // no quotes!!

startMenu("Menu", "<<     MENU     <<")
addItem("About us", "index.htm", "");
addHdr("B&B Accommodation");
addItem("Lounge", "lounge.htm","");
addItem("Dining Room", "dining.htm");
addItem("B&B Rooms", "rooms.htm", "");
addItem("B&B Rates", "roomrates.htm","");
addHdr("Self Catering");
addItem("Abbey Lodge", "lodge.htm", "");
addItem("Lodge Rates", "lodgerates.htm","");
addHdr(" Information");
addItem("Attractions", "dnattr.htm", "");
addItem("Links", "links.htm", "");
addHdr("Contact");
addItem("Contact us", "contact01.htm", "");
addHdr("Location");
addItem("Location", "location.htm", "");
endMenu()

//-->