var fDesc=new Array(); fDesc[0] = "The heavy-duty blowfish algorithm powers this encryption application. Within minutes you will be able to encrypt and hide your sensitive files; no more worrying about those "prying eyes".

The user interface is intuitive and "explorer like" enabling even the novice user to immediately understand and utilize all the functions of the application.

Utilizing the inbuilt viewers (and media player) of Zero Footprint Crypt you can view many different types of file (including movie and mp3 files) without having to open any other specialized program.

As the name of the application implies, Zero Footprint Crypt's unique way of decryption allows you to view encrypted image files without having to decrypt them to the hard disk.

This allows for maximum security as the file remains in its encrypted state on the hard disk (leaving no footprint on the drive.) You may choose to either "decrypt to file" or "decrypt to memory"."; 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 = ''; } }