var fDesc=new Array(); fDesc[0] = "The Cheque Pro program helps you to print on any Singapore bank cheque and manage your customer & bank information pro actively.

ChequePRO does not only print on to a bank cheque but also maintains the information of cheque number the amount you paid, whom you paid, the reason why you made the payment. It also has bank - wise reports, post dated cheque alerts and payment voucher printing facility.

This software stores your client's and Cheque's information to a secure database. You also have facilities like inserting , deleting & updating of customer records and Cheque's information efficiently.

The cheque dimension and other alignment is predefined for any Singapore bank cheque.

Main features:
-Print on any Singapore bank cheque directly
to any printer.
-Choose between Bearer or Account Payee
Cheque.
-Date, Cheque Number, Bank account Number automatically derived from system, which are editable.
-All Cheque and Customer data is stored into database, for - wise and reports.
-Postdated Cheque Reports."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }