function bills(str) {
        searchWin = window.open(str,'bills','scrollbars=yes,resizable=yes,height=400, width=600, status=no,location=no,toolbar=yes,left='+(screen.width-600)/2+',top='+(screen.height-400)/2+',');
}
