var arrows = { up: { src: "/graphics/arrow_white_up.gif", width: 7, height: 8, x_offset: 5 }, down: { src: "/graphics/arrow_white_down.gif", width: 7, height: 8, x_offset: 5 }, left: { src: "/graphics/arrow_white_left.gif", width: 6, height: 11, x_offset: 5 }, right: { src: "/graphics/arrow_white_right.gif", width: 6, height: 11, x_offset: 5 } }; var menu_control = [ { name: "View Documentation", height: 15, image: "/graphics/menu/control/documentation.gif", alt_image: "/graphics/menu/control/documentation2.gif", mouseclick: "view_documentation()" }, { name: "Log out", height: 22, image: "/graphics/menu/control/log_out.gif", alt_image: "/graphics/menu/control/log_out2.gif", href: "/control/log_out.php" } ]; var menu_resources = [ { name: "Area Contacts", anchor: "top", width: 185, height: 18, image: "/graphics/menu/resources/area_contacts.gif", alt_image: "/graphics/menu/resources/area_contacts2.gif", href: "/area_contacts.php" }, { name: "Mortgage Calculator", height: 15, image: "/graphics/menu/resources/mortgage_calculator.gif", alt_image: "/graphics/menu/resources/mortgage_calculator2.gif", href: "/mortgage_calculator.php" }, { name: "Sitemap", height: 20, image: "/graphics/menu/resources/sitemap.gif", alt_image: "/graphics/menu/resources/sitemap2.gif", href: "/sitemap.php" }, ]; var menu_magic = [ { name: "Area Magic", anchor: "top", width: 181, height: 18, image: "/graphics/menu/magic/magic.gif", alt_image: "/graphics/menu/magic/magic2.gif", href: "/magic.php" }, { name: "Testimonials", height: 21, image: "/graphics/menu/magic/testimonials.gif", alt_image: "/graphics/menu/magic/testimonials2.gif", href: "/testimonials.php" } ]; var menu_listings = [ { name: "New", anchor: "top", width: 207, height: 17, image: "/graphics/menu/listings/new_listings.gif", alt_image: "/graphics/menu/listings/new_listings2.gif", href: "/listings.php" }, { name: "Hot Sheet", height: 17, image: "/graphics/menu/listings/hot_sheet.gif", alt_image: "/graphics/menu/listings/hot_sheet2.gif", href: "/listings.php?category=hot" }, { name: "filler", height: 8, image: "/graphics/menu/listings/filler.gif" }, { name: "Residential", height: 15, image: "/graphics/menu/listings/residential.gif", alt_image: "/graphics/menu/listings/residential2.gif", href: "/listings.php?category=residential" }, { name: "All Residential", image: "/graphics/menu/listings/all_residential.gif", alt_image: "/graphics/menu/listings/all_residential2.gif", href: "/listings.php?category=residential" }, { name: "Country Homes", image: "/graphics/menu/listings/country_homes.gif", alt_image: "/graphics/menu/listings/country_homes2.gif", href: "/listings.php?category=country_homes" }, { name: "Farms & Farmhouses", image: "/graphics/menu/listings/farms_farmhouses.gif", alt_image: "/graphics/menu/listings/farms_farmhouses2.gif", href: "/listings.php?category=farms_farmhouses" }, { name: "Properties of Distinction", image: "/graphics/menu/listings/pod.gif", alt_image: "/graphics/menu/listings/pod2.gif", href: "/listings.php?category=pod" }, { name: "Village Homes", image: "/graphics/menu/listings/village_homes.gif", alt_image: "/graphics/menu/listings/village_homes2.gif", href: "/listings.php?category=village_homes" }, { name: "filler", height: 6, image: "/graphics/menu/listings/filler2.gif" }, { name: "Commercial", height: 15, image: "/graphics/menu/listings/commercial.gif", alt_image: "/graphics/menu/listings/commercial2.gif", href: "/listings.php?category=commercial" }, { name: "Land", image: "/graphics/menu/listings/land.gif", alt_image: "/graphics/menu/listings/land2.gif", href: "/listings.php?category=land" }, { name: "Rentals", image: "/graphics/menu/listings/rentals.gif", alt_image: "/graphics/menu/listings/rentals2.gif", href: "/listings.php?category=rentals" }, { name: "filler", height: 6, image: "/graphics/menu/listings/filler2.gif" }, { name: "Search", height: 22, image: "/graphics/menu/listings/search.gif", alt_image: "/graphics/menu/listings/search2.gif", href: "/listings.php?category=search" }, ]; var menu_about_us = [ { name: "Our Offices", anchor: "top", width: 151, height: 18, image: "/graphics/menu/about_us/our_offices.gif", alt_image: "/graphics/menu/about_us/our_offices2.gif", href: "/our_offices.php" }, { name: "Map / Directions", height: 15, image: "/graphics/menu/about_us/map_directions.gif", alt_image: "/graphics/menu/about_us/map_directions2.gif", href: "/our_offices.php?directions=1" }, { name: "Our Agents", height: 21, image: "/graphics/menu/about_us/our_agents.gif", alt_image: "/graphics/menu/about_us/our_agents2.gif", href: "/agents.php" } ]; var _menu = { name: "Menu", anchor: "menu anchor", left: 0, top: 0, arrows: arrows, elements: [ { name: "Home", width: 65, height: 20, image: "/graphics/spring/menu/home.gif", alt_image: "/graphics/spring/menu/home2.gif", href: "/index.php" }, { name: "About Us", anchor: "left", width: 93, image: "/graphics/spring/menu/about_us.gif", alt_image: "/graphics/spring/menu/about_us2.gif", elements: menu_about_us }, { name: "Listings", width: 84, image: "/graphics/spring/menu/listings.gif", alt_image: "/graphics/spring/menu/listings2.gif", elements: menu_listings }, { name: "Sell a Home", width: 108, image: "/graphics/spring/menu/sell_a_home.gif", alt_image: "/graphics/spring/menu/sell_a_home2.gif", href: "/sell_a_home.php" }, { name: "Magic", width: 138, image: "/graphics/spring/menu/magic.gif", alt_image: "/graphics/spring/menu/magic2.gif", elements: menu_magic }, { name: "Resources", width: 101, image: "/graphics/spring/menu/resources.gif", alt_image: "/graphics/spring/menu/resources2.gif", elements: menu_resources }, { name: "Contact Us", width: 110, image: "/graphics/spring/menu/contact_us.gif", alt_image: "/graphics/spring/menu/contact_us2.gif", href: "/contact_us.php" } ] };