if (TransMenu.isSupported()) {

                var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

                var menu1 = ms.addMenu(document.getElementById("button_parks2"));
                menu1.addItem("Select a Park", "http://www.lakemetroparks.com/parks/");
                menu1.addItem("Trail Maps", "http://www.lakemetroparks.com/parks/trail-maps.shtml");
                menu1.addItem("Park Amenities","http://www.lakemetroparks.com/select-park/documents/Lake_Metroparks_Park_Guide_2009_Amenities.pdf");
                menu1.addItem("Park Information Guide","http://www.lakemetroparks.com/select-park/documents/Lake_Metroparks_Park_Information_Guide_2009.pdf");
                menu1.addItem("Park Map","http://www.lakemetroparks.com/parks/documents/Lake-Metroparks-Map_1-11.pdf");
                menu1.addItem("Facilities","http://www.lakemetroparks.com/parks/facilities/index.shtml");
                menu1.addItem("Golf","http://www.lakemetroparks.com/parks/golf/");
                menu1.addItem("Corporate Events","http://www.lakemetroparks.com/parks/facilities/corporate.shtml");
                menu1.addItem("Weddings","http://www.lakemetroparks.com/parks/facilities/weddings.shtml");

                var menu2 = ms.addMenu(document.getElementById("button_programs2"));
                menu2.addItem("Activities","http://www.lakemetroparks.com/programs/activities/");
                menu2.addItem("Events", "http://www.lakemetroparks.com/programs/events.shtml ");
                menu2.addItem("Online Registration", "http://www.lakemetroparks.com/programs/");
                menu2.addItem("How to Register", "http://www.lakemetroparks.com/programs/register.shtml");
                menu2.addItem("Request a Program","http://www.lakemetroparks.com/programs/request/");
                menu2.addItem("Motorcoach and Tours","http://www.lakemetroparks.com/programs/motorcoach.shtml");

                var menu3 = ms.addMenu(document.getElementById("button_news2"));
                menu3.addItem("What's New?", "http://www.lakemetroparks.com/news/whats-new.shtml");
                menu3.addItem("Projects in Your Parks", "http://www.lakemetroparks.com/news/projectsinyourparks.shtml");
                menu3.addItem("Along the Trail Blog", "http://www.lakemetroparks.com/blog.shtml");
                menu3.addItem("Newsroom", "http://www.lakemetroparks.com/news/newsroom.shtml");
                menu3.addItem("Publications", "http://www.lakemetroparks.com/news/publications/");
                menu3.addItem("Flickr Photo Contest", "http://www.lakemetroparks.com/news/flickrphotocontest.shtml");



                var menu4 = ms.addMenu(document.getElementById("button_education2"));
                menu4.addItem("Education Programs for Schools", "http://www.lakemetroparks.com/education/school-programs/");
                menu4.addItem("Online Education Programs Search", "http://www.lakemetroparks.com/education/school-programs/onlinesearch.shtml");
                menu4.addItem("Education Brochure", "http://www.lakemetroparks.com/education/school-programs/EducationBrochure.shtml");                
                menu4.addItem("Homeschool Programs", "http://www.lakemetroparks.com/education/home-school-programs.shtml");
                menu4.addItem("WeatherBug&reg;","http://www.lakemetroparks.com/education/school-programs/weatherbug.shtml");
                menu4.addItem("Community/Group Programs","http://www.lakemetroparks.com/education/community-programs.shtml");

                var menu5 = ms.addMenu(document.getElementById("button_conservation2"));
                menu5.addItem("Conservation","http://www.lakemetroparks.com/conservation/");
                menu5.addItem("Land","http://www.lakemetroparks.com/conservation/land/");
                menu5.addItem("Water","http://www.lakemetroparks.com/conservation/water/");
                menu5.addItem("Resource Management","http://www.lakemetroparks.com/conservation/resource/");
                menu5.addItem("Updates and Alerts","http://www.lakemetroparks.com/conservation/updates/");
                menu5.addItem("Renewable Energy","http://www.lakemetroparks.com/conservation/renewable-energy.shtml");
                menu5.addItem("Recycling","http://www.lakemetroparks.com/conservation/recycling.shtml");
                menu5.addItem("Partnerships","http://www.lakemetroparks.com/conservation/Partnerships.shtml");
                menu5.addItem("Wildlife Management","http://www.lakemetroparks.com/conservation/wildlifemanagement.shtml");

                var menu6 = ms.addMenu(document.getElementById("button_about2"));
                menu6.addItem("About Us", "http://www.lakemetroparks.com/about/");
				menu6.addItem("Bids/Purchasing","http://www.lakemetroparks.com/about/bids.shtml");
                menu6.addItem("Employment","http://www.lakemetroparks.com/about/employment.shtml");
				menu6.addItem("Contact Us","http://www.lakemetroparks.com/about/contact-us.shtml");
				menu6.addItem("Volunteer","http://www.lakemetroparks.com/about/volunteer/");
                menu6.addItem("Park Commissioners", "http://www.lakemetroparks.com/about/board.shtml");
				menu6.addItem("Ranger Department","http://www.lakemetroparks.com/about/ranger-dept/");
				menu6.addItem("Permits","http://www.lakemetroparks.com/about/ranger-dept/permits.shtml");
                menu6.addItem("Get Involved","http://www.lakemetroparks.com/about/get-involved/");
				menu6.addItem("Donate","http://www.lakemetroparks.com/about/donate.shtml");
                menu6.addItem("Privacy Policy","http://www.lakemetroparks.com/about/PrivacyPolicy.shtml");
                menu6.addItem("Refund Policy","http://www.lakemetroparks.com/about/RefundPolicy.shtml");
                menu6.addItem("Site Map","http://www.lakemetroparks.com/about/site-map.shtml");
        

          TransMenu.renderAll();
        }
