﻿function doPaging(iPage) {    	
    document.frm.Page.value = iPage;
    document.frm.submit();
}


