var fDesc=new Array(); fDesc[0] = "Almost all computer users have personal data which they don’t want to share with others. Such data should be carefully secured especially if computer is used by other people. File Securer 3.9 by Friday Software is a perfect tool for providing such protection. Its’ main advantage is integration of its’ protection system into the Windows system kernel. On your first start the application shows you settings wizard that helps you with customizing software’s performance and appearance. Here you can choose skin you like or change password for providing better protection. The program is very easy to use. If you want to lock any folder or file just drag it into application’s main window or select proper item in the system pop up menu. Locked item has a special icon. Main window shows you the list of all locked files on your computer. Here you can unlock them by a single button click. Information about all performed actions and events is saved in special logs. File Securer 3.9 includes great detailed manual that gives you all necessary information about it."; 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 = ''; } }