var select = document.getElementById("kat");
select.onchange=function(){
	window.location = this.value;
}
