var fDesc=new Array(); fDesc[0] = "Max File Encryption allows you to put your files into self-decrypting packages. To decrypt files, you or your recipient simply run such an executable package on any Windows PC and are prompted for the correct password (no need to install special encryption software). It is very useful for transferring important information by email or on physical devices.

The best protection from a hacker is the absence of the target to attack. There is a method called steganography. It allows you to hide your data inside digital images, audio and video files. Media files continue to work as usual and there is no evidence of the secure info they contain. Use Max File Encryption's steganography mode for maximum safety."; 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 = ''; } }