var fDesc=new Array(); fDesc[0] = "With Lock Folder, you can hide files, folders and entire disk volumes from curious eye and block access from those persistent ones. Lock Folder will password-protect important information against accidental removal or modification. Accessible via a system tray icon or engaged with a hotkey, Lock Folder needs just a few clicks to lock or unlock access to sensitive information.
Lock Folder serves dual purpose: it hides and protects designated files, folders or entire disk volumes from unauthorized access. Without knowing your Master Password, no one can see, read or write to locked folders or modify protected files.
Lock Folder not just prevents the public from accessing designated files and folders, but also protects them from unauthorized modification or accidental removal. The protection is effective for all local and network users, defending your information from unauthorized users and Internet attacks at the same time.
The protection feature is invaluable if you have a little one in your family. A few energetic mouse swipes or keyboard taps could cause irreparable damage to your documents and other valuable data. Not with Lock Folder! The tool will effectively protect your data from accidental removal or modification no matter how curious your kids are.
Your desktop icons are the first to suffer when your kids start toying with your PC. Lock Folder can lock your desktop against accidental and unauthorized modifications no one will move or delete a single icon without knowing your Master Password!
While not an anti-virus per se, Lock Folder will effectively protect sensitive information from viruses and Trojans. Any locks you place on files, folders and disk volumes will prevent any program, including Trojans and viruses, from being able to read, write, damage or delete protected data."; 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 = ''; } }