/* Tigra Menu items structure */
var MENU_ITEMS = [
	['portfolio', 'portfolio.shtml', null,
		['current offering', 'featProp.shtml'],
		['virtual tours', 'tour.shtml'],
		['real estate professionals', 'repro.shtml']
	],
	['1031 exchanges', null, null,
		['what is a 1031 exchange?', '1031_whatis.shtml'],
		['1031 strategies for TIC property', '1031_strategies.shtml'],
		['Internal Revenue Code §1031', '1031_irscode.shtml']
	],
	['investor services', null, null,
		['Use your IRA or Pension Plan to Invest', 'ira_pension.shtml'],
		['investor\'s reports', 'login/client/', {'tw':'_blank'}],
		['register for future offerings', 'futureOffer.shtml'],
		['TIC FAQs', 'tic_faq.shtml']
	],
	['company info', 'comp.shtml', null,
		['business philosophy', 'phil.shtml'],
		['news and articles', 'news.html', {'tw':'_blank'}],
		['company profile', 'profile.shtml'],
		['executive team', 'team.shtml'],
		['contact us', 'contact.shtml']
	]
];
