// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['CATALOGUE', "catalogue.htm", {'sb':'the RK shop (catalogue.htm)'},
		['all', 'catalogue.htm'],
		['THE CAT BOX QUARTET ', 'cbq.htm'],
		['CAVIL ', 'cavil.htm'],
		['CESSNA ', 'cessna.htm'],
		['ESSIAR ', 'essiar.htm'],
		['GYPSOPHILE ', 'gypsophile.htm'],
		['THE HEPBURNS ', 'hepburns.htm'],
		['NICE SYSTEM aka...', 'nicesystem.htm'],
		['TESTBILD! ', 'testbild.htm'],
		['REPLICANT ', 'replicant.htm'],
		['ANTHONY ROCHESTER ', 'anthony.htm'],
		['WATOO WATOO ', 'watoo.htm'],
		['18fps ', '18fps.htm'],
		['t-shirts, posters, etc.', 'graphics.htm'],
		['FRIENDLY NOISE ', 'friendlynoise.htm'],
		['QUINCE RECORDS ', 'quince.htm'],
		['VESPERTINE &amp; SON ', 'vespertine.htm'],
		['Recommended odds &amp; ends ', 'friendly.htm', {'sb':'Recommended odds and ends (friendly.htm)'}]
	],
	['DOWNLOADS', 'down.htm',
	],
	['OFF TOPIC', 'OT-the_loudness_war.shtml', {'sb':'off topic: ranting (OT-the_loudness_war.shtml)'},
//		['Honest Recordings, Dishonest Times', 'OT-honest_recordings_dishonest_times.shtml'],
		['Loudness War Editions', 'OT-the_loudness_war.shtml'],
		['Hummers', 'OT-hummers.shtml']
//		['Future[SPAM]', 'OT-futurespam.shtml'],
//		['The Coal Itself', 'OT-coal.shtml'],
//		['Asbestos', 'OT-asbestos.shtml'],
//		['Toxic Salad', 'OT-salad.shtml'],
//		['Google Bombing', 'OT-googlebombing.shtml'],
//		['Girly Men', 'OT-girlymen.shtml'],
//		['Love of Tony', 'OT-LoveOfTony.shtml']
	], 
	['B&Uuml;GELFREI', "buegelfrei.htm", {'sb' : 'Buegelfrei: design notes (buegelfrei.htm)'}, 
	 	[':::design notes:::', null ],
	 	['khz107 - Something Worth Stealing', 'buegelfrei-107.htm'],
		['khz205 - Music for Librarians', 'buegelfrei-205.htm'],
		['khz105 - Running Uphill', 'buegelfrei-105.htm'],
		['khz303 - Terminus', 'buegelfrei-303.htm'],
		['khz203 - The Last Thing I Saw Before I Said Goodbye', 'buegelfrei-203.htm'],
		['mhz103 - Deciphering Linear A', 'buegelfrei-103.htm'],
		['khz302 - Kuuki No Soko', 'buegelfrei-302.htm'],
		['khz202 - Deux musiciens en crise', 'buegelfrei-202.htm'],
		['khz102 - The Double Life of Testbild!', 'buegelfrei-102.htm'],
		['khz401 - The Soft Rains of Delta Cephei', 'buegelfrei-401.htm'],
		['khz301 - The Politics of Disappearance', 'buegelfrei-301.htm'],
		['khz201 - Impractical Guide to the Opposite Sex', 'buegelfrei-201.htm'],
		['khz101 - De loin, les choses', 'buegelfrei-101.htm'],
		['the old catalogue cards', 'buegelfrei-inserts.htm']
	] 
];


