function visaKalender(id) {
	obj_style = document.getElementById('kalender' + id).style
	if (obj_style.display == 'block')
		obj_style.display = 'none';
	else
		obj_style.display = 'block';
}
function openFakta(ID) {
	window.open('ungdomslag_infomal.cfm?Match=' + ID,'','scrollbars,width=400,height=250')
}