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[4] = "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[6] = "processes. As the name suggest it enables you to unlock the files that are locked by some processes in your system.";
fDesc[7] = "folders from prying eyes, which designing four protection method(hide/rapidly lock/encrypt/private coffer). Furthermore offer Password Manager.";
fDesc[8] = "lock files with a password or share files with other Recall users. Create searchable electronic databases for home, school, and work.";
fDesc[9] = "Every time we send or receive a file, whatever it might be, regardless of from where we are sending them, somebody could we watching. And it isn't really hard to intercept our files. LavaSoft Digital Lock ensures that the files that you send or keep in your computer are encrypted.";
fDesc[10] = "from hackers, viruses, and mischief.";
fDesc[12] = "complement to any anti-virus or anti-spyware program and allows you to prevent access to your personal and important files and folders";
fDesc[15] = "unique stealth technologies to protect your data from both unauthorized access and modification by malicious programs. Download Free Trial right now!";
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 = '...';
}
}