// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'About Mak-in',
        'contentsHover', 'About Mak-in',
        'uri', '',
        'target', '_self',
        'statusText', 'All you need to know about Mak-in Company',
        1, new Hash(
            'contents', 'General Informations',
            'uri', '/pages/genel.html',
            'target', '_self',
            'statusText', 'General informations about Mak-in Company'
        ),
        2, new Hash(
            'contents', 'Services',
            'uri', '/pages/hizmet.html',
			'target', '_self',			
            'statusText', 'List of out Services'
		),
        3, new Hash(
            'contents', 'Machinery and Equipment',
            'uri', '/pages/donanim.html',
            'target', '_self',
            'statusText', 'Equipment list and rented work machines'
		),
        4, new Hash(
            'contents', 'Company Balance Sheet',
            'uri', '/pages/bilanco.html',
            'target', '_self',			
            'statusText', 'Company balance sheet for last five years and bank references'
		),
        5, new Hash(
            'contents', 'Certificates',
            'uri', '/pages/sertifika.html',
            'target', '_self',			
            'statusText', 'Welding Certifications'
        )),
    2, new Hash(
        'contents', 'Projects',
        'contentsHover', 'Projects',
        'uri', '',
        'statusText', 'Our completed and/or ongoing projects and pictures',
        1, new Hash(
            'contents', 'Completed Projects',
            'uri', '/pages/prj_bitmis.html',
            'statusText', 'Our completed works and their pictures'
        ),
        2, new Hash(
            'contents', 'Ongoing Projects',
            'uri', '/pages/prj_devam.html',
            'statusText', 'Our ongoing works and their pictures'
			),
        3, new Hash(
            'contents', 'Picture Gallery',			
            'uri', '/pages/galeri.html',
            'statusText', 'Pictures of our works and projects'
		)),
    3, new Hash(
        'contents', 'Tech. Personnel',
        'uri', '/pages/cv.html',
        'statusText', 'Our management and technical team'
		),
    4, new Hash(
        'contents', 'Contact',
        'uri', '/pages/contact.html',
        'statusText', 'Our contact information'
		)
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', 0,
    'verticalSubMenuOffsetY', 0,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 300,
    'expandMenuArrowUrl', 'arrow.gif',
    'baseUri', '..'
));
