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] = "to view the hidden folder even if the program is uninstalled. It´s easy to use and has no size limitation on the protected folders, but for the available space on disk.";
fDesc[3] = "you to control the access to your folders in different ways. You can hide your personal folders, make them look empty and make them read-only or inaccessible using password protection.";
fDesc[4] = "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[5] = "keep your personal data. It doesn't require any configuration but just entering your password and repeating it twice. It's a must have for all users who share their computers with others. You can also change the password anytime or simply remove your folders with one click.";
fDesc[6] = "kernel level. Hide Files and Folders has an in-built file explorer that can help you finding out and locking desired files easily and faster. Just select a file or folder, click on the + button to add password protection to it and choose a protection method to make it completely inaccessible.";
fDesc[7] = ", but users still can figure out what folders are protected and plan out a strategy to crack the protection of the folder. MySecretFolder takes a rather different approach.";
fDesc[8] = "invisible, where files can be secure. Hide and password-protect files, folders, pictures, and documents in a blink. During the installation, the password for accessing the program has to be set, for it to be protected from the beginning.";
fDesc[9] = ", or altering your documents. This software called Password Protect allows you to protect an unlimited numbers of folders with just writing your password!";
fDesc[10] = "it is completely safe and it will never destroy your data. So if you want to lock MS word, MS Excel, Window Media Player or Browser or any other software then just use Password Door and nobody can use your softwares without providing password.";
fDesc[11] = "accomplished this helpful and important task. Select a folder to protect, set a password and enjoy your safety! No one will be able to have access to the hidden files, only you, since everytime you want to open the folder, you will be asked to write a password.";
fDesc[12] = "in a few steps. This incredible program is intended for those people who share the same computer with others and want to protect sensitive applications from an unauthorized usage.";
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] = "view, copy or modify your sensitive data. Folders remain protected in DOS, Windows Safe mode and other operating systems.";
fDesc[15] = "simply designed and can be used by anyone; it does not require any special knowledge. It is safe, because is prevents any intrusion attempted with specialized cracking software.";
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 = '...';
}
}