// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'Home',
        'contentsHover', 'Home',
        'uri', 'index.html',
        'target', '_self',
        'statusText', ''
    ),
    2, new Hash(
        'contents', 'About Us',
        'contentsHover', 'About Us',
        'uri', '',
        'statusText', '',
        1, new Hash(
            'contents', 'Mission',
            'uri', 'mission.html',
            'statusText', ''
        ),
        2, new Hash(
            'contents', 'Director',
            'uri', 'director.html',
            'statusText', ''
        ),
        3, new Hash(
            'contents', 'Administration',
            'uri', 'administration.html',
            'statusText', ''
        ),
        4, new Hash(
            'contents', 'Vision',
            'uri', 'vision.html',
            'statusText', ''
         ),
        5, new Hash(
            'contents', 'News & Events',
            'uri', 'news.html',
            'statusText', ''

        )
        ),

    3, new Hash(
        'contents', 'History',
        'contentsHover', 'History',
        'uri', 'history.html',
        'statusText', ''
         ),

     
    4, new Hash(
        'contents', 'Services',
        'contentsHover', 'Services',
        'uri', 'services.html',
        'statusText', ''
         ),


    5, new Hash(
        'contents', 'Programs',
        'contentsHover', 'Programs',
        'uri', 'programs.html',
        'statusText', ''
       ),
    6, new Hash(
        'contents', 'Photogallery',
        'contentsHover', 'Photogallery',
        'uri', 'Photogallery.html',
        'statusText', ''
       ),  
    7, new Hash(
        'contents', 'Donors Tree Program',
        'contentsHover', 'Donors Tree Program',
        'uri', 'donors.html',
        'statusText', ''
       ),
    8, new Hash(
        'contents', 'Contact Us',
        'contentsHover', 'Contact Us',
        'uri', 'contact.html',
        'statusText', ''
       
       )
   ));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 1,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 200,
    'expandMenuArrowUrl', 'arrow.gif'
));

// }}}
// {{{ domMenu_keramik: data


// }}}
