﻿function GoPage(PageNo){
	window.document.ShowForm.Page.value=PageNo;
	window.document.ShowForm.submit();
}