var fDesc=new Array();
fDesc[1] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer.";
fDesc[2] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user.";
fDesc[3] = "registry entries caused by software installations and un-installations that went awry! Registry First Aid can fix that!";
fDesc[4] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window).";
fDesc[5] = "to control the access to secured folders. Program’s main window is the center of your data protection, and you can open it only using a special password. It offers you three methods of folders protection: hide, lock, hide and lock.";
fDesc[6] = "even the Administrator will be able to access or see the protected files. Also, its technology makes it impossible to gain access from a local network or the Web.";
fDesc[7] = "File Lock, Folder Lock, System Lock, Shortcut/Program Lock, Internet Lock, Restricted System, Window Lock, intruder Detection with Alarm.";
fDesc[8] = "carefully secured especially if 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.";
fDesc[9] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity.";
fDesc[10] = "been switched off. It works simultaneously on encryption and thrashing of files and folders from being accessed by any outside user. A fortification wizard has been allocated to ensure the protection of a number of objects by the introduction of password.";
fDesc[11] = "and unwanted access. It is a very fast and easy-to-use security application. Cutting Edge instant Lock technology is incredibly fast, it can lock 100 GBs of data in quite little time and it does not modify or harm protected files.";
fDesc[12] = "you the possibility to protect your privacy by protecting your sensitive information from unwanted access, giving you several tools to do it. Principal options are: prevent access to any of your files, folders or a complete drive by locking them; hide files or folders making them completely invisible.";
fDesc[13] = "programs like Internet Explorer, Firefox, Messenger and Outlook are also blocked. It can deny access, restrict access or protect with passwords any kind of internet program from accessing the Internet. Other protection modes are also included.";
fDesc[14] = "your desktop and prevent unauthorized access. The app includes great features such as keyboard shortcuts, mouse combination, logging, execute certain document / application, and much more.";
fDesc[15] = "unlimited folders or document files using Advanced File Lock. You can hide the password-protected files or make them inaccessible in order to give your private data complete protection.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}