// Tree structure definition
var TREE_NODES = [
	["Schulprogramm", "praeambel.html", null,
		["Unsere Schule", "unsereschule.html", null,],			
		["Unterricht", "unterricht.html", null,],
		["Beratung und Betreuung", "beratung.html", null,],
		["Berufswahl", "berufswahl.html", null,],
		["Eigenverantwortliches Denken", "rvd.html", null,],
		["Konzept zur M&auml;dchenarbeit", "maedchenarbeit.html", null,],
		["Konzept zur Jungenarbeit", "jungenarbeit.html", null,],
		["Streitschlichtung", "streitschlichtung.html", null,],
		["Aktivit&auml;ten", "aktivitaet.html", null,],
		["Schule als Lebensraum", "lebensraum.html", null,],
		["Evaluation", "evaluation.html", null,],
		["Fortbildung", "fortbildung.html", null,]
	],
	["Schulgremien", "gremien.html", null,
		["Klassenpflegschaften", "klassenpflegschaft.html", null,]
	],
	["Schulordnung", "schulordnung.html", null,	
	],
	["Berufsberatung", "berufsberatung.html", null,	
	],
	["Berufsorientierungsbüro", "bob.html", null,
	],
	["Aktivitäten", null, null,
			["Filmproduktion im<br>Fach Mathematik", "mathe.html", null,],
//			["2", null, null,],
//			["3", null, null,],
//			["4", null, null,],
//			["5", null, null,],
//			["6", null, null,],
//			["7", null, null,],
//			["8", null, null,],
//			["9", null, null,]

		],
	["F&ouml;rderverein", "foerderverein.html", null,	
	],
	["Busfahrpl&auml;ne", "fahrplan.html", null,	
	],
	["Pressespiegel", "presse2011.html", null,
//		["Archiv", null, null,
//			["2009", null, null,],
//			["2008", null, null,],
//			["2007", null, null,],
//			["2006", null, null,],
//			["2005", null, null,],
//			["2004", null, null,],
//			["2003", null, null,],
//			["2002", null, null,],
//			["2001", null, null,]
//		]
		],
//	["Archiv", null, null,
//			["2009", null, null,],
//			["2008", null, null,],
//			["2007", null, null,],
//			["2006", null, null,],
//			["2005", null, null,],
//			["2004", null, null,],
//			["2003", null, null,],
//			["2002", null, null,],
//			["2001", null, null,]

//		]
];
