/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['About', '/about.html', null,
		['Management', '/management.html'],
		['Board of Directors', '/board.html'],
		['Advisory Board', '/advisory.html'],
		['Clients', '/clients.html'],
		['Partnerships', '/collaboration.html'],
		['Careers', '/careers.html'],
		['Request Info', '/EdgewareAnalytics.php']
	],
	['Online Exchanges', '', null,
		['Loan Exchange', 'http://www.SmallBusinessLoanExchange.com'],
		['GovGex.com', 'https://www.GovGex.com']
	],
	['Products & Services', '/productsservices.html', null,
		['Products', '/productsservices.html'],
		['Services', '/consulting.html']
	],
	['News & Events', '/news.html', null,
		['News', '/news.html'],
		['Events', '/events.html']
	],
	['Contact Us', '/EdgewareAnalytics.php'],
	['Login', '', null,
		['Oscore', 'https://www.ew-a.com/Oscore/login.php'],
		['ScoreEdge', 'https://www.ew-a.com/ScoreEdge/login.php'],
		['ScoreEdge504', 'https://www.ew-a.com/ScoreEdge504/login.php'],
		['Loan Exchange', 'https://www.ew-a.com/LoanExchange/login.php'],
		['GovGex', 'https://www.Govgex.com']
	]
];
