function submitPaging(pagerName, next) {
	document.forms[0].elements[pagerName].value=next;
	document.forms[0].submit();
}
