/* --- menu items --- */
var MENU_ITEMS = [
	['Over Alcast', null,
		['Bedrijfsprofiel', 'index.php?id=1',
			['Productieproces', 'index.php?id=2'],
		],
		['Kwaliteit', 'index.php?id=3',
			['Filosofie', 'index.php?id=4'],
			['Personeel', 'index.php?id=5'],
			['VMRG', 'index.php?id=6'],
		],
		['Werkwijze', 'index.php?id=7'],
        ['Reynaers Diamond', 'index.php?id=8'],
        ['Alcast Ambassadeur', 'index.php?id=9'],
        ['Veiligheid', 'index.php?id=10'],
        ['Politiekeurmerk', 'index.php?id=11'],
        ['Links', 'index.php?id=34'],
	],
	['Producten', null,
			['Aluminium-Kunststof', 'producten_alu.php'],
			['Ramen', 'producten_ram.php'],
			['Deuren', 'producten_deur.php'],
			['Serres', 'producten_ser.php'],
			['Terrasoverkappingen', 'producten_ter.php'],
			['Lichtstraten', 'producten_lic.php'],
			['Winkelpuien', 'producten_winkelp.php'],
			['Projecten', 'producten_proj.php'],
			['Utiliteitsbouw', 'producten_ubouw.php'],
			['Rolluiken', 'producten_roll.php'],
			['Screens', 'producten_scre.php'],
			['Glas', 'producten_gla.php'],
			['Financiering', 'index.php?id=37'],
	],
	['Contact', null,
			['NAW-gegevens', 'index.php?id=25'],
			['Plattegrond', 'index.php?id=26'],
			['Openingstijden', 'index.php?id=27'],
			['Mail ons', 'contact_form.php'],
	],
	['Downloads', null,
			['Algemene Folder', 'index.php?id=28'],
			['Folder Kunststof', 'index.php?id=29'],
			['Folder Aluminium ramen en deuren', 'index.php?id=30'],
			['Folder Zonwering', 'index.php?id=31'],
			['Onderhoudsrichtlijnen', 'index.php?id=32'],
	],
	['Nieuwsbrieven', null,
			['Nieuws', 'nieuws.php'],
			['Archief', 'archief.php'],
	],
];

