var fDesc=new Array(); fDesc[0] = "With only a few mouse clicks you can fill in PDF form fields with pdf-FieldMerge automatically. Form fields may be filled with data during the merge process, which cannot be altered afterwards, while fields in other parts of the form can be filled out or corrected manually by you. The advantage of this program is that it produces secure, tamper-proof PDF documents while supporting fields that can be filled out or corrected using Adobe Acrobat Reader."; 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 = ''; } }