if( TransMenu.isSupported() ) { var ms0 = new TransMenuSet(TransMenu.direction.down, 1, -8, TransMenu.reference.bottomLeft); var menu_3001 = ms0.addMenu(document.getElementById('menu_what_to_do')); menu_3001.addItem("Events", "/what-to-do/events.aspx"); menu_3001.addItem("Pick Your Season", ""); var menu_3091 = menu_3001.addMenu(menu_3001.items[1]); menu_3091.addItem("Winter", ""); var menu_3092 = menu_3091.addMenu(menu_3091.items[0]); menu_3092.addItem("Skiing", "/what-to-do/Pick-Your-Season/Winter/skiing.aspx"); menu_3092.addItem("Animal Watching", "/what-to-do/Pick-Your-Season/Winter/Animal-Watching.aspx"); menu_3091.addItem("Spring", ""); var menu_3093 = menu_3091.addMenu(menu_3091.items[1]); menu_3093.addItem("Bird Watching", "/what-to-do/Pick-Your-Season/Spring/Bird-watching.aspx"); menu_3093.addItem("Spring ATV", "/what-to-do/Pick-Your-Season/Spring/atvspring.aspx"); menu_3091.addItem("Summer", ""); var menu_3094 = menu_3091.addMenu(menu_3091.items[2]); menu_3094.addItem("ATV", "/what-to-do/Pick-Your-Season/Summer/atv.aspx"); menu_3091.addItem("Autumn", ""); menu_3001.addItem("Activities Brochure", "/what-to-do/Activities-Brochures/default.aspx"); menu_3001.addItem("Special Functions", "/what-to-do/Special-Functions/default.aspx"); var menu_3003 = ms0.addMenu(document.getElementById('menu_where_to_stay')); menu_3003.addItem("B&B\x27s and Inns", "/where-to-stay/b-and-bs-and-inns.aspx"); menu_3003.addItem("Cabins and Lodges", "/where-to-stay/cabins-and-lodges.aspx"); menu_3003.addItem("Campgrounds", "/where-to-stay/campgrounds.aspx"); menu_3003.addItem("Vacation Rentals", "/where-to-stay/vacation-rentals.aspx"); menu_3003.addItem("Hotels and Motels", "/where-to-stay/hotels-and-motels.aspx"); menu_3003.addItem("By Location", "/where-to-stay/by-location.aspx"); var menu_3005 = ms0.addMenu(document.getElementById('menu_where_to_eat')); menu_3005.addItem("Family Fare", "/where-to-eat/family-fare.aspx"); menu_3005.addItem("Breakfast", "/where-to-eat/breakfast.aspx"); menu_3005.addItem("Fine Dining", "/where-to-eat/fine-dining.aspx"); menu_3005.addItem("Casual Dining", "/where-to-eat/casual-dining.aspx"); menu_3005.addItem("By Location", "/where-to-eat/by-location.aspx"); var menu_3007 = ms0.addMenu(document.getElementById('menu_where_to_shop')); menu_3007.addItem("Market and Festival", "/where-to-shop/market-and-festival.aspx"); menu_3007.addItem("Downtowns", "/where-to-shop/downtowns.aspx"); menu_3007.addItem("Outfitters", "/where-to-shop/outfitters.aspx"); menu_3007.addItem("By Location", "/where-to-shop/by-location.aspx"); var menu_3043 = ms0.addMenu(document.getElementById('menu_about_our_chamber')); menu_3043.addItem("Moose Festival", "/About-our-Chamber/Moose-Festival/default.aspx"); var menu_3074 = menu_3043.addMenu(menu_3043.items[0]); menu_3074.addItem("Moose Festival Photos", "/About-our-Chamber/Moose-Festival/Moose-Festival-Photos.aspx"); menu_3074.addItem("Moose Festival Applications", "/About-our-Chamber/Moose-Festival/Moose-Festival-Applications.aspx"); menu_3074.addItem("Moose Festival Sponsors", "/About-our-Chamber/Moose-Festival/Moose-Festival-Sponsors.aspx"); menu_3043.addItem("Area Information", "/About-our-Chamber/Area-Information-aspx/default.aspx"); var menu_3059 = menu_3043.addMenu(menu_3043.items[1]); menu_3059.addItem("Organizations", "/About-our-Chamber/Area-Information-aspx/Organizations.aspx"); menu_3059.addItem("Schools", "/About-our-Chamber/Area-Information-aspx/Schools.aspx"); menu_3059.addItem("Places of Worship", "/About-our-Chamber/Area-Information-aspx/Places-of-Worship.aspx"); menu_3059.addItem("Points of Interest", "/About-our-Chamber/Area-Information-aspx/Points-of-Interest.aspx"); menu_3043.addItem("Join our Chamber", "/About-our-Chamber/Join-our-Chamber.aspx"); menu_3043.addItem("Videos", "/About-our-Chamber/videos.aspx"); menu_3043.addItem("Contact Us", "/About-our-Chamber/contact-us.aspx"); TransMenu.renderAll(); }