/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'index.html',
	],
	['About the Band', 'band.htm',
	],
	['Discography', 'music.htm',
	],
	['Photos', 'photos.htm',
	],
	['Links', 'links.htm',
	],
			
	['Contact Us', 'contact.htm',
		
	],
	['Flyers', 'flyers.htm',
	],
	
];


