function ChangePage(fnum){
  if (fnum == 1) {
	document.PageChangeTop.submit();
  } else {
    document.PageChangeBottom.submit();
  }
}

