var fDesc=new Array(); fDesc[0] = "Print Checks is an easy-to-use program for printing checks. The interface is in a wizard format. Use Previous and Next buttons to step through the process.

First, choose whether you want to print checks with data on them or blank checks. When done, click the right green arrow. Then if you chose to enter data, enter the check data. Use the green to add a new check data record. Double-click an entry to edit it.

Main features:

High DPI support
Wizard-style interface.
Tools to back up and restore data.
Print blank checks on blank check stock or plain paper.
Export to pdf and other formats.
Enter Additional Check Information such as personal address, banking address, account number, routing number, a fractional number in one place that fills all checks.
Print checks with data on preprinted check stock.
Print checks with data on checks pulled from your checkbook or from a preprinted sheet of checks. (This depends on your printer's printable area. We recommend using a Laser Check Taxi for this checkforless.com)
Search check data.
Complete help file
Keeps a database of records.
Edit check templates.
Password protection.
16 built-in check templates.
Supports signature images.
Create complete check templates. Add labels, data fields, lines, shapes, images.
Portrait and landscape layouts.
Text amount generated from the numerical amount.
Check for update feature.
Free updates and upgrades for registered users.
Works on Windows 10, 8, Windows 7, Windows Vista, Windows XP."; 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 = ''; } }