/*
 * menu items: text/image, link URL, sub-menu
 */
menu_buttons = [
    void(0), // begin counting at 1, not 0
    ['/oralhealth/images/menu-about.gif', '/oralhealth/images/menu-about-over.gif'],
	['/oralhealth/images/menu-expertise.gif', '/oralhealth/images/menu-expertise-over.gif'],
	['/oralhealth/images/menu-services.gif', '/oralhealth/images/menu-services-over.gif'],
	['/oralhealth/images/menu-patient.gif', '/oralhealth/images/menu-patient-over.gif'],
	['/oralhealth/images/menu-studypart.gif', '/oralhealth/images/menu-studypart-over.gif'],
	['/oralhealth/images/menu-ohr.gif', '/oralhealth/images/menu-ohr-over.gif'],
	['/oralhealth/images/menu-contact.gif', '/oralhealth/images/menu-contact-over.gif']
];
menu_items = [
    void(0), // begin counting at 1, not 0
    ['About us', '/oralhealth/about/index.html', [
         ['<b>Who We Are</b>', '/oralhealth/about/index.html', []],
	 ['<b>Center Profile</b>', '/oralhealth/about/profile.html', []],
	 ['<b>Goals and Mission</b>', '/oralhealth/about/mission.html', []],
	 ['<b>Facility Resources</b>', '/oralhealth/about/facility.html', []],
	 ['<b>Staff Expertise</b>', '/oralhealth/about/staff.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Project Management Team</b>', '/oralhealth/about/team_management.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Clinical Operations Team</b>', '/oralhealth/about/team_clinop.html', []]
    ]],
    ['Expertise', '/oralhealth/expertise/index.html', [
         ['<b>Areas of Expertise</b>', '/oralhealth/expertise/index.html', []]
    ]],
    ['Service', '/oralhealth/services/index.html', [
         ['<b>Services for Investigators and Sponsors</b>', '/oralhealth/services/index.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Administrative Functions</b>', '/oralhealth/services/admin_functions.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Recruitment of study subjects</b>', '/oralhealth/services/recruitment.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Clinical Monitoring</b>', '/oralhealth/services/clin_monitoring.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Data Management and Analysis</b>', '/oralhealth/services/statistics.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Regulatory Affairs</b>', '/oralhealth/services/regulatory_affairs.html', []],
           [' <b>Bluestone Center for Clinical Research</b>', '/index.html', []]

    ]],
    ['Patients', '/oralhealth/patient/faq.html', [
         ['<b>Clinical Trials FAQ</b>', '/oralhealth/patient/faq.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>What is a Clinical Trial?</b>', '/oralhealth/patient/faq_clinicaltrial.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Clinical Trial Phases</b>', '/oralhealth/patient/faq_trialphases.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Pros and Cons of Participating</b>', '/oralhealth/patient/faq_participating.html', []],
         [' &nbsp; <img src="/oralhealth/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Who Sponsors Clinical Trials</b>', '/oralhealth/patient/faq_sponsors.html', []],
         ['<b>Ethical Issues in Clinical Research</b>', '/oralhealth/patient/ethics.html', []],
         ['<b>Participating in Research Studies</b>', '/oralhealth/patient/studies.html', []],
         ['<b>Terminology of Clinical Research</b>', '/oralhealth/patient/terminology.html', []]
    ]],
    ['Study Participation', '/oralhealth/study-participation/index.html', [
         ['<b>Email Notification Service</b>', '/oralhealth/study-participation/index.html', []],
         ['<b>Ongoing Studies @ Bluestone</b>', '/oralhealth/study-participation/ongoing_studies.html', []],
         ['<b>Safety & Precautions</b>', '/oralhealth/study-participation/precaution.html', []]
    ]],
    ['Oral Health Registry', '/oralhealth/ohr/index.html', [
        ]],
    ['Contact', '/oralhealth/contact/index.html', [
        ['<b>Our Location</b>', '/oralhealth/contact/index.html', []],
        ['<b>Map and Directions</b>', '/oralhealth/contact/map.html', []],
        ['<b>Any Questions?</b>', '/oralhealth/contact/contact.html', []]
    ]]
];
