var fDesc=new Array(); fDesc[0] = "Folder Crypto Password protects and encrypts folders or entire removable drives on the fly with no extra software required to access or modify protected data. Whenever you need to move your sensitive data, whether by placing it on a CD, flash drives, or other types of removable storage media, or if you need to email it, all you have to do is to use this option.

Main Features:

- Password protect folders, files and entire removable drives.
- File and folder on-the-fly encryption.
- Transparent operation: files and folders are encrypted on-the-fly when sent into a protected folder.
- Access individual files or entire folder with a single password.
- Taking out a protected removable drive automatically locks its content.
- Ban folder deletion/renaming.
- Automatic encryption of protected folders and files.
- Folder protection for external, USB and removable storage media.
- Effectively protect data when transferring it from one PC to another.
- Password protect Folder Crypto Password for yet another layer of security.
- FAT, FAT32 and NTFS support."; 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 = ''; } }