// JavaScript Document
function changeTaal(){
	//alert(document.getElementById("taal").value);
	location.href = "index.php?taal="+document.getElementById("taal").value;
}