/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Welcome', null, {'sb':'Welcome to CAOS 2006'}],
	['General Information', 'info.html', {'tw':'_parent','sb':'General Information'}],
	['Program', 'program.html', {'tw':'_self','sb':'Program'}],
	['About Montreal', 'about.html', {'tw':'_self','sb':'About Montreal'}],
	['Authors', 'authors.html', {'tw':'_self','sb':'Authoris'}],
	['Exhibitors', 'exhibitors.html', {'tw':'_self','sb':'Exhibitors'}],
	['Attendees', null, null,
		['Accommodation', 'attendees-logding.html', {'tw':'_self','sb':'Location and Hotel Accommodation'}],
		['Registration', 'http://www.pmmimeetings.com/caos2006/registration.html', {'tw':'_blank','sb':'Online Conference Registration'}],
		['Local Information', 'attendees-local.html', {'sb':'Local Information'}],
		['Visa Information', 'attendees-visa.html', {'tw':'_self','sb':'Visa Information'}]
	],
	['Contact', 'contact.html', {'tw':'_self','sb':'Contact Information'}]
];
