/* Tigra Menu items structure */

var MENU_ITEMS = [
	['The website', 'home.php', {'tt':'Utribe Festival 2009 unofficial home page '},
		['A bit about tribes', 'about_tribes.php', {'tt':'Hear Seth Godins comment on tribes today'}],
		['The Official Site', 'http://utribe.org', {'tt':'The official Utribe Festival Site'}],
		['about this site', 'about-this-site.php', {'tt':'Why would I bother making a website about Utribe? - some background'}],
		['Site Map', 'home.php#sitemap', {'tt':'site map - text links to the parts of Utribe website '}],
//		['email a friend', 'emailafriend.php', {'tt':'You can let a friend know about Utribe Clinic with our email-a-friend service '}],
		['Theme Song', 'utribe_theme-song.php', {'tt':'Listen to the inspiring theme song for the festival '}]
	],
	['The Artists', 'artists.php', {'tt':'The artists who are appearing at the festival'},
		['Music', 'utribe_artists_music.php', {'tt':'The musicians lineup for the festival'}],
		['Healing', 'utribe_healing_festival.php', {'tt':'The Healing aspect of the festival and healers lineup for the festival.'}],
		['Childrens', 'utribe_childrens_festival.php', {'tt':'the Childrens Festival events and activities.'}]
	],
	['The Festival', 'utribe_festival.php', {'tt':'Information about the festival and what is there for you'},
		['Music Festival', 'utribe_artists_music.php', {'tt':'The musicians lineup for the festival'}],
		['Healing Festival', 'utribe_healing_festival.php', {'tt':'The Healing aspect of the festival and healers lineup for the festival.'}],
		['Childrens Festival', 'utribe_childrens_festival.php', {'tt':'the Childrens Festival events and activities.'}],
		['Childrens Program', 'utribe_childrens_festival_program.php', {'tt':'the Childrens Festival: times of the various events and activities.'}],
	 	['The Space', 'utribe_festival_space.php', {'tt':'Where the Festival is happeneing, how to get there '}],
		['Tickets', 'utribe_tickets.php', {'tt':'How to get tickets for the Utribe Festival'}],
		['Stallholders', 'utribe_stalls.php', {'tt':'How to organise a stall at the Festival'}],
		['Press clippings', 'utribe_press_covers.php', {'tt':'Bits and pieces that have appeared in the press '}]
	],
	['The Team', 'utribe_team.php', {'tt':'The people who are making Utribe manifest '}]
];
