var fDesc=new Array(); fDesc[0] = "Jaws PDF Desktop Suite provides high quality PDF creation, manipulation, annotation, merge and forms functionally in one convenient, affordable package. With Jaws PDF Desktop Suite you get the following two products in one convenient installer: Jaws PDF Creator and Jaws PDF Editor.
With Jaws PDF Desktop Suite you can easily create PDF from any Microsoft Windows application and Microsoft Word, Excel, and PowerPoint files; view, navigate and search text in PDF files; review and annotate with comments; manipulate and merge PDF pages; form-fill and import/export form data; and secure PDF files using 128-bit encryption."; 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 = ''; } }