var fDesc=new Array();
fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this.";
fDesc[2] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites.";
fDesc[3] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
fDesc[4] = "and spam; all of these features in just one product. With just a couple of clicks you will get an efficient solution to be protected from thousands of threats.";
fDesc[5] = "Create a complete profile of the site's structure, files, external links and even link errors.";
fDesc[6] = "install the application, the only trace you will see of it will be on the tray menu. There, you have to access the settings just so that you know how to activate the thing. You can only turn the magnifying glass on and off with a hotkey.";
fDesc[7] = "helps user to save space on their hard disk. This tool is dedicated for finding only duplicate song files which makes it better than others. This tool works only with MP3, wma, ogg and m4a files which allow using specific methods for duplicate detection.";
fDesc[8] = "sent to the system. With Winspector the user can develop its own application to see the messages and can verify them, which are not possible by using other applications.";
fDesc[9] = "of the program allows it to detect spyware, viruses, trojans, rootkits and other malware that is not known yet.";
fDesc[10] = "to your computers. With Spyware Monitor (Spy-the-Spy) any exe or dll added to your system, this would inform the computer user about any wanted/unwanted software being added. The main areas of your computers are documents and settings, program file and windows folder for this kind of Spywares.";
fDesc[11] = "website. It has a extremely friendly user's interface. It has been designed to send digital images from our computer to any Cell Phone supporting this service, almost anywhere in the world. The program gives clear systematic guidelines of how to do it.";
fDesc[12] = "a new version of Watchman, a specially designed tool to protect your system in a reliable way. What this anti-spam and anti-spy tool does is quite simple: it keeps your system safe from unwanted intruders.";
fDesc[14] = "advanced firewall bypass techniques, email log delivery, clipboard monitoring, extremely configurable server etc.";
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 = '...';
}
}