var MENU_ITEMS = [
['Overview', 'overview.php', null],
['Objectives', 'objectives.php', null],
['Experience', 'experience.php', null],
['Services', 'services.php', null,
	['Architecture', 'services.php?id=1', null],
	['Interior Design', 'services.php?id=2', null],
	['Urban Design', 'services.php?id=3', null],
	['Urban Planning', 'services.php?id=4', null],
	['Development',  'services.php?id=5', null],
	['Industrial Design', 'services.php?id=6', null],
	['Visualization',  'services.php?id=7', null],
],
['History', 'history.php', null],
['Current Projects', 'current.php', null,
	['Duca', 'current.php?id=1', null],
	['44 Storey Building', 'current.php?id=2', null],
	['Graydon Hall', 'current.php?id=3', null],
	['Twin Tower Design', 'current.php?id=4', null],
	['23 Residential Units', 'current.php?id=5', null],
	['Gormley', 'current.php?id=6', null],
	['Rainbow Cinema', 'current.php?id=7', null],
	['New Market', 'current.php?id=8', null],
	['West Donlands', 'current.php?id=9', null],
],
['Previous Projects', 'previous.php', null,
	['Heron Point', 'previous.php?id=1', null],
	['George St.', 'previous.php?id=2', null],
	['Kose', 'previous.php?id=3', null],
	['CN Tower', 'previous.php?id=4', null],
	['Cuba Project', 'previous.php?id=5', null],
	['Niagara on the Green', 'previous.php?id=6', null],
	['Crepe de Paris', 'previous.php?id=7', null],
	['Casino Rama', 'previous.php?id=8', null],
	['Cottages', 'previous.php?id=9', null],
	['Boutique Hotel', 'previous.php?id=10', null],
	['Alkot Industries', 'previous.php?id=11', null],
	['Skycasino', 'previous.php?id=12', null],
	['Graydon Hall', 'previous.php?id=13', null],
	['Simcoe', 'previous.php?id=14', null],
	['Britannia Rd.', 'previous.php?id=15', null],
	['Dave and Busters', 'previous.php?id=16', null],
],
['News', 'index.php', null],
];

