var fDesc=new Array(); fDesc[0] = "Vibosoft PDF Locker helps set unlimited permissions to your PDF documents on Windows 7/8 with one simple click. You can make your PDF file printable while locking the privacy of copying and editing simultaneously. It enables you to protect PDF from being printed, copied, modified or annotation added selectively and individually when in common 40 bit RC4 mode."; 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 = ''; } }