// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'Home',
        'uri', 'home/index.html',
        'target', '_self',
        'statusText', ''
		),
    2, new Hash(
        'contents', 'Products',
        'uri', '',
        'statusText', '',
        1, new Hash(
            'contents', 'Enterprise ERP',
            'uri', 'home/enterprise.html',
            'statusText', ''
			),
        2, new Hash(
            'contents', 'Advance Accounts',
            'uri', 'home/advance.html',
            'statusText', ''
   		     ),
        3, new Hash(
            'contents', 'Barcoding',
            'uri', 'home/barcoding.html',
            'statusText', ''
   		     ),
        4, new Hash(
            'contents', 'CGram Cloud',
            'uri', 'home/cloud.html',
            'statusText', ''
   		     ),
        5, new Hash(
            'contents', 'Apple',
            'uri', 'home/apple.html',
            'statusText', ''
   		     ),
        6, new Hash(
            'contents', 'Linux',
            'uri', 'home/linux.html',
            'statusText', ''
   		     ),
        7, new Hash(
            'contents', 'Windows',
            'uri', 'home/windows.html',
            'statusText', ''
   		     ),
        8, new Hash(
            'contents', 'Prices',
            'uri', 'home/prices.html',
            'statusText', ''
   		     )
		),
    3, new Hash(
        'contents', 'Industries',
        'uri', 'home/industries.html',
        'statusText', ''
		),
    4, new Hash(
        'contents', 'Services',
        'uri', '',
        'statusText', '',
        1, new Hash(
            'contents', 'Support',
            'uri', 'home/support.html',
            'statusText', ''
			),
        2, new Hash(
            'contents', 'Training',
            'uri', 'home/training.html',
            'statusText', ''
        	),
        3, new Hash(
            'contents', 'Continuous Improvement',
            'uri', 'home/improvement.html',
            'statusText', ''
			),
        4, new Hash(
            'contents', 'Business Process',
            'uri', 'home/businessprocess.html',
            'statusText', ''
        	),
        5, new Hash(
            'contents', 'System Extensions',
            'uri', 'home/extensions.html',
            'statusText', ''
        	),
        6, new Hash(
            'contents', 'Data Migration',
            'uri', 'home/datamigration.html',
            'statusText', ''
			)
		),
    5, new Hash(
        'contents', 'Implementation',
        'uri', 'home/implementation.html',
        'statusText', ''
		),
    6, new Hash(
        'contents', 'Client area',
        'uri', 'home/loginclientarea.html',
        'statusText', ''
		),
    7, new Hash(
        'contents', 'Company',
        'uri', 'home/company.html',
        'statusText', ''
		),
    8, new Hash(
        'contents', 'Contact Us',
        'uri', 'home/contactus.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'
));

// }}}

