// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', '&#171;ECA&#187;',
        'contentsHover', '&#187;ECA&#171;',
        'uri', '',
        'statusText', 'ECA, Contact us, corporate information and privacy policy',
        1, new Hash(
            'contents', 'ECA',
            'uri', '',
            'statusText', 'ECA (Technical publishing house)',
            'target', '',
			1, new Hash(
				'contents', 'ECA introduces itself',
				'uri', './about.html',
				'statusText', 'ECA introduces itself',
				'target', 'main'
			),
			2, new Hash(
				'contents', 'Homepage',
				'uri', 'http://www.eca.de/index.php?newlang=eng',
				'statusText', 'Homepage',
				'target', '_blank'
			),
			3, new Hash(
				'contents', 'Online-Shop',
				'uri', 'http://www.shop.eca.de/index.php?language=en',
				'statusText', 'Online-shop',
				'target', '_blank'
			)),
        2, new Hash(
            'contents', 'Contact us',
            'uri', '',
            'statusText', 'Contact us',
			'target', '',
 			1, new Hash(
				'contents', 'Email',
				'uri', 'http://www.eca.de/index.php?module=vpContact&func=main',
				'statusText', 'Message to ECA',
				'target', '_blank'
			),
 			2, new Hash(
				'contents', 'Forum',
				'uri', '../ecaboard/index.php',
				'statusText', 'Forum',
				'target', '_blank'
			)),
        3, new Hash(
            'contents', 'Corporate inf. and privacy policy',
            'uri', 'http://www.eca.de/modules.php?op=modload&name=Impressum&file=index',
            'target', '_blank', //öffnet zusätzliches Fenster
								//löschen, wenn nicht erwünscht
			'statusText', 'Corporate information and privacy policy',
			'target', '_blank'
			)),
    2, new Hash(
        'contents', '&#171;Your account&#187;',
        'contentsHover', '&#187;Your account&#171;',
        'uri', '',
        'statusText', 'my account / new account/ edit account data',
        1, new Hash(
            'contents', 'My account',
            'uri', '../register/anmeld.php?F_SPRACHE=2',
            'statusText', 'Login (with existing account)',
			'target', 'main'
        ),
        2, new Hash(
            'contents', 'New account',
            'uri', '../register/neuer-e.html',
            'statusText', 'New account (newbies, having no account yet) ',
			'target', 'main'
        ),
        3, new Hash(
            'contents', 'Edit account data',
            'uri', '../register/changeuser.php?F_SPRACHE=2',
            'statusText', 'Edit account data',
			'target', 'main'
		)),
    3, new Hash(
        'contents', '&#171;Databases&#187;',
        'contentsHover', '&#187;Databases&#171;',
        'uri', '',
        'statusText', 'Manufacturers, Selection, SMD',
 		1, new Hash(
            'contents', 'Manufacturer',
            'uri', '../herst/hersteller.html',
            'statusText', 'Listing of manufacturers',
			'target', 'main'
        ),
        2, new Hash(
            'contents', 'Selection',
            'uri', '../funkt/navi_e.htm',
            'statusText', 'Semiconductor sorted by Function',
			'target', 'main'
        ),
        3, new Hash(
            'contents', 'SMD',
            'uri', './smdsuch.html',
            'statusText', 'Here you find SMD semiconductors',
			'target', 'main'
		)),
    4, new Hash(
        'contents', '&#171;Drawings&#187;',
        'contentsHover', '&#187;Drawings&#171;',
        'uri', '',
        'statusText', 'A gallery with all of our drawings, cases etc.',
        1, new Hash(
			'contents', 'Cases etc.',
			'uri', '../portal/html/modules/gallery/main.php?g2_controller=core.ChangeLanguage&g2_language=en_UK&g2_return=http://www.ecadata.de/portal/html/modules/gallery/main.php',
			'statusText', 'A gallery with all of our drawings',
			'target', 'main'
		)),
    5, new Hash(
        'contents', '&#171;Help/Tips&#187;',
        'contentsHover', '&#187;Help/Tips&#171;',
        'uri', '',
        'statusText', 'Some tips for using our database',
        1, new Hash(
            'contents', '2SA../2SB../2SC../2SD../2SK..',
            'uri', './tips_e.html',
            'target', 'main',
			'statusText', 'Japanese transistors 2SA.. etc.'),
        2, new Hash(
            'contents', 'Semiconductor not found',
            'uri', '../bboard/posting.php?mode=newtopic&f=2',
            'target', '_blank', //öffnet zusätzliches Fenster
								//löschen, wenn nicht erwünscht
			'statusText', 'Message to ECA: semiconductor not found'),
		3, new Hash(
            'contents', 'Help',
            'uri', 'http://www.eca.de/helpfiles/eng/index.html',
            'statusText', 'General help',
			'target', '_blank'
	))
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'openMouseoverMenuDelay', 300,
    'closeMouseoutMenuDelay', 1000
));
// }}}