var MENU_ITEMS = [
	['Firm Profile', 'profile.html', null,
		['Introduction', 'intro.html'],
		['History of the Firm', 'history.html'],
		['Core Values', 'core.html'],
		['International Affiliations', 'affiliation.html'],
		['In the Community', 'community.html'],
	],
	['News', 'news.html', null],
	['Our People', 'people.html', null,
		['Bernard Stotland', 'bstotla.html'],
		['Louis Grossbaum', 'lgrossb.html'],
		['Nathan Bratt', 'nbratt.html'],
		['Alvin Fagen', 'afagen.html'],
		['Charles Leibovich', 'cleibov.html'],
		['Derrick Blumenthal', 'dblumen.html'],
		['Imre Weinberger', 'iweinbe.html'],
		['Maria Tortorici', 'mtortor.html'],
		['Sheldon Krakower', 'skrak.html'],
		['Stuart Benton Korne', 'skorne.html'],
                ['Henry Rosenhek', 'hrosen.html'], 
	],
	['Our Services', 'services.html', null,
		['Accounting', 'accounting.html', null,
			['Accounting & Financial Statement Preparation', 'afsp.html'],
			['Audit Review and Compliance', 'audit.html'],
			['Not-for-profit Organization', 'nonprof.html']
		],
		['Consulting', 'consulting.html', null,
			['Mergers & Acquisitions', 'mergers.html'],
			['Business Valuation', 'valuation.html'],
			['Business Advisory Services', 'badvisory.html'],
			['Business Planning', 'bplanning.html'],
			['Corporate Finance', 'corpfin.html'],
			['Wealth Management', 'wealth.html'],
			['Budgeting and Cash Flow Forecasting', 'budget.html'],
			['Debt & Financing Services', 'debt.html'],
			['Management Advisory Services', 'madvisory.html']
		],
		['Tax Service', 'tax.html', null,
			['Estate and Succession Planning', 'estate.html'],
			['Corporate Reorganizations', 'corpreor.html'],
			['Corporate and Personal Tax Planning', 'tplan.html'],
			['Charitable Giving', 'giving.html'],
			['Tax Audits', 'taxaudit.html'],
			['Tax Litigation', 'taxlit.html'],
			['Voluntary Disclosure', 'disclosure.html'],
			['Corporate and Personal Tax Compliance', 'compliance.html'],
			['Cross-Border & International Tax', 'intltax.html'],
			['Shareholder Agreement', 'sharehold.html'],
			['Clearance Certificates', 'clearance.html'],
			['Sales Tax Issues', 'salestax.html'],
			['Tax Collections', 'collections.html']
		],
	],
	['Liquidation Files', 'liquidation.html', null],
	['Careers', 'careers.html', null,
		['Job offers', 'jobs.html']
	],
	['Contact Us', 'contact.html', null],
];