// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(

    1, new Hash(
        'contents', 'About BMI',
        'contentsHover', 'About BMI',
        'uri', '',
        'statusText', '',

        1, new Hash(
            'contents', 'About Our Practice',
            'uri', 'aboutbmi.html',
            'statusText', ''
        ),

        2, new Hash(
            'contents', 'Contact Information',
            'uri', 'contactinfo.html',
            'statusText', ''
        ),

        3, new Hash(
            'contents', 'Human Resources',
            'uri', 'hr.html',
            'statusText', ''
        ),

        4, new Hash(
            'contents', 'Legal & Disclaimers',
            'uri', 'legal.html',
            'statusText', '')),

    2, new Hash(
        'contents', 'BMI Staff',
        'contentsHover', 'BMI Staff',
        'uri', '',
        'statusText', '',

        1, new Hash(
            'contents', 'Physicians',
            'uri', 'physicians.html',
            'statusText', ''
        ),

        2, new Hash(
            'contents', '&nbsp; &nbsp; Dr. Benjamin M. Igwemezie',
            'uri', 'drigwemezie.html',
            'statusText', ''
        ),
        
	3, new Hash(
            'contents', '&nbsp; &nbsp; Dr. Ikechukwu O. Nwobu',
            'uri', 'drnwobu.html',
            'statusText', ''
        ),

        4, new Hash(
            'contents', 'Staff Directory',
            'uri', 'adminteam.html',
            'statusText', '')),

    3, new Hash(
        'contents', 'Services',
        'contentsHover', 'Services',
        'uri', '',
        'statusText', '',

        1, new Hash(
            'contents', 'Specializations',
            'uri', 'specializations.html',
            'statusText', ''
        ),

        2, new Hash(
            'contents', 'Additional Services',
            'uri', 'additional.html',
            'statusText', '')),

    4, new Hash(
        'contents', 'Forms & Feedback',
        'contentsHover', 'Forms & Feedback',
        'uri', '',
        'statusText', '',

        1, new Hash(
            'contents', 'Request Information',
            'uri', '',
            'statusText', ''
        ),

        2, new Hash(
            'contents', 'Comments & Feedback',
            'uri', '',
            'statusText', ''
        ),

        3, new Hash(
            'contents', 'On-Line Forms',
            'uri', 'forms.html',
            'statusText', ''))

));

// }}}