var fDesc=new Array(); fDesc[0] = "A light-weight agent, FileSecure Lite for Windows can be installed without any administrative privileges. FileSecure Lite application allows users to view Seclore FileSecure protected files. With FileSecure Lite, you don't need any other software to open protected files. For example, even if you don't have Microsoft Word installed on your computer, you can still open protected Word files."; 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 = ''; } }