// {{{ domMenu_main: data

domMenu_data.setItem('domMenu_main', new domMenu_Hash(
    1, new domMenu_Hash(
        'contents', 'Home Page',
        'uri', 'http://www.ledinno.com/',
        'statusText', 'LED Innovation Home'
    ),
    2, new domMenu_Hash(
        'contents', 'Products',
        'uri', 'products.html',
        'statusText', 'Products',
        1, new domMenu_Hash(
            'contents', 'Home & Office',
            'uri', 'homeoffice.html',
            'statusText', 'Home & Office'
        ),
        2, new domMenu_Hash(
            'contents', 'Automotive',
            'uri', 'automotive.html',
            'statusText', 'Automotive'
        ),
        3, new domMenu_Hash(
            'contents', 'Safety & Security',
            'uri', 'safety.html',
            'statusText', 'Safety & Security'
        ),
        4, new domMenu_Hash(
            'contents', 'Novelties',
            'uri', 'novelties.html',
            'statusText', 'Novelties'
        ),

        5, new domMenu_Hash(
            'contents', '- - - - - - - - - -',
            'uri', '',
            'statusText', '- - - - - - - - - -'
        ),
        6, new domMenu_Hash(
            'contents', 'Accessories',
            'uri', 'accessories.html',
            'statusText', 'Accessories'
        )
    ),
    3, new domMenu_Hash(
        'contents', 'Custom Work',
        'uri', 'custom.html',
        'statusText', 'Custom Work',
        1, new domMenu_Hash(
            'contents', 'Custom Pricing',
            'uri', 'custompricing.html',
            'statusText', 'Custom Pricing'
        ),
        2, new domMenu_Hash(
            'contents', 'New Concepts',
            'uri', 'concepts.html',
            'statusText', 'New Concepts'
        )
    ),
    4, new domMenu_Hash(
        'contents', 'About Us',
        'uri', 'aboutus.html',
        'statusText', 'About Us',
        1, new domMenu_Hash(
            'contents', 'Investors',
            'uri', 'investors.html',
            'statusText', 'Investors'
        ),
        2, new domMenu_Hash(
            'contents', 'News',
            'uri', 'news.html',
            'statusText', 'News'
        ),
        3, new domMenu_Hash(
            'contents', 'Representatives',
            'uri', 'representatives.html',
            'statusText', 'Representatives'
        )
    ),
    5, new domMenu_Hash(
        'contents', 'Contact Us',
        'uri', 'contacts.html',
        'statusText', 'Contact Us',
        1, new domMenu_Hash(
            'contents', 'Request Form',
            'uri', 'request.html',
            'statusText', 'Request Form'
        ),
        2, new domMenu_Hash(
            'contents', 'Bookmark Us',
            'uri', "javascript:bookmark('http://www.ledinno.com/','LED Innovation');",
            'statusText', 'Bookmark Us'
        ),
        3, new domMenu_Hash(
            'contents', 'Tell a Friend',
            'uri', "mailto:?Subject=Check%20out%20LED%20Innovation%21",
            'statusText', 'Tell a Friend'
        )
    )
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.setItem('domMenu_main', new domMenu_Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'openMouseoverMenuDelay', 1,
    'closeMouseoutMenuDelay', 250
));
