/*
  --- 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 MENU1_ITEMS = [
	['HOME', 'index.php', null,
	],
];
var MENU2_ITEMS = [
	['ABOUT US', 'about.php', null,
	],
];

var MENU3_ITEMS = [
	['COMPUTER SERVICES', '#', null,
		['Computers', 'comp.php?itemno=1'],
		['Wireless Networks', 'comp.php?itemno=2'],
		['E-Mail', 'comp.php?itemno=3'],
		['Internet', 'comp.php?itemno=4'],
		['Training', 'comp.php?itemno=5']
		
	],
];
var MENU4_ITEMS = [
	['AUDIO &amp; VIDEO SERVICES', '#', null,
		['Home Theater', 'avs.php?itemno=1'],
		['Multi Room Audio and Video', 'avs.php?itemno=2'],
		['SMART Home Automation', 'avs.php?itemno=3']
	],
];
var MENU5_ITEMS = [
	['COMMUNICATIONS', 'comm.php', null,
	],
];
var MENU6_ITEMS = [
	['VIDEO SURVEILLANCE', 'videosurv.php', null,
	],
];
var MENU7_ITEMS = [
	['CONTACT', 'contact.php', null,
	],
];
 


 