function rs() { document.write(""); } function rsm(name) { document.write(" "+name+""); } function rsml(name, url) { if(url != null) document.write("  " + name + ""); else document.write("  " + name + ""); } function RenderSubMenu(menuNumber) { if(menuNumber == 1) { document.write(""); document.write("
"); document.write(""); rs(); rsml("What is MSF?", "/aboutus/index.cfm"); rsml("Where We Work", "/aboutus/where.cfm"); rsml("What We Do", "/aboutus/what.cfm"); rsml("Charter", "/aboutus/charter.cfm"); rsml("Historical Timeline", "/aboutus/timeline.cfm"); rsml("Organizational Structure", "/aboutus/org.cfm"); rsml("U.S. Boards", "/aboutus/usboards.cfm"); rs(); document.write("
"); document.write("
"); } if(menuNumber == 2) { document.write(""); document.write("
"); document.write(""); rs(); rsml("Recent Stories", "/news/index.cfm"); rsml("Voices From the Field", "/news/voices/index.cfm"); rsml("Photo Galleries", "/photogallery/index.cfm"); rsml("Video Gallery", "/news/video/index.cfm"); rsml("Podcasts", "/podcast/index.cfm"); rs(); document.write("
"); document.write("
"); } if(menuNumber == 3) { document.write(""); document.write("
"); document.write(""); rs(); rsml("Work in the Field", "/volunteer/field/index.cfm"); rsml("Work in Our Office", "/employment/index.cfm"); rsml("Volunteer in Our Office", "/volunteer/office/index.cfm"); rsml("Internships", "/employment/internships.cfm"); rs(); document.write("
"); document.write("
"); } if(menuNumber == 4) { document.write(""); document.write("
"); document.write(""); rs(); rsml("Ways to Make a Donation", "/donate/index.cfm"); rsml("What Your Support Provides", "/donate/what.cfm"); rsml("Our Financial Information", "/donate/info.cfm"); rsml("Tribute Donations", "/donate/tributes/index.cfm"); rsml("Planned Giving", "/donate/planned/index.cfm"); rsml("Monthly Giving", "/donate/fieldpartners/index.cfm"); rsml("Matching Gifts", "/donate/matching/index.cfm"); rsml("Gifts of Stock", "/donate/stock/index.cfm"); rsml("Plan a Fundraiser", "/donate/fundraiser/index.cfm"); rsml("FAQ", "/donate/donationsFAQ.cfm"); rs(); document.write("
"); document.write("
"); } if(menuNumber == 5) { document.write(""); document.write("
"); document.write(""); rs(); rsml("Upcoming Events", "/education/speakers/events.cfm"); rsml("Refugee Camp", "/education/refugeecamp/index.cfm"); rsml("Exhibits", "/education/exhibits/index.cfm"); rsml("Speakers Bureau", "/education/speakers/index.cfm"); rsml("Conference Participation", "/education/conferences/index.cfm"); rs(); document.write("
"); document.write("
"); } if(menuNumber == 6) { document.write(""); document.write("
"); document.write(""); rs(); rsml("Media Contact", "/pr/index.cfm"); rsml("Press Releases", "/pr/recent.cfm"); rs(); document.write("
"); document.write("
"); } if(menuNumber == 7) { document.write(""); document.write("
"); document.write(""); rs(); rsml("Alert Quarterly", "/publications/alert/index.cfm"); rsml("Annual Reports", "/publications/ar/index.cfm"); rsml("Special Reports", "/publications/reports/index.cfm"); rsml("Op-Eds & Articles", "/publications/opedsarticles/index.cfm"); rsml("Speeches & Open Letters", "/publications/speeches/index.cfm"); rsml("Transcripts", "/publications/transcripts/index.cfm"); rsml("Ideas & Opinions from MSF", "/publications/ideas/index.cfm"); rsml("Bookstore", "/publications/bookstore/index.cfm"); rs(); document.write("
"); document.write("
"); } } var DDMMenuCount = 7;