var fDesc=new Array(); fDesc[0] = "PDF Encrypter and Decrypter allows you to add and remove the PDF protection for the password. You have the option to make a choice to select the multiple documents for the password and its removal. The removal and the addition of the password in the batch mode can be imposed in not only in one file but also in various files as well. The software supports both configuration of 40 bit and also 128 bit level of encryption either encrypted using RC4 algorithms or AES."; 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 = ''; } }