function ChangePage(Pno){
	document.frmList.PageNo.value = Pno;
	document.frmList.submit();
}
