
var MENU_ITEMS = [
    
    ['Home', 'index.htm',
	],
    
    ['About Us', null,
        ['Letter From the MD', 'letter.htm'],
	['Letter From the MD', 'letter.htm'],
        ['Our People', 'ourpeople.htm'],
        ['Our Commitment to you', 'commitment.htm'],
        ['Our Fees', 'fees.htm'],
        ['EBIS', 'ebis.htm'],
	],
    
    
  	['What We Do', 'what.htm', null,
		['Wealth Check', 'wealthcheck.htm'],
    		['Wealth Management', 'what.htm'],
    		['Consultation Process', 'consult.htm'],
    		['Investment Process', 'invest.htm'],
	],
    

    ['Our Clients', 'clients.htm', null,
        ['Who We Can Help', 'who.htm'],
        ['What Our Clients Say', 'clients.htm'],
    ],
    
    
    ['Resources', 'resources.htm',
	],
    
    
    ['Contact Us', 'contact.htm',
  ],
];

