	function callPage(noPage) {
		document.callPageForm.linkID.value = noPage;
		document.callPageForm.submit();
	}
