var fDesc=new Array(); fDesc[0] = "Check Printer software uses your existing bank checks (from your checkbook) and prints payee, amount, word amount, date, memo, signature and notes onto your preprinted check using your existing printer.

In addition to the printing, the program automatically keeps a register, and allows you to setup payees, so you can quickly print checks without having to retype the information every time.

The program is very user friendly and provides detailed help and interactive dialogs. Additional features include backup options, integration with MS Money and Quicken, scanned signature support and much more."; 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 = ''; } }