var fDesc=new Array(); fDesc[0] = "Using this Software, you can now accept personal and business checks by telephone, fax, or e-mail for your services or merchandise. This System prepares and prints checks for you to deposit into your bank on the same day. The customer's signature on the check is not necessary.


Features:
-Word Processing;
-National Zip Code Directory;
-Telephone Area Codes;
-Print Business Cards and Return."; 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 = ''; } }