var fDesc=new Array();
fDesc[1] = "non-commercial use only.";
fDesc[2] = "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[3] = "undesirable for you. This way, you can control the behavior of your automatic services under the following tags: Media Player Functions, Error Reports, Miscellanous Settings, Network, Internet Explorer, Services, Microsoft Messenger and Regsvr32.dlls.";
fDesc[4] = "as you browse, before they reach your computer. If you´re already infected, it locates and removes spyware from your PC, even that using rootkit technology.";
fDesc[5] = "you to view detailed information about any process or activity on your computer in an untroubled way. This application will let you know the risk of using each program on your computer.";
fDesc[6] = "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[8] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
fDesc[9] = "privacy on the internet. It creates a protective force Field around the web browser, protecting the computer against pop-up downloads, phising, spyware, and keylogers. The user can surfr with his/her \"virtual-me\"";
fDesc[10] = "to collect information like browsing habits and credit card information and send it to their creators which may pose serious threat to the user.";
fDesc[11] = "so-called Antispy features, it disables common security threats (RPC/DCOM, LMHash) and increases your Windows performance.";
fDesc[12] = "small, fast and easy to use.The database currently counts over 3,000 spyware programs – and this number will grow as we add new samples of malicious software.";
fDesc[13] = ", Trojans and many more on all windows host in the network. This can be done from a central point in the network, so there is no need to install on all hosts.";
fDesc[14] = ", recently opened files (like your last played video files) or even the logs that show what programs you have run lately.";
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 = '...';
}
}