/* Tigra Menu items structure */
var MENU_ITEMS = [
	['&nbsp;&nbsp;&nbsp;&nbsp;HOME', '/index.shtml', {'sb':'Netflexity, Ltd.'}],
	['PRODUCTS', null, null,
		['Qflex', '/qflex/index.shtml', {'sb':'Qflex - Middleware monitoring'}],
	],
	['SOLUTIONS', '/Solutions.shtml', {'sb':'Solutions'},
		['Open Source Support', '/OSServices.shtml', {'sb':'Open Source Support'}],
		['Investor Services', '/InvestorServices.shtml', {'sb':'Investor Services'}],
		['Application Development', '/ApplicationDevelopment.shtml', {'sb':'Application Development'}],
		['Middleware Management', '/MiddlewareManagement.shtml', {'sb':'Middleware Management'}],
		['Information Security', '/InformationSecurity.shtml', {'sb':'Information Security'}],
		['Enterprise Application Integration', '/EAI.shtml', {'sb':'Enterprise Application Integration'}]
	],
	['&nbsp;&nbsp;CLIENTS', '/Clients.shtml', {'sb':'Clients'}],
	['CONTACT US', '/Contact.shtml', {'sb':'Contact Us'}]
];