// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
	1, new Hash(
		'contents', 'Atari',
		'contentsHover', 'Atari',
		'uri', '',
		'target', '_self',
		'statusText', 'Atari',
		
		1, new Hash(
			'contents', '2600',
			'uri', 'a2600.shtml',
			'statusText', '2600'
		),
		
		2, new Hash(
			'contents', '5200  >>',
			'uri', 'a5200.shtml',
			'statusText', '5200',
			1, new Hash(
                'contents', '5200 Trackball',
                'uri', '52trakball.htm',
                'statusText', '5200 Trackball'
            )
		),
		
		3, new Hash(
			'contents', '7800  >>',
			'uri', 'a7800.shtml',
			'statusText', '7800',
			1, new Hash(
                'contents', '7800 Cartridges',
                'uri', '7800cart/a7800cart.shtml',
                'statusText', '7800 Cartridges'
            )
		)
	),
	
	2, new Hash(
		'contents', 'Other Systems',
		'contentsHover', 'Other Systems',
		'uri', 'About.html',
		'statusText', 'Other Systems',

		1, new Hash(
			'contents', 'Odyssey 2',
			'uri', 'o2.shtml',
			'statusText', 'Odyssey 2'
		),
		
		2, new Hash(
			'contents', 'Colecovision',
			'uri', 'Colecovision.shtml',
			'statusText', 'Colecovision'
		),
		3, new Hash(
			'contents', 'Adventurvision',
			'uri', 'adventurevision.shtml',
			'statusText', 'Adventurevision'
		),
		4, new Hash(
			'contents', 'Microvision',
			'uri', 'Microvision.shtml',
			'statusText', 'Microvision'
		)
	),
	3, new Hash(
		'contents', 'Arcade',
		'contentsHover', 'Arcade',
		'uri', '',
		'statusText', 'Arcade',
		1, new Hash(
			'contents', 'Repair',
			'uri', 'arcade.shtml',
			'statusText', 'Repair'
			),
			2, new Hash(
			'contents', 'I-Robot',
			'uri', 'irobot.shtml',
			'statusText', 'I-Robot'
			),
			3, new Hash(
			'contents', 'Pong',
			'uri', 'Pong.shtml',
			'statusText', 'Pong'
			)
	),

	4, new Hash(
		'contents', 'Misc',
		'contentsHover', 'Misc',
		'uri', '',
		'statusText', 'Misc',
		
		1, new Hash(
			'contents', '6502 Processor',
			'uri', '6502.shtml',
			'statusText', '6502'
		),
		2, new Hash(
		'contents', 'Emulation',
		'uri', 'emulation.shtml',
		'statusText', 'Emulation'
		),
		3, new Hash(
			'contents', 'Videogames',
			'uri', 'vidgames.shtml',
			'statusText', 'Videogames'
		),
		4, new Hash(
			'contents', 'Telengard',
			'uri', 'Telengard.shtml',
			'statusText', 'Telengard'
		),
		5, new Hash(
			'contents', 'Atari Chips',
			'uri', 'AtariChips.shtml',
			'statusText', 'Atari Chips'
		),
		6, new Hash(
			'contents', 'Vid Kidz',
			'uri', 'VidKidz.shtml',
			'statusText', 'Vid Kidz'
		)
	)
));

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

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




