if (TransMenu.isSupported()) { var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft); var menu1 = ms.addMenu(document.getElementById("mItem1")); menu1.addItem("Awards", "http://www.hahu.org/content/home/awards.html"); menu1.addItem("Board of Directors", "http://www.hahu.org/content/home/board.html"); menu1.addItem("Budget", "http://www.hahu.org/content/home/budget.html"); menu1.addItem("Committee Chairs", "http://www.hahu.org/content/home/committee.html"); menu1.addItem("Gallery", "http://www.hahu.org/content/home/gallery.html"); menu1.addItem("Join HAHU", "http://www.hahu.org/content/home/joinHAHU.html"); menu1.addItem("Members Discounts", "http://www.hahu.org/content/home/mDiscounts.html"); menu1.addItem("Sponsorship Opportunities", "http://www.hahu.org/content/home/sponsor.html"); var menu2 = ms.addMenu(document.getElementById("mItem3")); menu2.addItem("Media Archives", "http://www.hahu.org/content/home/mArchives.html"); menu2.addItem("Newsletter", "http://www.hahu.org/content/home/newsletter.html"); menu2.addItem("Political Action", "http://www.hahu.org/content/home/pAction.html"); var menu3 = ms.addMenu(document.getElementById("mItem4")); menu3.addItem("Continuing Education", "http://www.hahu.org/content/home/contEd.html"); menu3.addItem("Classifieds", "http://www.hahu.org/content/home/classifieds.html"); menu3.addItem("Important Links", "http://www.hahu.org/content/home/iLinks.html"); menu3.addItem("Presentations", "http://www.hahu.org/content/home/dGroup.html"); menu3.addItem("Privacy Policy", "http://www.hahu.org/content/home/privacy.html"); menu3.addItem("Provider Search", "http://www.hahu.org/content/home/pSearch.html");  TransMenu.renderAll();  }
