var fDesc=new Array(); fDesc[0] = "pdc Form Make the program designed to create the paperless office.
Most form programs produce a bland form with no interaction with the user. Today the word is in color with pictures and automation on the form. Today innovation and creativity can be restricted because every one uses the same computer program for information processing. This program will allow you to brake out of the standard information mold. Create a system setup for your origination or business. The program will allow the medium size business to save thousands of dollars or euros in postage alone. The ability to send and receive via email and quickly transfer common information form to form will increase your savings. The pdc Form Reader is a free program for processing forms and is royalty free to companies receiving your forms. This allows usage of your form without purchasing software."; 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 = ''; } }