var MENU_ITEMS = [
	['Home', 'default.asp'],
	['About Us', 'companyprofile.asp', null,
		['Company Profile', 'companyprofile.asp'],
		['Financial Market Expertise', 'markets.asp'],
		['Our Vision', 'ourvision.asp'],
		['Our History', 'ourhistory.asp'],
		['Our Clients', 'ourclients.asp'],
		['Contact Us', 'contact.asp'],
		['References', 'reference.asp']
	],
	['Products', 'dart-reporting.html', null,
		['DART', 'dart-reporting.html'],
		['FXAT', 'fxat.asp'],
		['AT', 'product_at.asp']
	],
	['Solutions', 'asset_management.asp', null,
		['Asset management', 'asset_management.asp'],
		['Portfolio management', 'portfolio_management.asp']
	],
	['Services', 'so_building.asp', null,
		['Solution Building', 'so_building.asp'],
		['Implementation', 'implementation.asp'],
		['Custom Development', 'custom_dev.asp'],
		['Regional Support', 'regional.asp']
	],
	['Press Room', 'pressroom_news.asp', null,
		['News', 'pressroom_news.asp'],
		['Technology Comment', 'pressroom_technology.asp']
	],
];

