var fDesc=new Array(); fDesc[0] = "PDFTools is a PDF management application. It can encrypt, decrypt, join, split, stamp, create and rearrange a PDF file.
You will get to choose from seven main tools that will help you encrypt and decrypt PDF files, create, join, split or rearrange presentation files, include watermarks onto your PDF files.
Finally, to sum it all up, you should try PDFTools, an easy-to-use application that gives you access to numerous handy tools to help you improve your presentation files."; 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 = ''; } }