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] = "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[3] = "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[4] = "we can use this program for parental control. It offers several protection methods that we can activate, deactivate, or change at any time.";
fDesc[5] = "unauthorized users from accessing them. Folder Castle hides and encrypts your confidential and sensitive files and folders on your computer.";
fDesc[6] = "allows you to lock folders by allowing you to select the directories in which you choose to prevent access.";
fDesc[7] = "folders from prying eyes, which designing four protection method(hide/rapidly lock/encrypt/private coffer). Furthermore offer Password Manager.";
fDesc[8] = "another file, and then retrieve that hidden file.";
fDesc[9] = "anywhere on the desktop. The text appears in a so-called \"appbar\" which is similar the the Windows Taskbar. All settings are saved between sessions.";
fDesc[10] = "information stored in your computer is fully confidential with VIP Files Protector - mighty encryption and shredding software.";
fDesc[11] = "existence of your hidden files and folders.";
fDesc[12] = ", so that the presence of the hidden file is undetectable, even by software using statistical methods.";
fDesc[13] = "movies. Once a file is locked or hidden, it is completely encrypted and none of its contents can be viewed.";
fDesc[14] = "file so that the addition of the message to the container file will not noticeably change the appearance of that file.";
fDesc[15] = "personal and important files and folders, as well as protect and guarantee the integrity and well functioning of your system.";
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 = '...';
}
}