/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'index.html',
	],
	['About Manmark', 'about.html',
	],
	['Products', 'products.html',
			['Sanitaryware', 'sanitary.html',
					['Pedestal', 'pedestal.html'],
					['Wash Basin', 'basin.html'],
					['Commode & Urinal Pan', 'ewc.html'],
					['Soap Dish', 'soapdish.html'],
					['Accessories', 'accessories.html'],
					['Colour Shades', 'colour.html'],
					['Rustic Colours', 'rustic.html'],
			],
			['Floor Tiles', 'floor.html',
					['12" x 12"', 'floor.html'],
					['16" x 16"', '16x16.html'],
					['Specifications', 'tilespec.html'],
			],
			['Wall Tiles', 'wall.html',
					['8" x 8"', 'wall.html'],
					['8" x 12"', '8x12.html'],
			],
			['Brass Hardware', 'brass.html'],
			['Bathroom Fittings', 'bathfit.html'],
			['Trolley Wheels', 'wheel.html'],
			['Stainless Steel Sinks', 'sinks.html'],
			['Antique Furniture', 'antique.html'],
	],
	['Contact Us', 'location.html',
		['Feedback Form', 'feedback.html'],
		['Locate Us', 'location.html'],
	],
	['E-Brochures', 'download.html',
		['Sanitaryware', 'brochure/Sanitary.pdf'],
		['Floor Tiles', 'brochure/floortiles.pdf'],
		['Floor Tiles 16x16', 'brochure/16x16.pdf'],
		['Wall Tiles', 'brochure/walltiles.pdf'],
		['Brass Hardware', 'brochure/brass.pdf'],
		['Trolley Wheels', 'brochure/wheels.pdf'],	
		
	],
];


	


