var fDesc=new Array();
fDesc[1] = "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[2] = ", the program includes anti-spyware protection to ensure that your computer remains safe and will not be affected by internet attacks.";
fDesc[3] = "optimize our computer's overall performance and security. It features a user-friendly interface, which provides comprehensive information on our network traffic, CPU usage, and Memory usage, items on Windows startup, opened applications, running processes, services, and log report.";
fDesc[4] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now.";
fDesc[5] = "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[6] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[7] = ", adware, keyloggers, hidden dialers, browser hijackers, and other malicious programs.";
fDesc[8] = "P2P client integration. When getting started you have the option as storing Deepnet Explorer (DE) as your default browser. It has the same basic features as other browsers but offers some extras like the control panel that allows quick access to the web, the news, or P2P.";
fDesc[9] = "stored in their computer, being tracked. Anti Tracks is an excellent software tool which saves users from such threats. With this tool, users can remove the unnecessary files which are automatically stored when visiting various sites.";
fDesc[10] = "personal information with a password. The program has a very user-friendly interface that enables you to locate its useful tools without having to launch them separately.";
fDesc[11] = "productive. WinCleaner AntiSpyware exceeds the protection of most commercial solutions! Get it for free Now!";
fDesc[12] = "surfers experience when their browsing spree has been spoiled by pop-ups or they find themselves the target of browsing tracking in order to get bombarded with spam, this neat anti-spyware program claims to sort out the problem.";
fDesc[13] = "it's being used. This spam stopper integrates with all e-mail clients that use POP3 such as MS Outlook, MS Outlook Express, Netscape, Opera and Mozilla.";
fDesc[14] = "ZoneAlarm Anti-spyware offers a firewall that provides inbound protection by blocking unwanted access to your computer and outbound protection by controlling program access to the web. ZoneAlarms Anti-spyware provides E-mail protection that saves your PC from adware or spam.";
fDesc[15] = "monitors their computers to prevent infection of the malicious behavior type. The Security Shield 7.0 program offers automated hourly anti-virus updates and real time email, file and web scanning in its anti-virus feature.";
fDesc[16] = "anywhere. Y! Toolbar also includes features like Pop-Up Blocker and Anti-Spy. Customize your toolbar and save your bookmarks online for one-click access from any computer.";
fDesc[17] = "returning. It even stops new spyware before it downloads to your computer through in real time. Plus, it stops bothersome adware programs that trigger pop-up ads and drain your PC's performance.";
fDesc[18] = "mail automatically when you go online. When offline: automaticallydials up, checks mail and hangs up again. Flashing tray-icon on new mail...";
fDesc[19] = "privacy, ad-blocking and anti-spyware features of many great privacy products into one utility. This is the first product to block all it all.";
fDesc[20] = "enhance your browsing experience with features like RSS feeds, Games, Weather, Pop-Up Blocker, Anti-Spyware, Translation, and URL error redirection.";
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 = '...';
}
}