function fPageseparate(page){
			var form = document.frmForm;
			form.txtPage.value=page;
			form.submit();
}
