var fDesc=new Array(); fDesc[0] = "Easy Encrypt is your personal encryption tool. Simple and easy to use, yet uses military strength 256 bit AES encryption.
Secure any type of file, from documents, images, zip archives, to your taxes, and password lists with the simple click of the mouse.
Files can be encrypted multiple times by simply choosing an already encrypted file and encrypting it again. For best results encrypt once with a key file and again with a password. When using this technique you will need to decrypt in the reverse order (password, then keyfile)."; 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 = ''; } }