// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', '<img src="/images/nav/home.jpg">',
        'contentsHover', '<img src="/images/nav/home-over.jpg">',
        'uri', '/',
        'target', '_self',
        'statusText', 'Home'
    ),
    2, new Hash(
        'contents', '<img src="/images/nav/about.jpg">',
        'contentsHover', '<img src="/images/nav/about-over.jpg">',
        'uri', '/realtors/index.html',
        'statusText', 'About the Singular Solution',
        1, new Hash(
            'contents', 'Our Many Awards',
            'uri', '/awards.html',
            'statusText', 'Our Many Awards'
        ),
        2, new Hash(
            'contents', 'The Singular News',
            'uri', '/news/index.html',
            'statusText', 'The Singular News'
        ),
        3, new Hash(
            'contents', 'Client Testimonials',
            'uri', '/testimonials.html',
            'statusText', 'Client Testimonials'
        ),
        4, new Hash(
            'contents', 'The Singular Blog',
            'uri', 'http://theodeamoyersgroup.blogspot.com/',
            'statusText', 'The Singular Blog'
        ),
        5, new Hash(
            'contents', 'Committed to Your Success',
            'uri', '/results.html',
            'statusText', 'Committed to Your Success'
        )),
    3, new Hash(
        'contents', '<img src="/images/nav/listings.jpg">',
        'contentsHover', '<img src="/images/nav/listings-over.jpg">',
        'uri', '/cgi-bin/rm/exec/search.cgi?sort_order=6%2C123%2Creverse&perpage=10&marknew=14&lfield3_keyword=&lfield39_keyword=&lfield6_min=&lfield6_max=&lfield12_min=1&lfield6_max=&lfield10_min=&lfield10_max=&lfield10_min=&lfield10_max=&lfield17_min=&lfield17_max=&lfield40_keyword=&lfield35_min=&lfield35_max=&lfield26_keyword=&lfield8_keyword=&lfield43_keyword=&search=++Search+Listings++',
        'statusText', 'Listings',
        1, new Hash(
            'contents', 'New Builder Homes',
            'uri', '/cgi-bin/rm/exec/search.cgi?sort_order=6%2C123%2Creverse&perpage=10&marknew=14&lfield3_keyword=&lfield39_keyword=&lfield6_min=&lfield6_max=&lfield26_keyword=&lfield12_min=1&lfield6_max=&lfield35_min=&lfield35_max=&lfield10_min=1&lfield10_max=&lfield10_min=1&lfield10_max=&lfield17_min=&lfield40_keyword=&lfield50_keyword=B&search=Search+Listings',
            'statusText', 'New Builder Homes'
        ),
        2, new Hash(
            'contents', 'Search Residential',
            'uri', '/mls-search1.html',
            'statusText', 'Search Residential'
        ),
        3, new Hash(
            'contents', 'Search Residential Lease',
            'uri', '/mls-search5.html',
            'statusText', 'Search Residential Lease'
        ),
        4, new Hash(
            'contents', 'Commercial Real Estate',
            'uri', 'http://www.sonnymoyers.com',
            'statusText', 'Commercial Real Estate'
        )),
    4, new Hash(
        'contents', '<img src="/images/nav/services.jpg">',
        'contentsHover', '<img src="/images/nav/services-over.jpg">',
        'uri', '/services.html',
        'statusText', 'Our Services',
        1, new Hash(
            'contents', 'Buyer\'s Rep',
            'uri', '/buyersrep.html',
            'statusText', 'Buyer\'s Rep'
        ),
        2, new Hash(
            'contents', 'Relocation Services',
            'uri', '/relocation.html',
            'statusText', 'Relocation Services'
        ),
        3, new Hash(
            'contents', 'Free Buyer Reports',
            'uri', '/free-buyer-reports.html',
            'statusText', 'Free Buyer Reports'
        ),
        4, new Hash(
            'contents', 'Free Seller Reports',
            'uri', '/free-seller-reports.html',
            'statusText', 'Free Seller Reports'
        ),
        5, new Hash(
            'contents', 'Free Neighborhood Market Updates',
            'uri', '/marketreports.php',
            'statusText', 'Free Neighborhood Market Updates'
        )),
    5, new Hash(
        'contents', '<img src="/images/nav/news.jpg">',
        'contentsHover', '<img src="/images/nav/news-over.jpg">',
        'uri', '/news/index.html',
        'statusText', 'The Singular News'
    ),
    6, new Hash(
        'contents', '<img src="/images/nav/contact.jpg">',
        'contentsHover', '<img src="/images/nav/contact-over.jpg">',
        'uri', '/contact.html',
        'statusText', 'Contact Us',
        1, new Hash(
            'contents', 'Meet Our Agents',
            'uri', '/realtors/index.html',
            'statusText', 'Meet Our Agents'
        ),
        2, new Hash(
            'contents', 'Legal Disclaimer',
            'uri', '/disclaimer.html',
            'statusText', 'Legal Disclaimer'
        ))
));

