domMenu_data.set('domMenu_horizontal',new Hash(
1,new Hash(
'contents','cast',
'uri','show-collection.php?catName=cast',
'target','_self',
'statusText','Click to show cast collection'
),
2,new Hash(
'contents','woven',
'uri','show-collection.php?catName=woven',
'target','_self',
'statusText','Click to show all collections'
),
3,new Hash(
'contents','classics',
	'uri','show-collection.php?catName=classics',
	'target','_self',
	'statusText','Click to show Cast and Woven products'
),
4,new Hash(
'contents','finishes',
	'uri','finishes.php',
	'target','_self',
	'statusText','Click to show finishes'
)));
//TOP MENU OK - Don't make dynamic!  Only showing cascading menus on vertical menu below /////////////////////////////////////////////////////


domMenu_data.set('domMenu_vertical',new Hash(
1,new Hash(
'contents','cast',
'uri','show-collection.php?catName=cast',
'target','_self',
'statusText','Click to show products'
),
2,new Hash(
'contents','woven',
'uri','show-collection.php?catName=woven',
'target','_self',
'statusText','Click to show products'
),
3,new Hash(
'contents','teak',
'uri','show-collection.php?catName=teak',
'target','_self',
'statusText','Click to show products'
),
4,new Hash(
'contents','rattan',
'uri','show-collection.php?catName=rattan',
'target','_self',
'statusText','Click to show products'
)));

domMenu_settings.set('domMenu_horizontal', new Hash(
'axis', 'horizontal',
'verticalSubMenuOffsetX', -2,
'verticalSubMenuOffsetY', -1,
'horizontalSubMenuOffsetX', 1,
'baseUri', 'http://localhost'
));

domMenu_settings.set('domMenu_vertical', new Hash(
'axis', 'vertical',
'verticalSubMenuOffsetX', -2,
'verticalSubMenuOffsetY', -1,
'horizontalSubMenuOffsetX', 1,
'baseUri', 'http://localhost'
));