if( TransMenu.isSupported() ) { var ms0 = new TransMenuSet(TransMenu.direction.down, 1, -6, TransMenu.reference.bottomLeft); var ms1 = new TransMenuSet(TransMenu.direction.down, -40, -6, TransMenu.reference.bottomLeft); var menu_3001 = ms0.addMenu(document.getElementById('menu_current_sales_and_pricing')); menu_3001.addItem("Current Promotions", "/current-sales-and-pricing/current-promotions.aspx"); menu_3001.addItem("Weekly Sale", "/current-sales-and-pricing/weekly-sale.aspx"); menu_3001.addItem("Monthly Sale Price List", "/current-sales-and-pricing/monthly-sale-price-list.aspx"); menu_3001.addItem("Quarterly Price List", "/current-sales-and-pricing/quarterly-price-list.aspx"); menu_3001.addItem("Product Locator", "/current-sales-and-pricing/product-locator.aspx"); var menu_3003 = ms0.addMenu(document.getElementById('menu_wine')); menu_3003.addItem("Product Locator", "/current-sales-and-pricing/product-locator.aspx"); menu_3003.addItem("2008 Bordeaux Release", "/wine/2008-bordeaux-release.aspx"); menu_3003.addItem("New Wine Arrivals", "/wine/new-wine-arrivals.aspx"); menu_3003.addItem("Power Buys", "/wine/power-buys.aspx"); menu_3003.addItem("Featured Wines", "/wine/featured-wine.aspx"); menu_3003.addItem("Wine Events & Tastings", "/wine/wine-events-and-tastings.aspx"); menu_3003.addItem("Last Chance", "/wine/last-chance.aspx"); menu_3003.addItem("Wine Articles", "/wine/wine-articles/default.aspx"); var menu_3026 = menu_3003.addMenu(menu_3003.items[7]); menu_3026.addItem("Wine Connoisseur", "/wine/wine-articles/wine-connoisseur.aspx"); menu_3026.addItem("The Wine Life", "/wine/wine-articles/the-wine-life.aspx"); menu_3003.addItem("Best Sellers", "/wine/best-sellers.aspx"); menu_3003.addItem("Earth Friendly Wines", "/wine/earth-friendly-wines.aspx"); menu_3003.addItem("Wine Education", "/wine/wine-education.aspx"); menu_3003.addItem("How to Host a Wine Tasting", "/wine/how-to-host-a-wine-tasting.aspx"); menu_3003.addItem("Wine & Food Pairings", "/wine/wine-and-food-pairings.aspx"); menu_3003.addItem("Holiday Pairings", "/wine/holidaypairings.aspx"); menu_3003.addItem("New Hampshire Wineries", "/wine/new-hampshire-wineries.aspx"); var menu_3005 = ms0.addMenu(document.getElementById('menu_spirits')); menu_3005.addItem("Product Locator", "/current-sales-and-pricing/product-locator.aspx"); menu_3005.addItem("New Spirit Arrivals", "/spirits/new-spirit-arrivals.aspx"); menu_3005.addItem("Featured Spirits", "/spirits/featured-spirits.aspx"); menu_3005.addItem("Spirit Events & Tastings", "/spirits/spirit-events-and-tastings.aspx"); menu_3005.addItem("Last Chance", "/spirits/last-chance.aspx"); menu_3005.addItem("Best Sellers", "/spirits/best-sellers.aspx"); menu_3005.addItem("Drink Recipes", "/spirits/drink-recipes.aspx"); menu_3005.addItem("Spirits Education", "/spirits/spirits-education.aspx"); var menu_3009 = ms0.addMenu(document.getElementById('menu_entertaining')); menu_3009.addItem("Party Planning", "/entertaining/party-planning.aspx"); menu_3009.addItem("Wine & Food Pairings", "/wine/wine-and-food-pairings.aspx"); menu_3009.addItem("Drink Recipes", "/spirits/drink-recipes.aspx"); menu_3009.addItem("Safe Holiday Parties", "/entertaining/safe-holiday-parties.aspx"); var menu_3011 = ms0.addMenu(document.getElementById('menu_stores')); menu_3011.addItem("Store Locator", "/stores/store-locator.aspx"); menu_3011.addItem("Specialty Wine & Spirits Stores", "/stores/specialty-wine-and-spirits-stores.aspx"); menu_3011.addItem("Store Hours", "/stores/store-hours.aspx"); menu_3011.addItem("Holiday Hours", "/stores/holidayhours.aspx"); menu_3011.addItem("Store Survey", "/stores/store-survey.aspx"); var menu_3013 = ms1.addMenu(document.getElementById('menu_about_nhlc')); menu_3013.addItem("Public Notices", "/about-nhlc/public-notices.aspx"); menu_3013.addItem("Employment Opportunities", "/about-nhlc/employment-opportunities.aspx"); menu_3013.addItem("Recent News", "/about-nhlc/recent-news.aspx"); menu_3013.addItem("Regulatory Info", "/about-nhlc/regulatory-info/default.aspx"); var menu_3049 = menu_3013.addMenuLeft(menu_3013.items[3]); menu_3049.addItem("Licensing", "/about-nhlc/regulatory-info/licensing.aspx"); menu_3049.addItem("Education", "/about-nhlc/regulatory-info/education.aspx"); menu_3013.addItem("Celebrate NH", "/about-nhlc/celebrate-nh.aspx"); menu_3013.addItem("Related Links", "/about-nhlc/related-links.aspx"); menu_3013.addItem("Contact Us", "/about-nhlc/contact-us.aspx"); menu_3013.addItem("FAQs", "/about-nhlc/faqs.aspx"); TransMenu.renderAll(); }