/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'home.html' ,
			['Introduction Orangefield Trust', 'introduction_orangefieldtrust_management_administrative_and_trust_services.html'],
			['About us', 'about_us.html'],	
			
	],
	['Corporate', 'corporate_clients.html' ,	
	 		['Management and domiciliation', 'management_domiciliation.html'],
			['Accounting and reporting', 'accounting_reporting.html'],
			['Structuring services', 'structuring_services.html'],
			['Corporate legal services', 'corporate_legal_services.html'],
			['Structured finance', 'structured_finance.html'],
			['Shelf companies', 'shelf_companies.html'],
			['Escrow', 'escrow.html'],
			['Intellectual property', 'intellectual_property.html'],
			['Carbon credit', 'carbon_credit.html'],
			['Employee Participation Plan', 'employee_participation_plan_services.html'],	
			['Hong Kong Re-invoicing Services', 'hongkong_re-invoicing_services.html'],	
	],
	['Funds', 'funds.html' ,
		    ['Traditional and Hedge Funds', 'traditional_and_hedge_funds.html'],
	 		['Private equity', 'private_equity.html'],
			['Real estate', 'real_estate.html'],
				
	],
	['Private clients', 'private_clients.html',
	 		['Asset protection', 'asset_protection.html'],
			['Investment companies', 'investment_companies.html'],
			['Wealth transfer', 'wealth_transfer.html'],
			['Charity', 'charity.html'],

	],
	['Global Presence', 'global_presence.html',
	 		
	],
];

