var fDesc=new Array();
fDesc[1] = "helps you to protect your computer from spyware and other potentially unwanted threats. Its redesigned and simplified user interface makes common tasks easier but still ensures the user is aware of the most urgent alerts.";
fDesc[2] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[3] = "non-commercial use only.";
fDesc[4] = "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[5] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[6] = "harmful threats on the internet.Bit Defender 2009 is a powerful pack including a proactive anti-virus and firewall, which now includes two-way protection and has a new intrusion detection system.";
fDesc[7] = "one package. Very known and easy to use toolbar and user interface and every function of a security software makes BullGuard a very compact and useful software.";
fDesc[8] = "Vista™. Windows Vista™ Gadget. Enhanced Realtime Monitor. Hostsfile Checker. LSP-Viewer. Online connection to a malware database. Integrated task scheduler. Three integrated skins.";
fDesc[9] = "some ways to steal marketshare from security giants like Symantec, Mcafee and others. Version 6 includes features from the developer antispyware, Spysweeper but it still not a complete security solution due to the missing firewall application.";
fDesc[10] = "It includes smart scan, deep scan and a remover; it has the ability to remove found parasites. Its database contains over 33171 records.";
fDesc[11] = "saturated your personal computer with spyware, publicity and unwanted software. Microsoft Windows Defender (actually known as Microsoft Windows Antispyware) is a security tool that helps protect you from spyware and other potentially unwanted software.";
fDesc[12] = "privacy of your information. This utility helps to protect the privacy of your information; its GUI is easy and friendly to user. The repair, delete and fix of the files or registries affected by this spyware, adware or malware are not enabled for this trial version.";
fDesc[13] = ", in other words this is a kind of powerful detergent that leaves your system completely clean of all types of spyware, adware, Trojans and malware files.";
fDesc[14] = ", that shows you three main tabs, and four extra tabs. Under the first tab, \"Search\", pressing the \"Start Scan\" button will trigger a scan for spyware in your system. The complete scan will take several minutes.";
fDesc[15] = "productive. WinCleaner AntiSpyware exceeds the protection of most commercial solutions! Get it for free 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 = '...';
}
}