// Last change July 14 2003// Developed by web.master@male.ru// constants// x-coordinate of top left corner of dropdown menu var initX             = 13; // y-coordinate of top left corner of dropdown menu var initY             = 140; // the background color of dropdown menu (set empty '' for transparent)var backColor         = '#FFFFFF'; // the background color of selected menu items, set empty '' for transparentvar activeBackColor   = '#FFFFFF'; // the color of dropdown menu bordervar borderColor = '#99CCFF'; // the width of menu bordervar borderSize  = '1'; // height of menu itesmvar itemHeight  = 20;// overlapping between var xOverlap    = 5;var yOverlap    = 10;// end of constantsmenuContent     = new Array ();menuContent [0] = new Array ( -1, -1, 99, // the width of current menu list -1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinatenew Array ('Ground Floor', 'http://www.naplesfloridavilla.com/tour/ground.htm','First Floor', 'http://www.naplesfloridavilla.com/tour/first.htm','Location', 'http://www.naplesfloridavilla.com/location/directions.htm','Heritage Greens', 'http://www.naplesfloridavilla.com/tour/heritage.htm','Attractions', 'http://www.naplesfloridavilla.com/info/nearby.htm','Golf', 'http://www.naplesfloridavilla.com/info/golf.htm','Availability', 'http://www.powell-graphics.com/calendar/777/activityCal.cgi','Rates & Bookings', 'https://www.secure-server-hosting.com/secutran/secureforms/sh205669/book.htm','Terms & Conditions', 'http://www.naplesfloridavilla.com/bookings/terms.htm','Privacy Policy', 'http://www.naplesfloridavilla.com/info/privacy.htm','FAQ', 'http://www.naplesfloridavilla.com/info/faq.htm','Contact Us', 'http://www.naplesfloridavilla.com/mail/contact.htm','Links', 'http://www.naplesfloridavilla.com/info/links.htm'));