var fDesc=new Array(); fDesc[0] = "Almost all computer users have some personal data they don’t want to share with others. Such data should be carefully secured especially if a computer is used by other people. Folder Security Personal 4.1 is a perfect tool for providing such protection. It includes many ways for securing your data. For example, it uses mechanism of locking folders by password. Choose it carefully and keep it in secret if you want to provide safe protection for your data. You can make any folder locked, hide it, disable possibility to modify it and many more. Also you can lock whole drives on your computer and forbid usage of CD/DVD ROM and USB sticks. It can help disable possibility of copying data from your computer. The program is extremely easy to use. To lock folder just move its’ shortcut on program’s main window. Folder Security Personal 4.1 doesn’t need a lot of system resources and includes a detailed help file where you can find all information about its’ performance. Also you can use a system of special tips if you have problems in using this software."; 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 = ''; } }