/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Individuals', 'individuals.html', null,
		['High-Net-Worth Individuals','highnetworth.html'],
		['Entrepreneurs','entrepreneurs.html'],
		['High Income Professionals','highincome.html'],
		['Entertainers','entertainers.html'],
		['Individual Tax Payers','individualtax.html'],
	],
];

var MENU_ITEMS2 = [
	['Organizations', 'organizations.html', null,
		['Corporations','corporations.html'],
		['Non-Profit Organizations','nonprofit.html'],
		['Small Business Owners','smallbusiness.html'],
		['Trust/Estate Executors','trust.html'],
	],
];

