var MENU_ITEMS = [



	['STARTPAGINA', 'index.php'

	],



	['OVER ONS', null, null,
		['Bedrijfsprofiel', 'bedrijfsprofiel.php'],
		['Openingstijden', 'openingstijden.php']
	],
	['INFORMATIE', null, null,
		['Airco', 'airco.php'],
		['Tips', 'tips.php']

	],
	['CONTACT', null, null,
		['Contactgegevens', 'contact.php'],
		['Contactformulier', 'contactformulier.php'],
		['Routebeschrijving', 'routebeschrijving.php']
	],
];


