var fDesc=new Array(); fDesc[0] = "PDF Password Locker & Remover is an intuitive solution designed to help users to protect their PDF files and remove the password. With high encryption technology, users can secure and encrypt the PDF files and protect them from unauthorized access. Eight permissions could be chosen according to the users' need. Meanwhile, if users want to remove the password, just a few clicks are required to remover the user password and owner password."; 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 = ''; } }