var fDesc=new Array(); fDesc[0] = "EnCryption Gadget is a portable application that allows you to easily protect your files with the advanced data encryption technology thanks to the very secure Blowfish encryption algorithm, with 32 - 448 bits cipher key, full drag&drop interface and a very beautiful hi-tech interface. Acts as a real hi-tech device and ensures the full compatibility with Total Autorunner Encryption engine file format.

Main features
- 32 - 448 bits very fast Blowfish encryption engine;
- full drag&drop interface;
- portable installation;
- english/italian versions in the same executable;
- marks filename of encrypted files for easy recognition;
- detailed reports of operations.

Additional features
- encryption/decryption key up to 56 digits;
- indication of the encryption key efficiency;
- indication of the progress of assigned tasks;
- very hi-tech interface and behavior;
- idle state (very low system resources consumption) when unused since 10 seconds;
- always on top option;
-"; 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 = ''; } }