jQuery(document).ready(function() {
   jQuery('.mykatselect').change(function() {
	window.location=this.value;
});
});