/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://www.event-man.com/index.php'],
	['PRODUCTS', null, null,
		['EVENT-MAN', 'http://www.event-man.com/features.htm'],
		['EVENT-NET', 'http://www.event-man.com/EventNet/ENet.html'],
		['EVENT-TV', 'http://www.event-man.com/Event-TV.htm'],
		['BOOK-MAN', 'http://www.event-man.com/Book-Man.htm']
	],
	['CLIENTS', null, null,
		['by ALPHA', 'http://www.event-man.com/clients_alpha.php'],
		['by STATE', 'http://www.event-man.com/clients_byState.php'],
		['by TYPE', 'http://www.event-man.com/clients_type.php'],
		['INTERNATIONAL', 'http://www.event-man.com/clients_intl.php']
	],
	['TESTIMONIALS', 'http://www.event-man.com/testimonials.htm'],
	['SUPPORT', 'http://www.event-man.com/support.php'],
	['ABOUT US', 'http://www.event-man.com/aboutus.htm']
];
