function pageChangeNavigator(fm,tgt,urlx,page){
	fm.p_move_page.value=page;
	fm.target=tgt;
	fm.method='post';
	fm.action=urlx;
	fm.submit();
}
