/* Tigra Menu items structure */
var MENU_ITEMS = [
	['homepage', 'index.html'],
	['about us', 'aboutus.html'],
	['products', null, null,
		['laminates', 'laminates.html'],
		['engineered flooring', 'hardwoodveneer.html'],
		['solidstrip flooring', 'solidstrip.html'],
		['herring-bone patterns', 'patterns.html'],
		['special offers', 'specialoffers.html']
	
	],
	['installation', null, null,
		['quotes', 'quote.html'],
		['professional', 'installation.html']
		
	],
	['contract flooring', 'contract.html'],
	['view samples', null, null,
	 
	 	['by product type', null, null,
		['laminates', 'laminates.html'],
		['engineered flooring', 'hardwoodveneer.html'],
		['solidstrip flooring', 'solidstrip.html'],
		['herring-bone patterns', 'patterns.html'],
		['special offers', 'specialoffers.html']
		
		],
		['by room', null, null,
			['lounge/dining room', 'lounges.html'],
			['halls & corridors', 'halls.html'],
			['kitchens', 'kitchens.html'],
			['bedrooms', 'bedroom.html']
			
		],
		['by manufacturer', null, null,
			['boen', 'boen.html'],
			['junckers', 'Junckers.html'],
			['quick-step', 'quickstep.html']
			
			
			
			
		]
	],
	['e-mail us', 'contact.html']
];
