/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'sw':125},
		['About Us', 'about.php'],
		['The Systems Team', 'teamsys.php'],
		['The Services Team', 'team2.php']
	],
	['Integrated Systems', null, null,
		['Access Control', 'access.php'],
		['ANPR', 'anpr.php'],
		['CCTV', 'cctv.php']
	],
	['V-Ceptor', 'vceptor1.php'],
	['Manned Services', null, null,
		['Manned Guarding', 'guarding.php'],
		['Mobile Patrols', 'mobile.php'],
		['Remote Monitoring', 'remote.php'],
		['Key Holding', 'keys.php'],
		['Secure Courier Service', 'courier.php']
	],
	['Industry Links', 'links.php', null,
		['Testimonials', 'testimonials.php']
	],
	['Contact Us', 'contact.php']
];


