function clickPage(iPage){
	document.theForm.subpage.value=iPage-1
	theForm.submit();
}