/*
 * menu items: text/image, link URL, sub-menu
 */
menu_buttons = [
    void(0), // begin counting at 1, not 0
    ['/images/menu-about.gif', '/images/menu-about-over.gif'],
	['/images/menu-expertise.gif', '/images/menu-expertise-over.gif'],
	['/images/menu-services.gif', '/images/menu-services-over.gif'],
	['/images/menu-patient.gif', '/images/menu-patient-over.gif'],
	['/images/menu-studypart.gif', '/images/menu-studypart-over.gif'],
	['/images/menu-ohr.gif', '/images/menu-ohr-over.gif'],
	['/images/menu-contact.gif', '/images/menu-contact-over.gif']
];
menu_items = [
    void(0), // begin counting at 1, not 0
    ['About us', '/about/index.html', [
         ['<b>Who We Are</b>', '/about/index.html', []],
	 ['<b>Center Profile</b>', '/about/profile.html', []],
	 ['<b>Goals and Mission</b>', '/about/mission.html', []],
	 ['<b>Facility Resources</b>', '/about/facility.html', []],
	 ['<b>Staff Expertise</b>', '/about/staff.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Project Management Team</b>', '/about/team_management.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Clinical Operations Team</b>', '/about/team_clinop.html', []]
    ]],
    ['Expertise', '/expertise/index.html', [
         ['<b>Overview</b>', '/expertise/index.html', []],
	 ['<b>Rx Pharmaceuticals</b>', '/expertise/pharma_rx.html', []],
	 ['<b>OTC Pharmaceuticals</b>', '/expertise/pharma_otc.html', []],
	 ['<b>Medical Trials</b>', '/expertise/medical.html', []],
         ['<b>Nursing Areas of Research</b>', '/expertise/nursing.html', []]
    ]],
    ['Service', '/services/index.html', [
         ['<b>Services for Investigators and Sponsors</b>', '/services/index.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Administrative Functions</b>', '/services/admin_functions.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Recruitment of study subjects</b>', '/services/recruitment.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Clinical Monitoring</b>', '/services/clin_monitoring.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Data Management and Analysis</b>', '/services/statistics.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Regulatory Affairs</b>', '/services/regulatory_affairs.html', []],
         [' <b>Bluestone Center for Oral Health Research</b>', '/oralhealth/index.html', []]
    ]],
    ['Patients', '/patient/faq.html', [
         ['<b>Clinical Trials FAQ</b>', '/patient/faq.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>What is a Clinical Trial?</b>', '/patient/faq_clinicaltrial.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Clinical Trial Phases</b>', '/patient/faq_trialphases.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Pros and Cons of Participating</b>', '/patient/faq_participating.html', []],
         [' &nbsp; <img src="/images/pfeil_ff.gif" width="14" height="10" border=0> &nbsp; <b>Who Sponsors Clinical Trials</b>', '/patient/faq_sponsors.html', []],
         ['<b>Ethical Issues in Clinical Research</b>', '/patient/ethics.html', []],
         ['<b>Participating in Research Studies</b>', '/patient/studies.html', []],
         ['<b>Terminology of Clinical Research</b>', '/patient/terminology.html', []]
    ]],
    ['Study Participation', '/study-participation/index.html', [
         ['<b>Email Notification Service</b>', '/study-participation/index.html', []],
         ['<b>Ongoing Studies @ Bluestone</b>', '/study-participation/ongoing_studies.html', []],
         ['<b>Safety & Precautions</b>', '/study-participation/precaution.html', []]
    ]],
    ['Oral Health Registry', '/ohr/index.html', [
        ]],
    ['Contact', '/contact/index.html', [
        ['<b>Our Location</b>', '/contact/index.html', []],
        ['<b>Map and Directions</b>', '/contact/map.html', []],
        ['<b>Any Questions?</b>', '/contact/contact.html', []]
    ]]
];
