var fDesc=new Array(); fDesc[0] = "With AcroLok, you can encrypt your PDF's to protect them against unauthorized access. AcroLok is totally transparent to your Adobe Acrobat security settings (printing, saving, etc). However you can set those security settings during file creation, is how they will respond from within AcroLok. AcroLok is merely a protective wrapper around your original file, that permits the generation of license keys, either manually from within the software, or completely automatically."; 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 = ''; } }