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] = "security. There are three cleaning modes: Registry cleaner, Disk Cleaner, and Privacy Cleaner. System Cleaner also provides some extras like Autorun manager and some useful shortcuts.";
fDesc[4] = "up a Windows operating system, like the unnecessary file cleaner, registry cleaning and backup, Internet Explorer settings manager, process management, etc.";
fDesc[5] = "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] = ", or altering your documents. This software called Password Protect allows you to protect an unlimited numbers of folders with just writing your password!";
fDesc[7] = "accomplished this helpful and important task. Select a folder to protect, set a password and enjoy your safety! No one will be able to have access to the hidden files, only you, since everytime you want to open the folder, you will be asked to write a password.";
fDesc[8] = "and/or the Internet and block/filter unwanted Web or Internet contents. Limit access to internal Windows components and personal folders.";
fDesc[9] = "allows you to lock folders by allowing you to select the directories in which you choose to prevent access.";
fDesc[10] = "removable drives. Install the program on your USB external or removable drive and lock/unlock folders at any computer your drive is connected to.";
fDesc[11] = "computer is used by other people. FolderArmor 3.0 by RailFoxSoft is a perfect tool for providing such protection. It uses mechanism of locking folders by password.";
fDesc[12] = "programs. Multi user, password feature. Works with Windows XP 9x NT 200x Vista Me Please enjoy, This 5 stars FREE Download.";
fDesc[13] = "from within Windows Explorer via a right click. The program can lock or unlock multiple folders at once.";
fDesc[14] = "from hackers, viruses, and mischief.";
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 = '...';
}
}