var fDesc=new Array(); fDesc[0] = "PDFdu PDF Password Remover is a program that can be used to decrypt password-protected Adobe Acrobat PDF files. It can help you generate PDF files with no password from the original PDF files which are not permitted to be edited, changed, printed, copied, added annotations. You can easily remove user password, owner password and restrictions of no-printing, no-copying and no-editing from 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 = ''; } }