var fDesc=new Array(); fDesc[0] = "Mgosoft PDF Password Remover is a simple, stand-alone application that can be used to remove the security on 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, etc. Mgosoft PDF Encrypt does NOT require Adobe Acrobat, or any other Adobe products. Please note that PDF Password Remover doesn't work with documents which have user-level passwords (preventing the files from being opened), if both user and owner passwords are unknown."; 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 = ''; } }