

domMenu_data.set('domMenu_main', new Hash(
	1, new Hash(
		'contents', 'home',
		'uri', '/index.html'
	),
	2, new Hash(
		'contents', 'how it works',
		'uri', '/howitworks.html'
	),
	3, new Hash(
		'contents', 'pricing',
		'uri', '/pricing.html'
	),
	4, new Hash(
		'contents', 'finishing options',
		'uri', '/finishing.html'
	),
	5, new Hash(
		'contents', 'testimonials',
		'uri', '/testimonials.html'
	) , 6, new Hash(
		'contents', '<span style="color: #6b0810">order now</span>',
		'uri', '/order.html'
	),
	7, new Hash(
		'contents', 'gallery',
		'uri', '/gallery.html'
	),
	8, new Hash(
		'contents', 'contact us',
		'uri', '/contact.html'
	)
));

domMenu_settings.set('domMenu_main', new Hash(
	'openMouseoverMenuDelay', 10,
	'closeMouseoverMenuDelay', 10,
	'distributeSpace', false,
	'showPipes', true
)
);