var fDesc=new Array(); fDesc[0] = "Encrypt Easy is a highly secure file encryption program enabling fast and simple one-click encryption and decryption of single files, folders and entire directory trees. The program uses the best and most proven cryptographic algorithms such as 448-bit Blowfish, Hash, Des, Triple Des. Files can be only decrypted using the password. The passwords contain between 4 and 100 characters made up from any combination of alphanumeric characters and non-alphanumeric symbols. All passwords are case sensitive. Encrypt Easy also features encrypted file compression . The program is fully integrated with Microsoft"; 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 = ''; } }