/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	
	
	
	['About Us',null,null,
		['About Us', 'about.html'],
		['Support', 'support.html'],
		['Celebrity Support', 'legends.htm'],
		['Brochure', 'pdfs/ROCKSTARMusic.pdf',  {'tw':'_blank'}],
		['Rock Media', 'media.html'],
		['STAR Education', 'http://www.starinc.org', {'tw':'_blank'}],
		
	],
		['Battle of the Bands', 'battle.html'],
	
	['JOINROCKSTAR', 'http://www.joinrockstar.org', {'tw':'_blank'}],

	['Camps', 'camps.html'],
	['Contact Us', 'contact.html'],

];
