var fDesc=new Array(); fDesc[0] = "T-Safe File Protection Tool lets you password-protect files and folders using T-Safe Dongle hardware. You can create encryption keys, customize protection type (Dongle Expiry Date Machine ID), change expiry date, etc. Protection is available for various programs including Adobe Reader, Photoshop, Microsoft Excel, PowerPoint, Word, and VLC. It can also be customized for any file format and software program."; 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 = ''; } }