function selectAfdeling(adres) {
	adres += '/afd:'+document.getElementById('afd').options[document.getElementById('afd').selectedIndex].value;
	window.location = adres;
}

function selectTeam(adres) {
	adres += '/team:'+document.getElementById('team').options[document.getElementById('team').selectedIndex].value;
	window.location = adres;
}
