var fDesc=new Array(); fDesc[0] = "Aimersoft PDF Password Remover can batch unlock PDF documents and remove PDF passwords and restrictions from them. The program decrypts Adobe Acrobat PDF files protected by Owner Password and allows you to edit, select text, print and change any of the PDF's properties such as form fields, etc. without any barriers. It makes it possible to edit, copy or print the PDF files you get in hand. It also enables you to reuse the text, image, table, data and other information in the PDF 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 = ''; } }