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] = "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] = "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[5] = "encrypts and hides data in places where not even your wife, boss, or a hacker would look for sensitive information.";
fDesc[6] = "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[7] = "other OS doesn’t provide an easy way to protect and restrict access to your secret or very private files. Folder Latch is a program to protect your confidential data with packing and encryption the folder within easy steps. After you locked the folder the folder will be protected and prevented from accessing to it unless you enter valid password. Folder Latch is compatible for all Microsoft OS (Windows 9x, ME, 200x, XP and Vista) With Folder Latch you can protect any folder up to 4 GB (Folder/Files must have \"Full permission\" rights to avoid from protecting other's folder. Folder Latch is multi language program, you can translate the program to your language easily. Folder Latch previously distributed as freeware, but we couldn't support volume download and high traffic, so we added new options and improved the speed with better security. the cost of this new version will help us to...";
fDesc[8] = "personal information with a password. The program has a very user-friendly interface that enables you to locate its useful tools without having to launch them separately.";
fDesc[13] = "security features like file locker,security vault, email encryption. Other features include password manager,file shredder and favorites manager.";
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 = '...';
}
}