function laadMenu(id){

	var menuId = 'm' + id;
	var menuElement = document.getElementById(menuId);
	
	menuElement.style.color = '#003399';

}