// JavaScript Document

/* Tigra Menu items structure */
var MENU_ITEMS = [
	[' > Aktuelles', 'p0-akt.htm'],
	[' > Ueber uns', 'p01-wir.htm'],
	[' > Orgeln 1', 'p02-org.htm', null,
	    [' - Forchheim, 2010', 'p02-21.htm'],
		[' - Schramberg, 2009', 'p02-22.htm'],
	    [' - Haemeenlinna, 2008', 'p02-20.htm'],
	 	[' - Westerstetten', 'p02-19.htm'],
		[' - Freiburg St. Georgen', 'p02-18.htm'],
		[' - Vagos', 'p02-17.htm'],
		[' - Illerrieden', 'p02-16.htm'],
		[' - Richen', 'p02-15.htm'],
		[' - Mittelstadt', 'p02-14.htm'],
		[' - Haemeenlinna', 'p02-13.htm'],
		[' - Pforzheim', 'p02-12.htm'],
	],
	
	[' > Orgeln 2', 'p02-org.htm', null,
		[' - Gernsbach', 'p02-11.htm'],
		[' - Pinkafeld', 'p02-10.htm'],
		[' - Nuernberg', 'p02-9.htm'],
		[' - Neukirch', 'p02-8.htm'],
		[' - Herten-Disteln', 'p2-7.htm'],
		[' - Porto', 'p02-6.htm'],
		[' - Stoob', 'p02-5.htm'],
		[' - Leiria', 'p02-4.htm'],
		[' - Konstanz', 'p02-3.htm'],
		[' - Essen-Bredeney', 'p02-2.htm'],
		[' - Schiltach', 'p02-0.htm'],
		[' - Kleinorgeln', 'p02-1.htm'],
	],
	
	[' > Anfahrt', 'p04-anf.htm'],
	[' > Kontakt', 'p05-kon.htm'],
	[' > Impressum', 'p06-imp.htm']
];
