var fDesc=new Array();
fDesc[1] = "up a Windows operating system, like the unnecessary file cleaner, registry cleaning and backup, Internet Explorer settings manager, process management, etc.";
fDesc[2] = "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[3] = ", but users still can figure out what folders are protected and plan out a strategy to crack the protection of the folder. MySecretFolder takes a rather different approach.";
fDesc[4] = "(files, folders and discs). Hide Folder will stop any unauthorized access to important and significant programs and information for every user. Any folders that the program protects will be invisible, accessible in read-only mode, or even inaccessible.";
fDesc[5] = "unauthorized users from accessing them. Folder Castle hides and encrypts your confidential and sensitive files and folders on your computer.";
fDesc[6] = "get your system running at peak performance levels in few minutes with it.";
fDesc[7] = "levels in few minutes with it.";
fDesc[8] = "different careful designed icons to change folder icons and some windows desktop icons...";
fDesc[9] = "from hackers, viruses, and mischief.";
fDesc[11] = "thus prevent access by anyone else to your personal files and documents.";
fDesc[12] = "your system running at peak performance levels in few minutes with it.";
fDesc[13] = "is an simple-to-use and reliable encryption utility to password protect folders or encrypt files for Win98/me/2000/XP/2003. It lets you password protect, hide, mask folders and encrypt files in folders.";
fDesc[14] = "personal and important files and folders, as well as protect and guarantee the integrity and well functioning of your system.";
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 = '...';
}
}