var fDesc=new Array();
fDesc[1] = "firewall, and it doesn't have any trouble working with them. ThreatFire is an easy to use and free tool, that will help you to improve your PC security tremendously.";
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] = ", rootkits, trojans, worms and malware in general, in all folders,diretories and all kind of files. The user can select the way of updating, the scan to be performed, the scanning schedule, and the paths to be scanned.";
fDesc[4] = "of control over your inbox. It is a fabulous tool which deals with the unwanted email or spam we received every day. MailWasher Pro works directly with your email server, exactly like your email program does.";
fDesc[5] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft.";
fDesc[6] = "make your PC smarter and run smoother. You can tune up your system in two clicks using the Schemes that offer four different levels of system care or you may like to manually choose the actions like, cleaning registry and fixing invalid shortcuts.";
fDesc[7] = "The software features a very intuitive, user-friendly Interface which can be used by users of all categories and expertise to protect their files and folders.";
fDesc[8] = "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[9] = "and unwanted access. It is a very fast and easy-to-use security application. Cutting Edge instant Lock technology is incredibly fast, it can lock 100 GBs of data in quite little time and it does not modify or harm protected files.";
fDesc[10] = "utility to restore your files again. Backup4all is an easy to use utility that will help you to make safe backups of your files and folders, and using the New Backup Wizard you will be able to create a new backup job, easy and quickly.";
fDesc[11] = "additional functions like support for secure connections, folder monitoring, file synchronization, among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well.";
fDesc[12] = "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[13] = "algorithm for encryption and a personal password. The encrypted files are hidden so nobody can see them, unless by using the password that was originally used for the previous encryption process.";
fDesc[14] = "so-called Antispy features, it disables common security threats (RPC/DCOM, LMHash) and increases your Windows performance.";
fDesc[15] = "files. A unique feature of this small utility is the possibility of protecting your PDF files from copying. PDF files that are protected by this program can't be copied even by any type of screen capture functions.";
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 = '...';
}
}