var fDesc=new Array(); fDesc[0] = "CryptArchiver Lite is an encryption application for Windows. It is really important to keep one's files secure these days. There are many solutions for doing this and many approaches taken by software developers to allow you to do just that. I like this kind. You get a separate drive where you put all your sensitive data and it is both encrypted and hidden. It is important to have an application that does not only hide data, but also encrypts it. CryptArchiver Lite is a freeware application that does just that. When you first run the application, it will prompt you with a wizard that will allow you to create a disc drive. When you create the drive and set a password for it, you will be able to just drop your files there, and they will be encrypted on-the-fly. Whenever you lock the drive, it will simply disappear and nobody will know it is there. When you activate the drive, it will show as a Windows drive letter again, and you can keep encrypting all your files. This is the free version of a much more complete package that I would absolutely encourage you to get if you are really serious about protecting your files. The latest version of this application is 3.1.0.1. However, this review deals with version 3.1."; 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 = ''; } }