/* 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'}],
		
	],
	['Winterfest',null,null,
		['Los Angeles', 'la.htm'],
		['San Diego', 'sandiego.htm'],
		['Nashville', 'nashville.htm'],
		
	],
	
	['JOINROCKSTAR', 'http://www.joinrockstar.org', {'tw':'_blank'}],
	


	['Camps', 'camps.html'],
	
	['Registration', 'https://checkout.starinc.org/fmi/iwp/cgi?-db=summeronline&-loadframes', {'tw':'_blank'}], //'https://checkout.starinc.org/fmi/iwp/cgi?-db=nova_online&-loadframes', {'tw':'_blank'}],

	['Donate', 'http://support.rockstarmusiceducation.org'],
	
	['Contact Us', 'contact.html'],

];

