
// {{{ domMenu_main: data

domMenu_data.setItem('domMenu_main', new domMenu_Hash(
    1, new domMenu_Hash(
        'contents', 'Home',
        'contentsHover', 'Home',
        'uri', 'http://www.nrgca.org/index.php',
        'target', '_self',
		'statusText', 'Home'
		),
    2, new domMenu_Hash(
        'contents', 'About Us',
        'contentsHover', 'About Us',
        'uri', 'http://www.nrgca.org/aboutus.php',
        'statusText', 'About Us',
        1, new domMenu_Hash(
            'contents', 'What is the NRGCA',
            'uri', 'http://www.nrgca.org/whatis.php',
            'statusText', 'What is the NRGCA'
        ),
        2, new domMenu_Hash(
            'contents', 'Mission',
            'uri', 'http://www.nrgca.org/mission.php',
            'statusText', 'Mission'
        ),
        3, new domMenu_Hash(
            'contents', 'Code of Ethics',
            'uri', 'http://www.nrgca.org/ethics.php',
            'statusText', 'Code of Ethics'
		),
        4, new domMenu_Hash(
            'contents', 'NRGCA News',
            'uri', 'http://www.nrgca.org/news.php',
            'statusText', 'News')),
    3, new domMenu_Hash(
        'contents', 'Resources',
        'contentsHover', 'Resources',
        'uri', 'http://www.nrgca.org/resources.php',
        'statusText', 'Resources',
        1, new domMenu_Hash(
            'contents', 'Conventions & Events',
            'uri', 'http://www.nrgca.org/events.php',
            'statusText', 'Conventions & Events'
        ),
        2, new domMenu_Hash(
            'contents', 'Contractor Locator',
            'uri', 'http://www.nrgca.org/members.php',
            'statusText', 'Contractor Locator'
        ),
        3, new domMenu_Hash(
            'contents', 'Supplier Locator',
            'uri', 'http://www.nrgca.org/suppliers.php',
            'statusText', 'Supplier Locator'
		),
        4, new domMenu_Hash(
            'contents', 'Product Brands',
            'uri', 'http://www.nrgca.org/brands.php',
            'statusText', 'Product Brands'
		),
		5, new domMenu_Hash(
            'contents', 'Rain Gutter Code Information',
            'uri', 'http://www.nrgca.org/rainguttercodeinformation.php',
            'statusText', 'Rain Gutter Code Information'
		),
        6, new domMenu_Hash(
            'contents', 'NRGCA Classifieds',
            'uri', 'http://www.nrgca.org/classified.php',
            'statusText', 'NRGCA Classifieds')),
    4, new domMenu_Hash(
        'contents', 'Membership',
        'contentsHover', 'Membership',
        'uri', 'http://www.nrgca.org/membership.php',
        'statusText', 'Membership',
        1, new domMenu_Hash(
            'contents', 'Member Benefits',
            'uri', 'http://www.nrgca.org/benefits.php',
            'statusText', 'Member Benefits'
        ),
        2, new domMenu_Hash(
            'contents', 'Member Testimonials',
            'uri', 'http://www.nrgca.org/testimonies.php',
            'statusText', 'Member Testimonials'
        ),
        3, new domMenu_Hash(
            'contents', 'Become a Member',
            'uri', 'http://www.nrgca.org/membership_request.php',
            'statusText', 'Membership Request Form'
        ),
        4, new domMenu_Hash(
            'contents', 'Member Homeowners',
            'uri', 'http://www.nrgca.org/member_homeowners.php',
            'statusText', 'Member Homeowners'
        ),
        5, new domMenu_Hash(
            'contents', 'Member Login',
            'uri', 'http://www.nrgca.org/login.php',
            'statusText', 'Member Login')),
    5, new domMenu_Hash(
        'contents', 'Networking',
        'contentsHover', 'Networking',
        'uri', 'http://www.nrgca.org/forum',
        'statusText', 'Networking',
        1, new domMenu_Hash(
            'contents', 'NRGCA Forum',
            'uri', 'http://www.nrgca.org/forum',
            'statusText', 'NRGCA Forum'
        )),
    6, new domMenu_Hash(
        'contents', 'Contact Us',
        'contentsHover', 'Contact Us',
        'uri', 'http://www.nrgca.org/contact.php',
        'statusText', 'Contact Us')
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.setItem('domMenu_main', new domMenu_Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'openMouseoverMenuDelay', 300,
    'closeMouseoutMenuDelay', 1000
));

// }}}
