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 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[3] = "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[4] = ", 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[5] = "we can use this program for parental control. It offers several protection methods that we can activate, deactivate, or change at any time.";
fDesc[6] = "systems. The program can perform his search on personal computers or in a network. Dupehunter Professional works with calculated Hash values of CRC-32 (32 bit), MD5 (128 bit) and SHA-1 (160 bit). A binary comparison is also available.";
fDesc[7] = "unauthorized users from accessing them. Folder Castle hides and encrypts your confidential and sensitive files and folders on your computer.";
fDesc[8] = "encryption algorithm using 256-bit AES, securing a high level of protection. It can also compress files before they are encrypted and added to the locked container, saving disk space.";
fDesc[9] = "for notebooks. Prevent confidential information from ending up in the wrong hands.";
fDesc[10] = "can hide folders completely making it invisible and inaccessible for people using your computer.";
fDesc[11] = "inquisitive eyes away from your confidential files with IziLock";
fDesc[12] = ", including data entry fields, forms, templates, reports, queries, toolbars and even hotkeys can be modified to fit your needs. Try free!";
fDesc[13] = "ease you can imagine. Protect your folder(s) by either hiding them completely or partial";
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 = '...';
}
}