var fDesc=new Array(); fDesc[0] = "Easy File Encryptor is a file encryption software available as a Windows explorer context menu extension that uses the very strong and industry standard Advanced Encryption Standard (AES) to easily and securely encrypt files. Works for files and folders. Very fast and easy to use. Based on Windows Crypto API.

You are free to use this software in your business and at home. There is not any adware or spyware."; 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 = ''; } }