/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['About Us', 'about.htm', null,
		['Who We Are', 'who.htm', null,
			['Executives', 'execprofiles.htm'],
			['Location & Directions', 'findus.htm']
		],
		['What We Do', 'what.htm', null,
			['Enterprise Content Management', 'ecm.htm'],
			['Business Process Management', 'bpm.htm'],
			['Business Intelligence', 'bi.htm'],
			['Enterprise Capture', 'capture.htm']
		],
		['How We Do It', 'how.htm', null,
			['Project Approach', 'sdlc.htm'],
			['Centers of Excellence', 'coe.htm'],
			['Coexistence and Migration', 'coex.htm'],
			['Industry Experience', 'industries.htm'],
			['Staffing and Workforce Augmentation', 'staffing.htm']
		]
	],
	['SYSCOM Overview', 'http://www.syscom.com:8080'],	
	['SYSCOM Software', 'software.htm', null,
		['IBIG', 'ibig.htm'],
		['IP2CM', 'ip2cm.htm'],
		['IICE Connectors', 'iice_connectors.htm'],
		['AIS+EE', 'aisee.htm'],
		['SYSCOM Fax Integration', 'sfi.htm'],
		['MVS Connect', 'mvsconnect.htm'],
		['ASImport', 'asimport.htm']
	],
	['SYSCOM Library', 'library.htm'],
	['Support Center', 'support_center.htm'],
	['Careers', 'careers.htm'],
	['Employee Zone', 'http://intranet.syscom.com']
];
