var fDesc=new Array(); fDesc[0] = "PDF Password Remover is designed to remove the password and restrictions (Owner Password) of PDF files. Right-click the PDF file, select Decrypt with AnyBizSoft PDF Password Remover from the shortcut menu, the restrictions will be removed in seconds. It is easy for you to copy, edit or print the PDF files after decryption."; 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 = ''; } }