// {{{ domMenu_main: data

domMenu_data.setItem('domMenu_main', new domMenu_Hash(
    1, new domMenu_Hash(
        'contents', 'Home Page',
        'contentsHover', 'Home Page',
        'uri', 'index.shtml',
        'target', '_self',
        'statusText', 'Home Page'
        ),
    2, new domMenu_Hash(
        'contents', 'Mortgages',
        'contentsHover', 'Mortgages',
        'uri', 'mortgages.shtml',
        'statusText', 'Mortgages',
        1, new domMenu_Hash(
            'contents', 'First Time Buyers',
            'uri', 'firsttimebuyers.shtml',
            'statusText', 'First Time Buyers'
        ),
        2, new domMenu_Hash(
            'contents', '100% Mortgages',
            'uri', '100mortgage.shtml',
            'statusText', '100% Mortgages'
        ),
        3, new domMenu_Hash(
            'contents', '125% Mortgages',
            'uri', '125mortgage.shtml',
            'statusText', '125% LTV Mortgage'
        ),
        4, new domMenu_Hash(
            'contents', 'Self Certification',
            'uri', 'selfcertification.shtml',
            'statusText', 'Self Certification'
        ),
        5, new domMenu_Hash(
            'contents', 'Bad Credit Mortgage',
            'uri', 'badcreditmortgage.shtml',
            'statusText', 'Bad Credit Mortgage'
        ),
        6, new domMenu_Hash(
            'contents', 'Debt Consolidation',
            'uri', 'debtconsolidation.shtml',
            'statusText', 'Debt Consolidation'
        ),
        7, new domMenu_Hash(
            'contents', 'Equity Release',
            'uri', 'equityrelease.shtml',
            'statusText', 'Equity Release'
        ),
        8, new domMenu_Hash(
            'contents', 'Buy to Let',
            'uri', 'buytolet.shtml',
            'statusText', 'Buy to Let'
        ),
        9, new domMenu_Hash(
            'contents', 'Let to Buy',
            'uri', 'lettobuy.shtml',
            'statusText', 'Let to Buy'
        ),
        10, new domMenu_Hash(
            'contents', 'Council House Purchase',
            'uri', 'councilhouse.shtml',
            'statusText', 'Council House Purchase'
        ),
        11, new domMenu_Hash(
            'contents', 'Self Build',
            'uri', 'selfbuild.shtml',
            'statusText', 'Self Build'
        )),
    3, new domMenu_Hash(
        'contents', 'Mortgage Protection',
        'contentsHover', 'Mortgage Protection',
        'uri', 'mortgageprotection.shtml',
        'statusText', 'Mortgage Protection',
        1, new domMenu_Hash(
            'contents', 'Life Cover',
            'uri', 'lifecover.shtml',
            'statusText', 'Life Cover'
        ),
        2, new domMenu_Hash(
            'contents', 'Critical Illness Cover',
            'uri', 'cic.shtml',
            'statusText', 'Critical Illness Cover'
        ),
        3, new domMenu_Hash(
            'contents', 'Accident, Sickness, Unemployment',
            'uri', 'asu.shtml',
            'statusText', 'Accident, Sickness, Unemployment'
        ),
        4, new domMenu_Hash(
            'contents', 'Income Protection',
            'uri', 'incomeprotection.shtml',
            'statusText', 'Income Protection'
        )),
    4, new domMenu_Hash(
        'contents', 'Home Insurance',
        'contentsHover', 'Home Insurance',
        'uri', 'homeinsurance.shtml',
        'statusText', 'Home Insurance',
        1, new domMenu_Hash(
            'contents', 'Building Insurance',
            'uri', 'building.shtml',
            'statusText', 'Building Insurance'
        ),
        2, new domMenu_Hash(
            'contents', 'Contents Insurance',
            'uri', 'contents.shtml',
            'statusText', 'Contents Insurance'
        )),
    5, new domMenu_Hash(
        'contents', 'Contact Us',
        'contentsHover', 'Contact Us',
        'uri', 'inquiryform.shtml',
        'statusText', 'Contact Us',
        1, new domMenu_Hash(
            'contents', 'Contact Details',
            'uri', 'contactdetails.shtml',
            'statusText', 'Contact Details'
        ),
        2, new domMenu_Hash(
            'contents', 'Inquiry Form',
            'uri', 'pre_inquiryform.shtml',
            'statusText', 'Inquiry Form'
        ))
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.setItem('domMenu_main', new domMenu_Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', 1,
    'openMouseoverMenuDelay', 20,
    'closeMouseoutMenuDelay', 100
));

// }}}
