function pgmove(x){
	if(x){
		with(document.move){
			pageno.value=x;
			submit();
		}
	}
}
