var MENU_ITEMS = [
	['Home', 'index.shtml'],
	['About Us', 'outline.shtml'],
	['Services', null, null,
		['Electrical', 'electrical.shtml'],
		['Specialist Lighting', 'speclight.shtml'],
		['Mechanical', 'mechanical.shtml'],
		['Fire', 'fire.shtml'],
		['Transport', 'transport.shtml'],
		['ESD', 'esd.shtml']
	],
	['Awards', 'awards.shtml'],
	['Projects', 'projects.shtml'],
	['Careers', 'careers.shtml'],
	['Contact Us', 'contact.shtml'],
];

