
		var Tree = new Array;
		// nodeId | parentNodeId | nodeName | nodeUrl
		Tree[0]  = "1|0|Home|/englisch/index.php";
    Tree[1]	 = "2|0|About us|/englisch/aboutus/";
    Tree[2]	 = "3|2|Teaching Staff|/englisch/aboutus/teacher.php";
    Tree[3]	 = "4|2|A walk around ...|/englisch/aboutus/walk.php";
    Tree[4]	 = "5|2|Leisure activities|/englisch/aboutus/ags.php";
    Tree[5]	 = "6|2|How to get here|/englisch/aboutus/howtogethere.php";
		Tree[6]	 = "7|0|Educational Programme|/englisch/program/";
    Tree[7]	 = "8|7|Tradition and ...|/englisch/program/tradition.php";
    Tree[8]	 = "9|7|Partnership|/englisch/program/partnership.php";
		Tree[9]	 = "10|7|Languages|/englisch/program/languages.php";
	  Tree[10]	 = "11|7|School Trips|/englisch/program/trips.php";	
    Tree[11]	 = "12|7|Mathematics ...|/englisch/program/science.php";
    Tree[12]	 = "13|7|Preliminary Phase|/englisch/program/preliminary.php";
    Tree[13]	 = "14|7|How to Learn|/englisch/program/learning.php";
    Tree[14]	 = "15|7|Pupils with a Future|/englisch/program/future.php";
    Tree[15]	 = "16|7|Modern media|/englisch/program/media.php";
    Tree[16]	 = "17|0|Feedback|/englisch/feedback/";
    
    
    
    
    
    
    