var fDesc=new Array(); fDesc[0] = "Encrypt Me is a powerful tool which can encrypt any file, any format which can not be easily decrypted.
Encrypt Me was developed in order to help you keep your files safe.
The application has a user friendly interface; from the main menu you can choose to encrypt or decrypt the desired files. You have to first specify the file location, then the output location. The last step is to choose a password to protect those files."; 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 = ''; } }