/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sb':'ESPE Conference Homepage'}],
	['Programme', 'program.html', {'sb':'ESPE Conference Programme'}],
	['Committees', 'committees.html', {'sb':'ESPE Conference Committees'}],
	['Registration', 'registration.html', {'sb':'Register for the ESPE Conference'}],
	['Accommodation', 'accommodation.html', {'sb':'Local Accommodation Locations'}],
	['General Information', 'generalinfo.html', {'sb':'Local General Information'}],
	['Conference Information', 'conferenceinfo.html', {'sb':'ESPE Conference Information'}],
	['Conference Map', 'ESPE%20Conference%20Venue%20Map.pdf', {'sb':'ESPE Conference Map'}],
	['Call for Papers', 'callpapers.html', {'sb':'Information regarding the ESPE call for papers'}],
	['List of Participants', 'participants.html', {'sb':'List of Participants at the ESPE Conference'}],
	['Exhibitors', 'exhibitors.html', {'sb':'List of Exhibitors at the ESPE Conference'}],
	['Sponsors', 'sponsors.html', {'sb':'List of Sponsors for the ESPE Conference'}],
	['Pictures', 'http://www.flickr.com/photos/28893238@N02/sets/72157606348118726/show/', {'sb':'Pictures'}],
	['Contact Us', 'contact.html', {'sb':'Contact Us'}]
];
