var fDesc=new Array(); fDesc[0] = "Super File Encryption is a powerful and easy-to-use program for encrypting and protecting your data--perfect for offices that need to keep important documents secure. Super File Encryption adds a context menu entry to all files and folders. To encrypt or decrypt files/folder, simply right-click on the files/folder in Explorer and select Encrypt or Decrypt command. The software also enables you to have secure e-mail communication over the Internet, preventing unauthorized persons reading attached 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 = ''; } }