var fDesc=new Array(); fDesc[0] = "EncryptTextSetup is the strongest freeware encryption algorithm. This program is a strong text encryption and decryption tool for personal and professional security. The program protects the privacy of your email messages, documents and sensitive files by encrypting them with AES 256-bit key encryption. You just select what you want to encrypt, and the program helps you keep documents, private information and files in a confidential way."; 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 = ''; } }