function reload5(form, dir) {
	var val = form.aandoening.options[form.aandoening.options.selectedIndex].value; 
	self.location='/' + dir + '/koedokter/' + val;
}

function changePicture(url) {
	detailpic = document.getElementById('detailpicture');
	detailpic.src=url;
}
