function changePage(op) {
	document.adminform.pageoperation.value = op;
	//document.adminform.submit();

}