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] = "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[3] = "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[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] = "to catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them!";
fDesc[6] = "we can use this program for parental control. It offers several protection methods that we can activate, deactivate, or change at any time.";
fDesc[7] = "of methods which convert your .NET assembly (EXE & DLL) into processes which no existing tool can decompile.";
fDesc[8] = "unauthorized users from accessing them. Folder Castle hides and encrypts your confidential and sensitive files and folders on your computer.";
fDesc[9] = "recovery and file repair needs. This incredible program recovers lost, inaccessible or deleted files, folders and complete partitions quickly and easily, with added file repair capabilities for Zip files. Moreover, it supports all operating systems and media types.";
fDesc[10] = "operating system to recover lost, deleted, formatted, virus affected, corrupted data, damaged or deleted partitions structures from your hard disk or storage media.";
fDesc[11] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[12] = "firmware area. There are two types of dead or say inaccessible hard drives which are possibly recoverable to a new life. One of them is locked HDD of Laptop or may be of desktop with ATA password.";
fDesc[13] = "their data recovery and file repair needs. This incredible program recovers lost, inaccessible or deleted files, folders and complete partitions quickly and easily, with added file repair capabilities for Zip files. Moreover, it supports all operating systems and media types.";
fDesc[14] = "data that becomes inaccessible because of system administration errors such as removing users and user profiles, misconfiguring data recovery authorities, transferring users between domains, or moving hard disks to a different PC.";
fDesc[15] = "lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[16] = "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.";
fDesc[17] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[18] = "proprietary unlocking algorithms can remove any unknown HDD password and you do not required to give any hint of password as it is not working as a normal password cracker tool.";
fDesc[19] = "your lost, missing, inaccessible or deleted data. This incredible software will enable you to recover all your data/files lost due to accidental format, virus problems, software malfunction, file/directory deletion, unexpected shutdown, or even sabotage.";
fDesc[20] = "file repair needs. This incredible program recovers lost, inaccessible or deleted files, folders and complete partitions quickly and easily, with added file repair capabilities for Zip files.";
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 = '...';
}
}