function paging(p_whatpage) {
	document.forms.hidden.currentPageNum.value=p_whatpage;
	document.forms.hidden.submit();
}