/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['About Us', 'about/about.html', null,
	],
	
	['Services', null, null,
		['Installations', 'serv/install.html'],
		['Maintenance', 'serv/maint.html'],
		['Alarm Monitoring', 'serv/monitoring.html'],
		['Monitoring Packages', 'serv/packages.html'],
		['Alarm Responses', 'serv/responses.html'],
	],
	
	['Products', null, null,
		['Alarm Systems', 'prod/alarms.html'],
		['Access Control', 'prod/access.html'],
		['MediCall Systems', 'prod/medi.html'],
		['Backup Systems', 'prod/backup.html'],
		['CCTV', 'prod/cctv.html'],
		['Video Verification', 'prod/video.html']
	],
	
	['News', 'news/news.html', null,
		['Newsletter Archive', 'news/archive.html', null,],
	],

	['Links', 'links/links.html', null,],

	['Employment', 'employ/employ.html', null,],

	['Contact Us', 'contact/contact.php', null,],

];

