

domMenu_data.set('domMenu_main12', new Hash(
	1, new Hash(
		'contents', 'Home',
		'uri', 'index.php'
	),
	2, new Hash(
		'contents', 'Boxing Stuff',
		'uri', 'topics.html',
		1, new Hash(
			'contents', 'Topics',
			'uri', 'topics.html'
		),
		2, new Hash(
			'contents', 'Stories',
			'uri', 'stories.html'
		),
		3, new Hash(
			'contents', 'Monthly Gab',
			'uri', 'gab.html'
		)

	),
	3, new Hash(
		'contents', 'About Tommy Noel',
		'uri', 'about_us.html'
	),
	4, new Hash(
		'contents', 'Fitness Center',
		'uri', 'fitness_center.html'
	),
	
	5, new Hash(
		'contents', 'Train with us ',
		'uri', 'services.html'
	),

	6, new Hash(
		'contents', 'Testimonials',
		'uri', 'testimonials.html'
	),
	7, new Hash(
		'contents', 'Contact',
		'uri', 'contact.html'
	),
	8, new Hash(
		'contents', 'Links',
		'uri', 'links.html'
	)
));

domMenu_settings.set('domMenu_main12', new Hash(
	'openMouseoverMenuDelay', 10,
	'closeMouseoverMenuDelay', 200,
	'distributeSpace', false
)
);

