/* --- menu items --- */

var MENU_ITEMS = 
[
	['Home', 'index.html'],
	['Costumes', null,
		['Getting Started', 'gettingstarted.html'],
		['Pearl', null,
			['1984, London', '1984_pearl.html'],
			['1993, Las Vegas', '1993_pearl.html'],
			['2001, London', '2001_pearl.html'],
		],
		['Volta', 'volta.html'],
		['Rocky 3', 'rocky3.html'],
		['Greaseball', 'greaseball.html'],
		['Rusty', null,
			['Male', 'male_rusty.html'],
			['Female', 'female_rusty.html'],
		],
		['Bears', 'bears.html'],
	],
	['Costume Meets', null,
		['London', null,
			['19/08/00', '190800.html'],
			['22/12/00', '221200.html'],
			['09/01/01', '090101.html'],		
			['24/03/01', '240301.html'],
			['07/08/01', '070801.html'],
			['07/01/02', '070102.html'],
			['08/01/02', '080102.html'],
			['09/01/02', '090102.html'],
			['10/01/02', '100102.html'],
			['11/01/02', '110102.html'],
			['12/01/02', '120102.html'],
		],
		['Bochum', null,
			['09/07/01', '090701.html'],
		],

	],

	['Miscellaneous', null,
			['StEx Fan Club', 'http://www.beeptwo.com/stexfanclub'],
			['Forum', 'http://network54.com/Hide/Forum/90132'],
			['Email', 'mailto:anna@beeptwo.com'],
	],
	
];
