var fDesc=new Array(); fDesc[0] = "With Lighten PDF Security Manager, you can limit access to a PDF file by adding an open password, or by restricting certain features, such as copying, printing or editing. You can encrypt multiple PDF files with the same security setting at one time. For example, you can add 100 PDF files, and set a permission password to limit the copying and printing features."; 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 = ''; } }