/* 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.php'],
		['EVENT-NET', 'http://www.event-man.com/EventNet/ENet.html'],
		['EVENT-TV', 'http://www.event-man.com/EventTV/Event-TV.htm'],
		['BOOK-MAN', 'http://www.event-man.com/BookMan/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.php'],
	['SUPPORT', 'http://www.event-man.com/support.php'],
	['ABOUT US', 'http://www.event-man.com/aboutus.php'],
	['<img src="menu_files/logmein.png" height=16 width=15 align="absmiddle">&nbsp; LOG ME IN', 'http://www.logmein123.com', {'tw':'_blank'}]
];

/*['CVMWGA', 'http://www.cvmwga.com', {'tw':'_blank'}],*/
/*function nw(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=600,WIDTH=750, scrollbars=no');
}*/