 $(document).ready(function(){
   $("#catalogSort").change(function () {
	  document.sortForm.submit();
   });
 });