var fDesc=new Array(); fDesc[0] = "Axommsoft PDF Encryption is a fast desktop utility which helps you to apply security on pdf documents.
If you want to protect your digital property from unauthorized users and don’t want to let them print or copy content of pdf, try our pdf encryption software which secure pdf documents.
Software uses advanced encryption algorithm for encrypting documents like 40 bits and 128 bits RC4 and AES. Software does not need Adobe Acrobat software for encrypting data.
This easy to use tool can be used to restrict pdf printing, editing, text copying, changing, signing, filling and commenting etc. User can set pdf open password (User password) and owner password (Security 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 = ''; } }