if( TransMenu.isSupported() ) { var ms0 = new TransMenuSet(TransMenu.direction.down, 1, -6, TransMenu.reference.bottomLeft); var menu_3005 = ms0.addMenu(document.getElementById('menu_why_manchester')); menu_3005.addItem("Unique Assets", "/why-manchester/unique-assets.aspx"); menu_3005.addItem("Location", "/why-manchester/location.aspx"); menu_3005.addItem("Comparisons & Data", "/why-manchester/comparisons-and-data.aspx"); menu_3005.addItem("Testimonials", "/why-manchester/testimonials.aspx"); menu_3005.addItem("Arts & Entertainment", "/live-here/arts-and-entertainment.aspx"); menu_3005.addItem("Shopping & Dining", "/live-here/shopping-and-dining.aspx"); menu_3005.addItem("Recreation & Sports", "/live-here/recreation-and-sports.aspx"); var menu_3007 = ms0.addMenu(document.getElementById('menu_greater_manchester_profile')); menu_3007.addItem("Business & Industry", "/greater-manchester-profile/business-and-industry.aspx"); menu_3007.addItem("Workforce", "/greater-manchester-profile/workforce.aspx"); menu_3007.addItem("Population", "/greater-manchester-profile/population.aspx"); menu_3007.addItem("Transportation", "/greater-manchester-profile/transportation.aspx"); menu_3007.addItem("Housing", "/live-here/housing.aspx"); menu_3007.addItem("Recreation & Sports", "/live-here/recreation-and-sports.aspx"); menu_3007.addItem("Arts & Entertainment", "/live-here/arts-and-entertainment.aspx"); menu_3007.addItem("Education", "/live-here/education.aspx"); var menu_3009 = ms0.addMenu(document.getElementById('menu_grow_your_business')); menu_3009.addItem("Relocation Assistance", "/grow-your-business/relocation-assistance.aspx"); menu_3009.addItem("Available Properties", "/grow-your-business/available-properties/default.aspx"); var menu_3041 = menu_3009.addMenu(menu_3009.items[1]); menu_3041.addItem("Office Space", "/grow-your-business/available-properties/office-space.aspx"); menu_3041.addItem("Industrial Warehouse Space", "/grow-your-business/available-properties/industrial-warehouse-space.aspx"); menu_3041.addItem("Mixed Use/Flex Space", "/grow-your-business/available-properties/mixed-use-flex-space.aspx"); menu_3041.addItem("Retail Space", "/grow-your-business/available-properties/retail-space.aspx"); menu_3009.addItem("Business Resources & Financing", "/grow-your-business/business-resources-and-financing.aspx"); menu_3009.addItem("Incentives", "/grow-your-business/incentives.aspx"); menu_3009.addItem("Licenses, Permits, and Approvals", "/grow-your-business/licenses-permits-and-approvals.aspx"); var menu_3011 = ms0.addMenu(document.getElementById('menu_live_here')); menu_3011.addItem("Quality of Life", "/live-here/quality-of-life.aspx"); menu_3011.addItem("Housing", "/live-here/housing.aspx"); menu_3011.addItem("Jobs", "/live-here/jobs.aspx"); menu_3011.addItem("Education", "/live-here/education.aspx"); menu_3011.addItem("Recreation & Sports", "/live-here/recreation-and-sports.aspx"); menu_3011.addItem("Arts & Entertainment", "/live-here/arts-and-entertainment.aspx"); menu_3011.addItem("Downtown", "/live-here/downtown.aspx"); menu_3011.addItem("Shopping & Dining", "/live-here/shopping-and-dining.aspx"); var menu_3013 = ms0.addMenu(document.getElementById('menu_plans_and_projects')); menu_3013.addItem("Current Projects", "/plans-and-projects/current-projects.aspx"); menu_3013.addItem("Bids & Proposals", "/plans-and-projects/bids-and-proposals.aspx"); TransMenu.renderAll(); }