﻿function jump(pageVal) {
	document.frm1.page.value = pageVal;
	document.frm1.submit();
}