/*
  --- 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', 'default.aspx'],
	['About NeoSystems', 'about.aspx', null,
		['Mission', 'mission.aspx'],
		['Why NeoSystems', 'whyneosystems.aspx'],
		['Management Team', 'management.aspx'],
		['Locations', 'locations.aspx'],
		['Careers', 'http://neosystems.avature.net/jobs#'],
		['Support Request', 'http://support.neosystems.net/ics/support/default.asp?deptID=4328'],
	],
	['Services', 'services.aspx', null,
		['Managed Services', 'managedservices.aspx'],
		['Application Services', 'applicationservices.aspx'],
		['EVM Services' , 'evmservices.aspx'],
		['Hosting Services' ,'hostingservices.aspx'],
		['Consulting Services', 'consultingservices.aspx'],
		['Financial Services', 'financialservices.aspx'],
		['GCS Disaster Recovery', 'disasterrecoveryservices.aspx'],
	],
	['Products', 'products.aspx'],
	['Partners', 'partners.aspx', null,
		['Preferred Partners', 'preferredpartners.aspx'],
		['Bank Partners', 'bankpartners.aspx'],
		['Benefits Partners', 'benefitspartners.aspx'],
		['CPA Partners', 'cpapartners.aspx'],
		['Financing Partners', 'financingpartners.aspx'],
		['Legal Partners', 'legalpartners.aspx'],
	],
	['Resources', null, null,
		['Articles' ,'articles.aspx'],
		['Press Releases' ,'pressreleases.aspx'],
	],
	['Contact Us', 'contactus.aspx'],	
];	
		