var fDesc=new Array(); fDesc[0] = "Jaws PDF Editor is a robust, affordable fully featured desktop application that enables you to: view, navigate, search, annotate, fill forms, merge, save and print PDF files. Using Jaws PDF Editor you can easily start working with PDF files to view, collaborate and share information while protecting the integrity of your source documents.

- View, navigate and search text
-Review and annotate with comments
- Manipulate and merge pages
-Form-fill and import/export form data
-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 = ''; } }