function displayImage(id) {
	document.getElementById(id).style.display = 'inline';
	document.getElementById('kalender').style.display = 'none';
}
