<!--
/*
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)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=60; // 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="black";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="5";
hdrFontColor="#ffffff";
hdrBGColor="#3399FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="4";
linkBGColor="#0084A5";
linkOverBGColor="#336699";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0084A5";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("Menu", "I N F O R M A T I O N")
addItem("Home Page", "/home.html", "");
addHdr("Standard Rooms");
addItem("Executive Apartment", "/apartment.html", "");
addItem("King Room", "/king.html", "");
addItem("Queen/Double Room", "/queen.html", "");
addHdr("Fantasy Suites");
addItem("Arabian Nights", "/arabian.html", "");
addItem("Cabin Fever", "/cabin.html", "");
addItem("Crystal Cave", "/cavern.html", "");
addItem("Hawaiian Waters", "/hawaiian.html", "");
addItem("Pearl Under the Sea", "/sea.html", "");
addItem("Rainforest", "/rainforest.html", "");
addItem("Roman Retreat", "/roman.html", "");
addItem("South of the Border", "/south.html", "");
addItem("Space Odyssey", "/space.html", "");
addItem("Wine & Roses", "/wine.html", "");
addHdr("General Information");
addItem("Pool & Spa", "/pool.html", "");
addItem("Reservations", "/general.html", "");
addItem("Contacts & Directions", "/contact.html", "");
endMenu()

//-->