var fDesc=new Array(); fDesc[0] = "PDF Password Remover is an easy-to-use tool, which can remove all the document restrictions. If you have permission and know the open password, it will also help you removing the open password, so you don't need to enter it everytime you open the encrypted document. The program will only work if you know the password - it is not a password cracker."; 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 = ''; } }