// {{{ domMenu_HwSw: data

domMenu_data.set('domMenu_HwSw', new Hash(
    1, new Hash(
        'contents', 'Home',
        'uri', 'index.htm',
        'statusText', 'Homeworks Software'
    ),
    2, new Hash(
        'contents', 'Company',
        'uri', '',
        'statusText', 'About Homeworks Software',
        1, new Hash(
            'contents', 'Profile',
            'uri', 'HWSProfile.shtml',
            'statusText', 'Profile of Homeworks Software'
        ),
        2, new Hash(
            'contents', 'Update',
            'uri', 'HWSUpdate.shtml',
            'statusText', 'More info about Homeworks Software'
        ),
        3, new Hash(
            'contents', 'Shareware',
            'uri', 'Shareware.shtml',
            'statusText', 'Information about shareware distribution'
        ),
        4, new Hash(
            'contents', 'Privacy Statement',
            'uri', 'Privacy.shtml',
            'statusText', 'Our Privacy Statement'
        ),
        5, new Hash(
            'contents', 'Contact Us',
            'uri', '',
            'statusText', 'Contact Homeworks Software',
            1, new Hash(
                'contents', 'Contact Information',
                'uri', 'ContactUs.shtml',
                'statusText', 'How to contact Homeworks Software'
            ),
            2, new Hash(
                'contents', 'Email Sales',
                'uri', 'mailto:Sales@HomeworksSoftware.com',
                'statusText', 'Email Homeworks Software Sales'
            ),
            3, new Hash(
                'contents', 'Email Support',
                'uri', 'mailto:Support@HomeworksSoftware.com',
                'statusText', 'Email Homeworks Software Support'
            )
        ),
        6, new Hash(
            'contents', 'Online Service',
            'uri', 'CustServForm.php',
            'statusText', 'Online form to contact Customer Service'
        ),
        7, new Hash(
            'contents', 'The Hop Shop',
            'uri', 'HopShop.shtml',
            'statusText', 'Homebrewing Supplies'
        )
    ),
    3, new Hash(
        'contents', 'Links',
        'uri', '',
        'statusText', 'Useful Links',
        1, new Hash(
            'contents', 'Beer Related',
            'uri', 'LinksRelated.shtml',
            'statusText', 'Beer Related Links'
        ),
        2, new Hash(
            'contents', 'Web Oriented',
            'uri', 'LinksWebOriented.shtml',
            'statusText', 'Web Oriented Links'
        ),
        3, new Hash(
            'contents', 'Web Services',
            'uri', 'LinksWebServices.shtml',
            'statusText', 'Web Services Links'
        ),
        4, new Hash(
            'contents', 'Fun and Games',
            'uri', 'LinksFun.shtml',
            'statusText', 'Fun and Games Links'
        ),
        5, new Hash(
            'contents', 'Affiliates',
            'uri', 'LinksAffiliates.shtml',
            'statusText', 'Links to Affiliates of Homeworks Software'
        )
    ),
    4, new Hash(
        'contents', 'Products',
        'uri', '',
        'statusText', 'Products from Homeworks Software',
        1, new Hash(
            'contents', 'Products',
            'uri', 'Products.shtml',
            'statusText', 'Homeworks Software Product'
        ),
        2, new Hash(
            'contents', 'Downloads',
            'uri', 'Downloads.shtml',
            'statusText', 'Downloads from Homeworks Software'
        ),
        3, new Hash(
            'contents', 'Online Store',
            'uri', 'Merchant2/merchant.mv?Screen=SFNT&amp;Store_Code=HWSW01',
            'statusText', 'Purchase or Register'
        )
    ),
    5, new Hash(
        'contents', 'Website',
        'uri', '',
        'statusText', 'Miscellaneous',
        1, new Hash(
            'contents', 'Site Map',
            'uri', 'SiteMap.shtml',
            'statusText', 'Map of the Homeworks Software Website'
        ),
        2, new Hash(
            'contents', 'Recent Website Updates',
            'uri', 'WhatIsNew.shtml',
            'statusText', 'Recent Homeworks Software Website Updates'
        ),
        3, new Hash(
            'contents', 'Shareware',
            'uri', 'Shareware.shtml',
            'statusText', 'Information about shareware distribution'
        ),
        4, new Hash(
            'contents', 'Privacy Statement',
            'uri', 'Privacy.shtml',
            'statusText', 'Our Privacy Statement'
        ),
        5, new Hash(
            'contents', 'Terms of Use',
            'uri', 'TermsOfUse.shtml',
            'statusText', 'Terms of Use'
        )
    )
));

// }}}

// {{{ domMenu_HwSw: settings

domMenu_settings.set('domMenu_HwSw', new Hash(
    'menuBarWidth', '0%',
    'menuBarClass', 'HwSw_menuBar',
    'menuElementClass', 'HwSw_menuElement',
    'menuElementHoverClass', 'HwSw_menuElementHover',
    'menuElementActiveClass', 'HwSw_menuElementActive',
    'subMenuBarClass', 'HwSw_subMenuBar',
    'subMenuElementClass', 'HwSw_subMenuElement',
    'subMenuElementHoverClass', 'HwSw_subMenuElementHover',
    'subMenuElementActiveClass', 'HwSw_subMenuElementActive',
    'subMenuElementHeadingClass', 'HwSw_subMenuElementHeading',
    'subMenuWidthCorrection', -1,
    'subMenuMinWidth', 'auto',
    'horizontalSubMenuOffsetX', 0,
    'horizontalSubMenuOffsetY', 0,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'distributeSpace', false,
    'openMouseoverMenuDelay', -1,
    'openMousedownMenuDelay', 0,
    'closeClickMenuDelay', 0,
    'closeMouseoutMenuDelay', -1,
    'expandMenuArrowUrl', 'images/arrow_domMenu.gif'
));

// }}}

