$().ready(function(){
	$('#cboCategorias').change(function(){
		document.frmForm.submit();
	});
});
