function changeRows(url, elm) {
    window.location.href=url + "&rows=" + $(elm).val();
}
