var fDesc=new Array(); fDesc[0] = "pdfDocs formFiller gives everyone in the organization the ability to fill in, edit, save, digitally sign and forward PDF forms as part of a business process or workflow. Unlike other PDF form solutions,

pdfDocs formFiller enables you to type data directly into the form, save it and continue to edit or complete later. Save the form to local or network drives or to your document management system. Email the form to a colleague for completion. Data in the PDF form can be saved “as is” or “flattened” to ensure that the data is always associated with the form. Forms that are flattened cannot be changed or edited in any way."; 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 = ''; } }