if( TransMenu.isSupported() ) { var ms0 = new TransMenuSet(TransMenu.direction.down, 1, -6, TransMenu.reference.bottomLeft); var menu_3001 = ms0.addMenu(document.getElementById('menu_what_to_do')); menu_3001.addItem("Farmers Markets", "/what-to-do/farmers-markets.aspx"); menu_3001.addItem("Summer Adventure Fan Benefit", "/what-to-do/summer-adventure-fan-benefit.aspx"); menu_3001.addItem("2010 Brochures", "/what-to-do/2010-brochures.aspx"); menu_3001.addItem("Itineraries and Tours", "/what-to-do/itineraries-and-tours/default.aspx"); var menu_3014 = menu_3001.addMenu(menu_3001.items[3]); menu_3014.addItem("The top 51 things to do in NH Grand", "/what-to-do/itineraries-and-tours/the-top-51-things-to-do-in-nh-grand.aspx"); menu_3001.addItem("Events", "/what-to-do/events/default.aspx"); menu_3001.addItem("Pick Your Season", "/pick-your-season/"); menu_3001.addItem("Pick Your Passion", "/pick-your-passion/"); var menu_3004 = ms0.addMenu(document.getElementById('menu_where_to_stay')); menu_3004.addItem("B&B\x27s and Inns", "/where-to-stay/bbs-and-inns.aspx"); menu_3004.addItem("Cabins and Lodges", "/where-to-stay/cabins-and-lodges.aspx"); menu_3004.addItem("Campgrounds", "/where-to-stay/campgrounds.aspx"); menu_3004.addItem("Vacation Rentals", "/where-to-stay/vacation-rentals.aspx"); menu_3004.addItem("Hotels and Motels", "/where-to-stay/hotels-and-motels.aspx"); menu_3004.addItem("The Grand Resorts", "/where-to-stay/the-grand-resorts.aspx"); menu_3004.addItem("By Location", "/where-to-stay/by-location.aspx"); var menu_3006 = ms0.addMenu(document.getElementById('menu_where_to_eat')); menu_3006.addItem("Certified Best of NH Grand", "/where-to-eat/certified-best-of-nh-grand.aspx"); menu_3006.addItem("Family Fare", "/where-to-eat/family-fare.aspx"); menu_3006.addItem("Breakfast", "/where-to-eat/breakfast.aspx"); menu_3006.addItem("Fine Dining", "/where-to-eat/fine-dining.aspx"); menu_3006.addItem("Casual Dining", "/where-to-eat/casual-dining.aspx"); menu_3006.addItem("By Location", "/where-to-eat/by-location.aspx"); var menu_3008 = ms0.addMenu(document.getElementById('menu_where_to_shop')); menu_3008.addItem("Certified Best of NH Grand", "/where-to-shop/certified-best-of-nh-grand.aspx"); menu_3008.addItem("Markets and Festivals", "/where-to-shop/market-and-festival.aspx"); menu_3008.addItem("Downtowns", "/where-to-shop/downtowns.aspx"); menu_3008.addItem("Arts, Gifts and Galleries", "/where-to-shop/arts-gifts-and-galleries.aspx"); menu_3008.addItem("Outfitters", "/where-to-shop/outfitters.aspx"); menu_3008.addItem("By Location", "/where-to-shop/by-location.aspx"); var menu_3010 = ms0.addMenu(document.getElementById('menu_maps_and_guides')); menu_3010.addItem("Grand North Area Map", "/maps-and-guides/area-map.aspx"); menu_3010.addItem("Welcome Centers", "/maps-and-guides/welcome-center.aspx"); menu_3010.addItem("Travel Routes and Distances", "/maps-and-guides/travel-routes-and-distances.aspx"); menu_3010.addItem("Weather and Seasons", "/maps-and-guides/weather-and-seasons.aspx"); menu_3010.addItem("Email Sign Up", "/maps-and-guides/email-sign-up.aspx"); var menu_3012 = ms0.addMenu(document.getElementById('menu_about_grand_north')); menu_3012.addItem("History", "/about-grand-north/history.aspx"); menu_3012.addItem("What is Grand Resorts, Grand Adventure?", "/about-grand-north/what-is-grand-resorts-grand-adventure.aspx"); menu_3012.addItem("Maps & Guides", "/maps-and-guides/"); menu_3012.addItem("Contacts and Resources", "/about-grand-north/contacts-and-resources.aspx"); menu_3012.addItem("Photos & Videos", "/photos-and-videos/"); menu_3012.addItem("The Towns of New Hampshire Grand", "/about-grand-north/towns.aspx"); menu_3012.addItem("Partner Organizations", "/about-grand-north/partner-organizations.aspx"); menu_3012.addItem("Send an E-Card", "/about-grand-north/e-cards.aspx"); TransMenu.renderAll(); }