/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = 
[  
    ['In memoriam Marc Sas','Documenten/lied.pdf'],
	['Startpagina','Index.php?pagina=home'],
    ['Contacteer','Index.php?pagina=28'],	
	
	
	
	
	['Onze school', null, null,
	    ['Schoolreglement', 'Documenten/schoolreglement.pdf'],
		['Algemeen', 'Index.php?pagina=14'],
		['Opvoedingsproject', 'Index.php?pagina=73'],			
		['Visietekst', 'Index.php?pagina=7'],
		['Geschiedenis', 'Index.php?pagina=6'],				
		['Bestuur', 'Index.php?pagina=24'],
		['Stratenplan', 'Index.php?pagina=133'],
		['Bereikbaarheid', 'Index.php?pagina=16'],
		['Dagindeling', 'Index.php?pagina=15'],	
						
	],
	['Studierichtingen', null, null,
		['Overzicht', 'Index.php?pagina=8'],
		['Eerste graad', 'Index.php?pagina=12'],			
		['Tweede graad', 'Index.php?pagina=13'],
		['Derde draad', 'Index.php?pagina=30'],	
		['Van graad 2 naar 3', 'Index.php?pagina=126'],	
	],
	['Opening', null, null,
	    ['Openingsuren', 'Index.php?pagina=86'],
		['Tijdens vakantie','Index.php?pagina=83'],
		['Vrije dagen','Index.php?pagina=44'],		
	],	
	['Infobrochure', 'Index.php?pagina=35'],
	['Opendeurdag', 'Index.php?pagina=101'],	
	['Reizen', null, null,
		['Skiën', 'Index.php?pagina=132'],
		['PN kamp', 'Index.php?pagina=42'],
		['Laatstejaarsreis', 'Index.php?pagina=79'],
	],
	['Projecten', null, null,
		['Increase', 'Documenten/increase.pdf'],
		['Natuur 2daagse', 'Index.php?pagina=90'],
		['El Molino', 'Index.php?pagina=95'],
	],
	['Inspraakorganen', 'Index.php?pagina=135'],
	['Werkgroepen', null, null,
		
		['Wereldwinkel', 'Index.php?pagina=106'],
		['Milieuraad', 'Index.php?pagina=109'],
		['Solidariteitsactie', 'Index.php?pagina=107'],
		['P.O.S.T.', 'Index.php?pagina=104'],
		['Drugspreventie', 'Index.php?pagina=105'],
		['LOS', 'Index.php?pagina=108'],
		['Oudercomité', 'Index.php?pagina=52'],
		['Feestcomité', 'Index.php?pagina=65'],
		['Overzicht werkgroepen', 'Index.php?pagina=103'],
	],
	
	['Mini-ondernemingen','Documenten/fichemini2009.pdf'],	
	
	['Leerlingenraad','Index.php?pagina=album&albumID=157'],	
	
		
	['Sport', null, null,
		['Naschoolse sport', 'Index.php?pagina=115'],
		['LO', 'Index.php?pagina=129'],
			['Wat voorbij is', null, null, 
				['2008-2009','Index.php?pagina=125'],
				['2009-2010','Index.php?pagina=128'],
			],
	  ],
	
		
	
	['Bibliotheek index', null, null,
		['1ste en 2de graad', 'Index.php?pagina=85'],
		['Engelse bib', 'Index.php?pagina=99'],		
	],	
	['Links', null, null,
		['Algemeen','Index.php?pagina=26'],
		['Frans','Index.php?pagina=34'],		
	],		
	[' CLB','Index.php?pagina=19'],
	['Foto-album / Archief','Index.php?pagina=album'],
	['Vacatures','Index.php?pagina=96'],
	['Jaarkalender','Documenten/jaarkalender.pdf'],
	['Maandkalender','Index.php?pagina=kalender'],
	['Ouderraad', null, null,
		['Wie zijn wij', 'Index.php?pagina=52'],
		['In dialoog treden', 'Index.php?pagina=119'],
		['Op de hoogte blijven', 'octoevoegen.php'],
		['Nieuws', 'Index.php?pagina=121'],		
		['Archief', 'Index.php?pagina=122'],	
	],
	
	/*['Proefwerken', null, null,
 		['1ste en 2de jaar', 'Documenten/PWgraad1juni.pdf'],
		['3de jaar', 'Documenten/pwjuni3.pdf'],
		['4de jaar', 'Documenten/pwjuni4.pdf'],
		['5de jaar', 'Documenten/pwjuni5.pdf'],
		['6de jaar', 'Documenten/pwjuni6.pdf'],
		['Lokalen 3-4', 'Documenten/lokaal2degraad.pdf'],
		['Lokalen 5-6', 'Documenten/lokaal3degraad.pdf'],
		
	],*/
	
	
	
	
	['Inhaaltoetsen','inhaaltoetsen'],
	
	
];

/*['Menu Compatibility', null, null,
		['Supported Browsers', null, null,
			['Win32 Browsers', null, null, 
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Opera 5+'],
				['Safari 3+'] // there must be no comma after the last element
			],
			['Mac OS Browsers', null, null,
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Safari 1.0+']
			],
			['KDE (Linux, FreeBSD)', null, null,
				['Netscape 6.0+'],
				['Mozilla 0.9+']
			]
		],*/