// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'Home',
        'uri', 'index.html',
        'target', '_self',
        'statusText', ''
		),
    2, new Hash(
        'contents', 'Products',
        'uri', 'enterprise.html',
        'statusText', '',
        1, new Hash(
            'contents', 'Enterprise',
            'uri', 'enterprise.html',
            'statusText', ''
			),
        2, new Hash(
            'contents', 'Apple',
            'uri', 'apple.html',
            'statusText', ''
   		     ),
        3, new Hash(
            'contents', 'Pay as you Go',
            'uri', 'enterprise.html',
            'statusText', ''
   		     )
		),
    3, new Hash(
        'contents', 'Industries',
        'uri', 'industries.html',
        'statusText', '',
        1, new Hash(
            'contents', 'Industries',
            'uri', 'industries.html',
            'statusText', ''
			),
        2, new Hash(
            'contents', 'Manufacturing',
            'uri', 'discoverenterprise.html',
            'statusText', ''
			),
        3, new Hash(
            'contents', 'Distribution',
            'uri', 'industries.html',
            'statusText', ''
   		     )
		),
    4, new Hash(
        'contents', 'Services',
        'uri', 'services.html',
        'statusText', '',
        1, new Hash(
            'contents', 'Services',
            'uri', 'services.html',
            'statusText', ''
			),
        2, new Hash(
            'contents', 'Customers',
            'uri', 'customers.html',
            'statusText', ''
        	),
        3, new Hash(
            'contents', 'Discovery',
            'uri', 'discovery.html',
            'statusText', ''
        	),
        4, new Hash(
            'contents', 'Implementation',
            'uri', 'implementation.html',
            'statusText', ''
        	),
        5, new Hash(
            'contents', 'Training',
            'uri', 'training.html',
            'statusText', ''
			)
		),
    5, new Hash(
        'contents', 'Support',
        'uri', 'support.html',
        'statusText', ''
		),
    6, new Hash(
        'contents', 'Partners',
        'uri', 'partners.html',
        'statusText', '',
        1, new Hash(
            'contents', 'Links',
            'uri', 'links.html',
            'statusText', ''
			)
		),
    7, new Hash(
        'contents', 'Downloads',
        'uri', 'downloads.html',
        'statusText', ''
		),
    8, new Hash(
        'contents', 'Company',
        'uri', 'company.html',
        'statusText', ''
		),
    9, new Hash(
        'contents', 'Contact Us',
        'uri', 'contact.html',
        'statusText', ''
		)
));
// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 300
    //'expandMenuArrowUrl', 'arrow.gif'
));

// }}}
