// JavaScript Document
function pagemove(p) {
　　　document.searchform.rbs_page.value = p;
　　　document.searchform.submit();
}