var fDesc=new Array(); fDesc[0] = "Pre-fill Forms Automatically
Use any data source to fill out forms. All your customer has to do is sign it online. The form comes right back to you!
Bring FillAnyPDF to your desktop with the Desktop Companion. Simply right-click on any PDF or DOC files to have all the FillAnyPDF tools for Filling, Signing, and Sending."; 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 = ''; } }