/*
  --- menu items --- 
  13 June 2008
*/
var MENU_ITEMS = [
	['normal 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],
		['about the site',	'home.php?page=A07', null]
	],
	['members&rsquo; home',	'home.php?page=B01', null],
	['news',				'home.php?page=B02', null,
		['announcements',	'home.php?page=B02', null],
		['documents',		'home.php?page=B0201', null],
		['old news',		'home.php?page=B0202', null]
	],
	['choir resources',		'home.php?page=B08', null,
		['full choir',			'home.php?page=B06', null,
			['members',			'home.php?page=B06', null],
			['Sibelius files',	'home.php?page=B0601', null],
			['scores',			'home.php?page=B0602', null],
			['MP3 files',		'home.php?page=B0603', null],
			['midi files',		'home.php?page=B0605', null]
		],
		['SIGs',				'home.php?page=B03', null,
			['sounds familiar',		'home.php?page=B0301', null,
				['members',			'home.php?page=B030104', null],
				['Sibelius files',	'home.php?page=B030101', null],
				['scores',			'home.php?page=B030102', null],
				['MP3 files',		'home.php?page=B030103', null],
				['midi files',		'home.php?page=B030105', null]
			],
			['barbershop',			'home.php?page=B0302', null,
				['members',			'home.php?page=B030204', null],
				['Sibelius files',	'home.php?page=B030201', null],
				['scores',			'home.php?page=B030202', null],
				['MP3 files',		'home.php?page=B030203', null],
				['midi files',		'home.php?page=B030205', null]
			],
			['folk',				'home.php?page=B0303', null,
				['members',			'home.php?page=B030304', null],
				['Sibelius files',	'home.php?page=B030301', null],
				['scores',			'home.php?page=B030302', null],
				['MP3 files',		'home.php?page=B030303', null],
				['midi files',		'home.php?page=B030305', null]
			],
			['adoremus',			'home.php?page=B0304', null,
				['members',			'home.php?page=B030404', null],
				['Sibelius files',	'home.php?page=B030401', null],
				['scores',			'home.php?page=B030402', null],
				['MP3 files',		'home.php?page=B030403', null],
				['midi files',		'home.php?page=B030405', null]
			]
		],
	],
	['gallery',				'home.php?page=B04', null],
	['forum',				"javascript:nw('phpBB3/index.php')", null],
	['site admin',			'home.php?page=B07', null,
		['admin detail',	'home.php?page=B0701', null],
		['uploads',			'home.php?page=B0702', null],
		['passwords',		'home.php?page=B0703', null]
	]
]
	;

/*	open a new window - for target='_blank' */
function nw(url) {
window.open(url, '_blank')
}
