/*
  --- 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 = [
	/*['Home', 'index.htm',],*/
		
	['Services', 'services.htm', null,
		['IT Consulting', 'consulting.htm'],
		['Network Design and Implementation', 'ndi.htm'],
		['Mobile and Wireless Solutions', 'wireless.htm'],
		['Remote Access and VPN Solutions', 'vpnsolutions.htm'],
		['Voice Over IP (VOIP)', 'voip.htm'],
		['IP Camera Surveillance', 'ipcamera.htm'],
		['Desktop Computing', 'computing.htm'],
		['Remote Support', 'RA/RA.htm'],
		/*['Web Design and Development', 'webdesign.htm'],*/
		
	],
	['About Us', 'about.htm', null,
		['About Achievia', 'company.htm'],
		['Mission Statement', 'mission.htm'],
		['Achievia SMART Solutions', 'smart.htm'],
		/*['AchieviaPro Network', 'http://achieviapro.achievia.ca'],*/
		/*['Our Team', 'team.htm']*/,
		/*['Clients', 'clients.htm'],*/
	],
	['Contact Us', 'contact.php',],
	['Support', 'RA/RA.htm',],
];


