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(""); rsml("About COA", "../html/about_coa.htm"); rsml("Mission", "../html/about_mission.htm"); rsml("History", "../html/about_history.htm"); rsml("Funding", "../html/about_funding.htm"); rsml("Board of Directors", "../html/about_board.htm"); rsml("Executive Staff", "../html/about_staff.htm"); rsml("Volunteers", "../html/about_volunteers.htm"); rsml("SmileMakers", "../html/about_smile.htm"); rsml("Speakers Bureau ", "../html/about_speakers_bureau.htm"); rsml("Give Now", "../html/about_give_now.htm"); rsml("Contact", "../html/contact.htm"); document.write("
"); document.write("
"); } if(menuNumber == 2) { document.write(""); document.write("
"); document.write(""); rsml("Caring Connections: Develop Communications through Social Interaction", "../html/services_caring_description.htm"); rsml("FAST: Financial Abuse Specialist Team", "../html/services_fast_description.htm"); rsml("HICAP: Health Insurance Counseling and Advocacy Program", "../html/services_hicap_description.htm"); rsml("Linkages: Independent Living Options", "../html/services_linkages_description.htm"); rsml("Ombudsman: Advocates for residents rights in long-term care", "../html/services_ombudsman_description.htm"); rsml("Professional Education (Continuing Education Credits)", "../html/services_education_description.htm"); document.write("
"); document.write("
"); } if(menuNumber == 3) { document.write(""); document.write("
"); document.write(""); rsml("Opportunities", "../html/volunteer.htm"); rsml("Volunteer Registration Form", "../html/volunteer_registration_form.htm"); document.write("
"); document.write("
"); } if(menuNumber == 4) { document.write(""); document.write("
"); document.write(""); rsml("Advocate Newsletter", "../html/communications_advocate_newsletter.htm"); rsml("Download Documents", "../html/communications_download.htm"); rsml("In the News", "../html/communications_news.htm"); rsml("Press/Media Kit", "../html/communications_media.htm"); document.write("
"); document.write("
"); } if(menuNumber == 6) { document.write(""); document.write("
"); document.write(""); rsml("Agency-wide Calendar", "../html/calendar.htm"); rsml("Special Events", "../html/calendar_special_event.htm"); rsml("Program Tours", "../html/calendar_Program_tours.htm"); rsml("HICAP Seminars", "../html/services_hicap_calendar.htm"); document.write("
"); document.write("
"); } if(menuNumber == 7) { document.write(""); document.write("
"); document.write(""); rsml("Program Resources", "../html/resources.htm"); rsml("Links to Resources", "../html/resources_links.htm"); rsml("Prevention Teams", "../html/services_fast_preventionteams.htm"); rsml("Linkages Resources", "../html/services_linkages_resources.htm"); rsml("Ombudsman Resources", "../html/services_ombudsman_resources.htm"); rsml("Caring Connections Resources", "../html/services_caring_resources.htm"); document.write("
"); document.write("
"); } if(menuNumber == 8) { document.write(""); document.write("
"); document.write(""); rsml("Location", "../html/contact.htm"); rsml("Inquiry", "../html/contact_inquiry.htm"); rsml("Press", "../html/contact_press.htm"); rsml("Employment", "../html/contact_employment.htm"); rsml("Employment Application", "../pdf/Application_for_Employment.pdf"); document.write("
"); document.write("
"); } } var DDMMenuCount = 8;