function openkalender()
{
	document.getElementById("specificatie").style.display = "block";
}

function showSpecialData(data, divId)
{
	
	var div = document.getElementById(divId);
	
	div.innerHTML = data;
	
}
