// {{{ menu_main: data

menu_data.setItem('menu_main', new menu_Hash(
    1, new menu_Hash(
        'contents', 'HOME',
        'contentsHover', 'HOME',
        'uri', '../interface/index.php',
        'target', '_self',
        'statusText', '../interface/index.php'
    ),
    2, new menu_Hash(
        'contents', 'PROJECT',
        'contentsHover', 'PROJECT',
        'uri', '',
        'statusText', 'PROJECT',
        1, new menu_Hash(
            'contents', 'Background',
            'uri', '../interface/background.php',
            'target', '_self',
            'statusText', 'Background'
        ),
        2, new menu_Hash(
            'contents', 'Objectives',
            'uri', '../interface/objectives.php',
            'target', '_self',
            'statusText', 'Objectives'
        ),
       // 3, new menu_Hash(
       //     'contents', 'Approach',
       //     'uri', '../interface/approach.php',
       //     'target', '_self',
       //     'statusText', 'Approach'
       // ),
	3, new menu_Hash(
            'contents', 'Organisation',
            'uri', '../interface/organisation.php',
            'target', '_self',
            'statusText', 'Organisation'
        ),
	4, new menu_Hash(
            'contents', 'Consortium',
            'uri', '../interface/consortium.php',
            'target', '_self',
            'statusText', 'Consortium'
        ),        
	5, new menu_Hash(
            'contents', 'Executive Summary',
            'uri', '../interface/exec_summary.php',
            'target', '_self',
            'statusText', 'Executive Summary'
        )      
    ),
    3, new menu_Hash(
            'contents', 'SITES',
            'contentsHover','SITES',
            'uri', '',
            'statusText', 'SITES',
            1, new menu_Hash(
               'contents', 'European',
               'uri', '../interface/european_sites.php',
               'target', '_self',
               'statusText', 'European Sites'
            ),
            2, new menu_Hash(
               'contents', 'Third Country States',
               'uri', '../interface/third_sites.php',
               'target', '_self',
               'statusText', 'Third Country States Sites'
            )   
    ),
    4, new menu_Hash(
        'contents', 'CONTACT',
        'contentsHover', 'CONTACT',
        'uri', 'contact.php',
        'statusText', 'CONTACT'
    ),
    5, new menu_Hash(
        'contents', 'SCIENTIFIC PRODUCTION',
        'contentsHover', 'SCIENTIFIC PRODUCTION',
        'uri', 'publi.php',
        'statusText', 'SCIENTIFIC PRODUCTION'
    ),
    6, new menu_Hash(
        'contents', 'NEWSLETTER',
        'contentsHover', 'NEWSLETTER',
        'uri', 'news_letters.php',
        'statusText', 'NEWSLETTER'
    ),
    7, new menu_Hash(
        'contents', 'NEWS & EVENTS',
        'contentsHover', 'NEWS & EVENTS',
        'uri', 'news.php',
        'statusText', 'NEWS & EVENTS'
    ),
    8, new menu_Hash(
        'contents', 'GALLERY',
        'contentsHover', 'GALLERY',
        'uri', '../interface/photo_gallery.php',
        'statusText', 'GALLERY'
    ),
    9, new menu_Hash(
        'contents', 'LINKS',
        'contentsHover', 'LINKS',
        'uri', 'links.php',
        'statusText', 'LINKS'
    ),

    10, new menu_Hash(
        'contents', '<font color="#C00000">INTRANET</font>',
        'contentsHover', '<font color="#C00000">INTRANET</font>',
        'uri', '', 
        'statusText', 'INTRANET',
        1, new menu_Hash(
            'contents', '<font color="#C00000">Private section</font>',
            'uri', '../interface/intranet/intranet.php',
            'target', '_self',
            'statusText', 'Private section'
        ),
        2, new menu_Hash(
            'contents', 'Forgot password',
            'uri', '../interface/forgot_passwd.php',
            'target', '_self',
            'statusText', 'Forgot password'
        )
    ))
);

// }}}
// {{{ menu_main: settings

menu_settings.setItem('menu_main', new menu_Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'openMouseoverMenuDelay', 300,
    'closeMouseoutMenuDelay', 1000
));

// }}}
