/*
  --- menu items --- 
  13 June 2008
*/
var MENU_ITEMS = [
	['home', 			'home.php', null],
	['about us', 		'home.php?page=A01', null,
		['people',		'home.php?page=A0101', null],
		['history',		'home.php?page=A0102', null]
	],
	['our music', 		'home.php?page=A02', null],
	['events', 			'home.php?page=A03', null],
	['join us', 		'home.php?page=A04', null],
	['contact us', 		'home.php?page=A05', null],
	['links', 			'home.php?page=A06', null]
];

/*	open a new window - for target='_blank' */
function nw(url) {
window.open(url, '_blank')
}