/* 		['dienst 2', 'javascript:alert(\'hello world\')', null,], */

var MENU_ITEMS = [
	['Home', 'index.php', null,],
	['Diensten', null, null,
		['Email', 'index.php?mnu=101', null,],
		['Webhosting', 'index.php?mnu=102', null,],
		['Domeinregistratie', 'index.php?mnu=103', null,],
		['Webdesign', 'index.php?mnu=104', null,],
		['Drukwerk', 'index.php?mnu=105', null,]
	],
	['Acties', 'index.php?mnu=201', null,],
	['Portfolio', 'index.php?mnu=301', null,],
	['Over ons', 'index.php?mnu=501', null,],
	['Contact', null, null,
		['Contact', 'index.php?mnu=603',null,],
		['Informatie', 'index.php?mnu=601',null,],
		['Storing', 'index.php?mnu=602',null,]
	],
	['Login', 'index.php?mnu=701', null,],
	['Betalen', 'index.php?mnu=100', null,]
];
