if( TransMenu.isSupported() ) { var ms0 = new TransMenuSet(TransMenu.direction.down, 1, -6, TransMenu.reference.bottomLeft); var menu_3007 = ms0.addMenu(document.getElementById('menu_about_us')); menu_3007.addItem("President\x27s Welcome", "/about-us/presidents-welcome.aspx"); menu_3007.addItem("Mission & Goals", "/about-us/mission-and-goals.aspx"); menu_3007.addItem("Background", "/about-us/background/default.aspx"); menu_3007.addItem("Funders", "/about-us/funders.aspx"); menu_3007.addItem("Governance & Members", "/about-us/governance/default.aspx"); menu_3007.addItem("Staff", "/about-us/staff/default.aspx"); var menu_3011 = menu_3007.addMenu(menu_3007.items[5]); menu_3011.addItem("Paul Bradley", "/about-us/staff/paul-bradley.aspx"); menu_3011.addItem("Cheryl Sessions", "/about-us/staff/cheryl-sessions.aspx"); menu_3011.addItem("Debra Wyman", "/about-us/staff/debra-wyman.aspx"); menu_3011.addItem("David Doyon", "/about-us/staff/david-doyon.aspx"); menu_3011.addItem("Mary O\x27Hara", "/about-us/staff/mary-ohara.aspx"); menu_3011.addItem("Peter Rhoads", "/about-us/staff/peter-rhoads.aspx"); menu_3011.addItem("Michael Sloss", "/about-us/staff/michael-sloss.aspx"); menu_3007.addItem("Employment", "/about-us/employment.aspx"); menu_3007.addItem("Contact Us", "/contact-us.aspx"); var menu_3024 = ms0.addMenu(document.getElementById('menu_our_process')); menu_3024.addItem("Process Overview", "/our-process/process-detail.aspx"); var menu_3027 = ms0.addMenu(document.getElementById('menu_for_homeowners')); menu_3027.addItem("Buying your Community", "/for-homeowners/buying-your-community.aspx"); menu_3027.addItem("Certified Technical Assistance Provider Search", "/for-homeowners/ctap-search.aspx"); menu_3027.addItem("Certified Technical Assistance Provider List", "/for-homeowners/CTAP-list.aspx"); menu_3027.addItem("FAQs", "/for-homeowners/faqs.aspx"); menu_3027.addItem("Helpful Links", "/for-homeowners/links.aspx"); menu_3027.addItem("Homeowner Testimonials", "/for-homeowners/testimonials.aspx"); var menu_3045 = ms0.addMenu(document.getElementById('menu_for_community_owners')); menu_3045.addItem("Selling your Community", "/for-community-owners/selling-your-community.aspx"); menu_3045.addItem("Powerpoint & Narrative", "/for-community-owners/powerpoint.aspx"); menu_3045.addItem("Certified Technical Assistance Provider Search", "/for-community-owners/ctap-search.aspx"); menu_3045.addItem("Certified Technical Assistance Provider List", "/for-homeowners/CTAP-list.aspx"); menu_3045.addItem("Community Owner Testimonials", "/for-community-owners/testimonials.aspx"); menu_3045.addItem("FAQs", "/for-community-owners/faqs.aspx"); var menu_3058 = ms0.addMenu(document.getElementById('menu_communities')); menu_3058.addItem("Transforming Communities DVD", "/communities/community-dvd.aspx"); menu_3058.addItem("Testimonials", "/communities/testimonials/default.aspx"); var menu_3060 = menu_3058.addMenu(menu_3058.items[1]); menu_3060.addItem("Lois Parris", "/communities/testimonials/parris.aspx"); menu_3060.addItem("Dennis Dunker", "/communities/testimonials/dunker.aspx"); menu_3058.addItem("Community Album", "/communities/community-album/default.aspx"); var menu_3078 = menu_3058.addMenu(menu_3058.items[2]); menu_3078.addItem("Hidden Pines", "/communities/community-album/hidden-pines.aspx"); TransMenu.renderAll(); }