// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
1, new Hash(
        'contents', 'Home',
        //'contentsHover', 'Tutorials',
        'uri', 'index.html',
        'statusText', ''
       ),
2, new Hash(
        'contents', 'Company',
       // 'contentsHover', 'Quick Links',
        'uri', '#',
        'target', '_self',
        'statusText', '',
        1, new Hash(
            'contents', 'About Us',
            'uri', 'aboutus3.html',
           // 'target', '_blank',
            'statusText', ''
        ),
        2, new Hash(
            'contents', 'Manufacturing',
           'uri', 'aboutus3.html#manufacturing',
            'statusText', ''
          ),
		 3, new Hash(
            'contents', 'Registration',
           'uri', 'aboutus3.html#Mission',
            'statusText', ''
          ),
		 4, new Hash(
            'contents', 'New Molecules',
           'uri', 'aboutus3.html#Molecules',
            'statusText', ''
          ),
		5, new Hash(
            'contents', 'Speciality Contract',
           'uri', 'aboutus3.html#Future Plans',
            'statusText', ''
		)),
//2, new Hash(
        //'contents', 'Company',
        //'contentsHover', 'Tutorials',
       // 'uri', 'aboutus.html',
       // 'statusText', ''
     //  ),
3, new Hash(
        'contents', 'Products',
       // 'contentsHover', 'Quick Links',
        'uri', '#',
        'target', '_self',
        'statusText', '',
        1, new Hash(
            'contents', 'Fungicides',
            'uri', 'Fungicide.html',
           // 'target', '_blank',
            'statusText', ''
        ),
        2, new Hash(
            'contents', 'Insecticides',
           'uri', 'inscticide.html',
            'statusText', ''
          ),
		3, new Hash(
            'contents', 'Herbicides',
           'uri', '#',
            'statusText', ''
          ),

		4, new Hash(
            'contents', 'Fertiliser',
           'uri', 'pgr.html',
            'statusText', ''
          ),
        5, new Hash(
            'contents', 'Formulations',
            'uri', 'ec.html',
            'statusText', ''
		)),
4, new Hash(
        'contents', 'Strength',
       // 'contentsHover', 'Quick Links',
        'uri', '#',
        'target', '_self',
        'statusText', '',
     	1, new Hash(
            'contents', 'R &amp; D',
            'uri', 'r&d.html',
            'statusText', 'Welcome to Balaji Engineering.'
         ),
    
		2, new Hash(
            'contents', 'Marketing Network',
            'uri', 'mkt_network.html',
            'statusText', 'Welcome to Balaji Engineering.' 
         ),
		
        3, new Hash(
            'contents', 'Mfg.Infrastructure',
            'uri', 'mfg_infrastructure.html',
            'statusText', 'Welcome to Balaji Engineering.' 
         )),
5, new Hash(
        'contents', 'In News',
        //'contentsHover', 'Tutorials',
        'uri', 'news.html',
        'statusText', ''
       ),
6, new Hash(
        'contents', 'Feedback',
        //'contentsHover', 'Tutorials',
        'uri', 'feedback.html',
        'statusText', ''
       ),
7, new Hash(
        'contents', 'Contact Us',
        //'contentsHover', 'Tutorials',
        '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', 'images/InsideBottom_Arrow2.gif',
    'baseUri', 'http://www.mojavelinux.com'
));