/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', '../index.php', {'tw':'_self'}],
    ['store', '../store/', {'tw':'_self'}],
	
	
   
	
	['contact', '../cbma.php ', {'tw':'_self'},
	['contact', '../cbma.php', {'tw':'_self'}],
    ['supporters', '../sponsor.php', {'tw':'_self'}],
		['volunteer', '../volunteer.php', {'tw':'_self'}],
		['links', '../links.php', {'tw':'_self'}],
		['travel', '../travel.php', {'tw':'_self'}]
		
		],
		
	['archives', '../archives/archives.php', {'tw':'_self'},
	['2008', '../archives/archives.php#2008', {'tw':'_self'}],
		['2007', '../archives/archives.php#2007', {'tw':'_self'}],
		['2006', '../archives/archives.php#2006', {'tw':'_self'}], 
		['2005', '../archives/archives.php#2005', {'tw':'_self'}], 
	['Hall of Fame', '../archives/archives.php#halloffame', {'tw':'_self'}],
	['Past Artists', '../fullartist.php', {'tw':'_self'}],
	['CBMA History', '../history.php', {'tw':'_self'}] 
	
		],
	
	
	

	
	];
