var fDesc=new Array();
fDesc[1] = "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[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] = "File Lock, Folder Lock, System Lock, Shortcut/Program Lock, Internet Lock, Restricted System, Window Lock, intruder Detection with Alarm.";
fDesc[4] = "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[5] = "you the possibility to protect your privacy by protecting your sensitive information from unwanted access, giving you several tools to do it. Principal options are: prevent access to any of your files, folders or a complete drive by locking them; hide files or folders making them completely invisible.";
fDesc[6] = "program enables you to protect any file or folder with a password. You can also use the program with multiple user accounts. You can also restrict Internet access from your PC with a single click using this application.";
fDesc[7] = "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[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[9] = "unauthorized users from accessing them. Folder Castle hides and encrypts your confidential and sensitive files and folders on your computer.";
fDesc[10] = "videos, folder structures and almost everything that is present on your disk drives. While creating backups you can name each backup differently and a file explorer helps you to locate files easily. You can also include folders and subfolders in backup.";
fDesc[11] = "programs. Multi user, password feature. Works with Windows XP 9x NT 200x Vista Me Please enjoy, This 5 stars FREE Download.";
fDesc[12] = "rapidly and professionally using Thayer encryption of 128 bits, which will stop others from using or viewing your sensitive files and folders, which will lead to an instant peace of mind and a clean conscience.";
fDesc[13] = "folders from prying eyes, which designing four protection method(hide/rapidly lock/encrypt/private coffer). Furthermore offer Password Manager.";
fDesc[14] = "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[15] = "files, pictures, video and audio 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 = '...';
}
}