/*
  --- menu items --- 
 
*/
var MENU_ITEMS = [

	['&nbsp home', 'index.html'],
	 
	['&nbsp gallery', 'gallery.html'
		
		
		
	],
	['&nbsp events' , 'shows.html'],
	
['&nbsp the artist',null,null,
		['bio','bio.html'],
		['cv','resume.html'],
		['contact','contact.html'],
		],
['&nbsp affiliations' , 'affiliations.html'],


	
];


