var fDesc=new Array(); fDesc[0] = "EncryptGenie 2.6 version is powerful tool which allows you to Encrypt/Decrypt and Update files without leaving the Explorer. It can tight integration with the Microsoft Outlook 2000 or later, support create the encryption rules for e-mail message, this helps by automatically encrypt/decrypt the e-mail message. It can encrypt mails easily. Created Self-extracting file size is only 30k, this is best of similar tools."; 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 = ''; } }