var fDesc=new Array(); fDesc[0] = "File Lock is a security software product that can restrict access to files and folders: lock files, folders and drives; hide files and folders to make them completely invisible; or password protect files and folders.

File Lock protects files and folders without altering those files and folders, your files won't have chance to be destroyed by it, and it will not slow down the system speed.

With the users & groups and schedule options, you can specify different protection modes for different users, or at different date time.

With its easy-to-use user interface, you can easily protect any file or folder by dragging it to the main window of File Lock."; 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 = ''; } }