var fDesc=new Array(); fDesc[0] = "Power Crypt is an industrial strength file encryption program. It uses the Advanced Encryption Standard (AES) cipher algorithm, which is the most advanced and powerful encryption method used today. It's endorsed by the U.S. government's Federal Information Processing Standard (FIPS) It offers encryption ciphers of 128 bit and 256 bits. Your files are encrypted with ease using a password as the encryption key. Send encrypted files to others with Power Crypt, decrypting is as easy as double clicking and entering the correct password."; 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 = ''; } }