var fDesc=new Array(); fDesc[0] = "Estelar PDF Unlock Tool can unlock a PDF file in just few seconds and allows users to copy, print and edit the data of secured PDF file easily. In addition, a user will also be allowed to extract text and images from PDF Documents.
Estelar PDF Unlock Tool is an independent utility means you don't need need to have Adobe Acrobat Reader installed on the system to unlock a PDF file."; 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 = ''; } }