var fDesc=new Array(); fDesc[0] = "One-click Protect

Protecting your files is dead simple. Right click on the file you want to protect. Select 'protect with a password', enter your password and you are done. It works just the same for folders and even drives.
Hide your files

Protecting your files is not good enough? You don't want anyone to even know they exist? We have got you covered. Your files will disappear, and only be visible after you unlock them with your password
Automatic Locking

Worried that you will forget to lock your important file? Not anymore. Safeplicity will lock your files automatically when you are done using them. Safeplicity = guaranteed peace of mind
Instant Protection

All your data is immediately protected, so that your data can't be accessed without your password. You can use your files again right away. Encryption happens in the background.
Unbreakable encryption

All your data is protected with military-grade AES 256bit encryption. That means no one can get access to your data without your passwod - not even an IT specialist, or the NSA.
Protect Anything

With Safeplicity, you are not limited to protecting files. You can also protect folder or entire drives. You can protect data on your computer, on external hard drives, USB sticks,..."; 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 = ''; } }