// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'Home',
        'contentsHover', 'Home',
        'uri', '/',
        'statusText', ''
	),
    2, new Hash(
        'contents', 'Products',
        'contentsHover', 'Products',
        'uri', '',
        'statusText', 'Products',
	   1, new Hash(
	   	'contents', 'Product Guide',
        'uri', '/products.php',
        'statusText', 'Product Guide'
		),
       2, new Hash(
            'contents', 'Features',
            'uri', '/features.php',
            'statusText', 'Features'			
        ),
		3, new Hash(
            'contents', 'Vanities',
            'uri', '',
            'statusText', 'Vanities',
			1, new Hash(
           	 	'contents', 'Vanities',
           		 'uri', '/van_styles.php',
           		 'statusText', 'Jenson Bathroom Vanities'
       			 ),
			2, new Hash(
           		 'contents', 'Furniture Series',
           		 'uri', '/furniture.php',
           		 'statusText', 'Furniture Series Vanities'
       			 ),
			3, new Hash(
           		 'contents', 'Bathroom Solutions',
           		 'uri', '/custom.php',
           		 'statusText', 'Bathroom Solutions'
       			 )
		),
		4, new Hash(
			'contents', 'Coordinated Products',
			'uri', '',
            'statusText', 'Coordinated Products',
			1, new Hash(
            	'contents', 'Linen Cabinets',
            	'uri', '/linen.php',
            	'statusText', 'Linen Cabinets'
			),	
			2, new Hash(
            	'contents', 'Wall Cabinets',
            	'uri', '/wall_cabinets.php',
            	'statusText', 'Storage Cabinets'
			),
			3, new Hash(
            	'contents', 'Medicine Cabinets',
            	'uri', '/medicine.php',
            	'statusText', 'Medicine Cabinets'
			),
			4, new Hash(
            'contents', 'Framed Beveled Mirrors',
            'uri', '/mirrors.php',
            'statusText', 'Framed Beveled Mirrors'
			)
		),
		5, new Hash(
            'contents', 'Vanity Tops',
            'uri', '',
            'statusText', 'Vanity Tops',
			1, new Hash(
            	'contents', 'Standard Tops',
            	'uri', '/vanity_tops.php',
            	'statusText', 'Standard Tops'
			),	
			2, new Hash(
            	'contents', 'Custom Tops',
            	'uri', '/cust_vanity_tops.php',
            	'statusText', 'Custom Tops'
			)
		),
		6, new Hash(
            'contents', 'Hardware',
            'uri', '/hardware.php',
            'statusText', 'Vanity Hardware'
		)
    ),
    3, new Hash(
        'contents', 'Information',
        'contentsHover', 'Information',
        'uri', '',
        'statusText', 'Information',
        1, new Hash(
            'contents', 'Finishes & Colors',
            'uri', '',
            'statusText', 'Finishes & Colors',
			1, new Hash(
           		 'contents', 'Wood Finishes',
           		 'uri', '/specs/woods.php',
           		 'statusText', 'Traditional Wood Finishes'
       			 ),
			2, new Hash(
           		 'contents', 'Vanity Tops',
            	 'uri', '/specs/vanity_colors.php?id=3',
            	 'statusText', 'Vanity Tops'
       			 )
        ),
		2, new Hash(
            'contents', 'Bathroom Solutions Guides',
            'uri', '',
            'statusText', 'Bathroom Solutions Guides',
			1, new Hash(
           		 'contents', 'Planning Guide',
           		 'uri', '/guides/cs_planning.php',
           		 'statusText', 'Planning Guide'
       			 ),
			2, new Hash(
           		 'contents', 'Component Sizes',
           		 'uri', '/guides/cs_component.php',
           		 'statusText', 'Component Sizes'
       			 )
        ),
		3, new Hash(
            'contents', 'Installation and Product Care',
            'uri', '',
            'statusText', 'Installation and Product Care',
			1, new Hash(
           		 'contents', 'Vanities',
           		 'uri', '/guides/install_care_clean.php',
           		 'statusText', 'Vanity Installation and Product Care'
       			 ),
			2, new Hash(
           		 'contents', 'Vanity Tops',
           		 'uri', '/guides/install_vt_care_clean.php',
           		 'statusText', 'Vanity Top Installation and Product Care'
       			 )
        ),
	   4, new Hash(
            'contents', 'Specifications',
            'uri', '/specifications.php',
            'statusText', 'Specifications'
		 ),
       5, new Hash(
            'contents', 'Warranty',
            'uri', '/warranty.php',
            'statusText', 'Warranty'
		 ),
	   6, new Hash(
            'contents', 'Site Map',
            'uri', '/sitemap.php',
            'statusText', 'Site Map'
		  )
		),
    4, new Hash(
        'contents', 'Company',
        'contentsHover', 'Company',
        'uri', '',
        'statusText', 'Company',
        //1, new Hash(
         //   'contents', 'History',
         //   'uri', '/company.php',
        //    'statusText', 'History'
        //),
        1, new Hash(
            'contents', 'Factory Tour',
            'uri', '/company.php',
            'statusText', 'Factory Tour'
        ),
        2, new Hash(
            'contents', 'Contact Us',
            'uri', '/contact.php',
            'statusText', 'Contact Us')
	),
    5, new Hash(
        'contents', 'Dealer Locator',
        'contentsHover', 'Dealer Locator',
        'uri', '/locate',
        'statusText', 'Dealer Locator'
	),
    6, new Hash(
        'contents', 'FAQ',
        'contentsHover', 'FAQ',
        'uri', '/faq.php',
        'statusText', 'FAQ'
	),
    7, new Hash(
        'contents', 'Contact Us',
        'contentsHover', 'Contact Us',
        'uri', '',
        'statusText', 'Contact Us',
		1, new Hash(
            'contents', 'Contact Us',
            'uri', '/contact.php',
            'statusText', 'Contact Us'
		),
        2, new Hash(
            'contents', 'Dealer Inquiry',
            'uri', '/dealer_inquiry.php',
            'statusText', 'Dealer Inquiry'
		)
		
		
		)
 
));


