/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home',  'AboutBigWigs.htm'],
	['About Big Wigs',  'BigWigsStory.htm'],
	['Schedule', 'http://ical.mac.com/WebObjects/iCal.woa/wa/default?d=1&u=steven.levins&v=1&y=2010&m=4&n=Big%20Wigs%20Calendar.ics',{'tw':'_blank'}],
	['Media', null, null,
		['Photos', 'http://gallery.me.com/steven.levins#100064&view=mosaic&sel=0', {'tw':'_blank'}],
		['Videos', 'Videos_BigWigs.htm'],
		['Press Kit', 'PressKit.htm']
	],
	['More of Kasha & Aggy', null, null,	
	 	['Big Wigs Facebook', 'http://www.facebook.com/pages/The-Big-Wigs/55997895669',{'tw':'_blank'}],
		['KashaDavis.com', 'http://www.kashadavis.com/',{'tw':'_blank'}],
		['Kasha on Facebook', 'http://www.facebook.com/profile.php?id=1751846881',{'tw':'_blank'}],
		['AggyDune.com', 'http://aggydune.com/',{'tw':'_blank'}],
		['Aggy on Facebook', 'http://www.facebook.com/aggy.dune',{'tw':'_blank'}]
	],
	['Booking Information', 'BWContact.htm'],
	['Links', 'BWLinks.htm']
	
];

