// {{{ 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', 'HOME'
    ),
    2, new menu_Hash(
        'contents', '4A/OP SOFTWARE',
        'contentsHover', '4A/OP SOFTWARE',
        'uri', '',
        'statusText', '4A/OP SOFTWARE',
	1, new menu_Hash(
            'contents', 'Description',
            'uri', 'descript.php',
            'target', '_self',
            'statusText', 'Description'
        ),	
        2, new menu_Hash(
            'contents', 'Building and Running 4A/OP',
            'uri', 'build.php',
            'target', '_self',
            'statusText', 'Building and Running 4A/OP'
        ),
        3, new menu_Hash(
            'contents', 'Typical calculations',
            'uri', 'typic.php',
            'target', '_self',
            'statusText', 'Typical calculations'
        )
    ),
    3, new menu_Hash(
	'contents', 'OBTAINING 4A/OP',
	'contentsHover', 'OBTAINING 4A/OP',
	'uri','code.php',
	'statusText','How to obtain 4A/OP'
    ),
    4, new menu_Hash(
        'contents', 'WHAT\'S NEW',
        'contentsHover', 'WHAT\'S NEW',
        'uri', 'new.php',
        'statusText', 'NEWS'
    ),
    5, new menu_Hash(
        'contents', 'SUPPORT',
        'contentsHover', 'SUPPORT',
        'uri', '',
        'statusText', 'SUPPORT',
        1, new menu_Hash(
            'contents', 'Contact',
            'uri', 'contact.php',
            'target', '_self',
            'statusText', 'Contact'
        ),	
        2, new menu_Hash(
            'contents', 'Bug reports',
            'uri', 'bug.php',
            'target', '_self',
            'statusText', 'Bug reports'
        ),
        3, new menu_Hash(
            'contents', 'FAQs',
            'uri', 'faq.php',
            'target', '_self',
            'statusText', 'Frequently Asked Questions'
        ),
	4, new menu_Hash(
            'contents', 'Newsletter',
            'uri', 'letter.php',
            'target', '_self',
            'statusText', 'Newsletter'
        ),
        5, new menu_Hash(
            'contents', 'Suggestions',
            'uri', 'suggest.php',
            'target', '_self',
            'statusText', 'Suggestions'
        )
      ),
    6, new menu_Hash(
        'contents', 'REFERENCES',
        'contentsHover', 'REFERENCES',
        'uri', 'referenc.php', 
        'statusText', 'REFERENCES'
    ),
    7, new menu_Hash(
        'contents', 'PARTNERS',
        'contentsHover', 'PARTNERS',
        'uri', 'partners.php',
        'statusText', 'PARTNERS'
   ) 
 )  
);

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

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

// }}}

