var fDesc=new Array(); fDesc[0] = "Easy Pdf Password Remover can be used to remove the Adobe Acrobat PDF files password protection,
which have "owner" password set, preventing the file from editing, printing, selecting text and graphics.
Easy PDF Password Remover can help you to remove password protections and restrictions from PDF files. The program is neither a password recovery nor a hacking tool - you must know the specific passwords of the input PDF files in order to remove their password protection."; 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 = ''; } }