var fDesc=new Array(); fDesc[0] = "Quick PDF Tools Pro is an application that helps you work with PDF files in Windows Explorer. This program lets you preview PDF files, merge and split PDF files, crop and rotate pages, extract form field data, edit JavaScript, convert PDF to text and much more.

With the help of this tool you can edit PDF properties (Title, Author, Subject, and Keywords), PDF layout, magnification and viewer preferences, add/edit custom metadata, view document security restrictions summary, add/remove passwords for PDF, convert almost any image to PDF, PDF to image, and PDF to text, and so on."; 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 = ''; } }