
function SelBoxRedirect(selBox){
	location.href="FSMeldingen" + selBox.options[selBox.selectedIndex].value + ".php";
}

