var fDesc=new Array();
fDesc[1] = "demand” software, so users must direct the application to look for threats. Norton Security Scan has an updating feature as well as the capability to detect and erase most known threats.";
fDesc[2] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[3] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind.";
fDesc[4] = "other blog entries regarding Secunia and vulnerabilities.";
fDesc[5] = "as well as a browser button and optional search box. Together, these alert you to potentially risky sites and help you find safer alternatives. These site ratings are based on tests conducted by McAfee using an army of computers that look for all kinds of threats (detailed below). The result is a guide to Web safety. The SiteAdvisor technology is free, easy to install and even easier to use. And it doesn't collect any personally identifiable information.";
fDesc[6] = "help protect, repair and optimize your computer. Finding what other utilities miss, it can keep your PC error-free and smooth than ever.";
fDesc[7] = "Security... that won?t slow you down!";
fDesc[8] = "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[9] = "Windows. This program thoroughly scans your computer searching for possible security threats and protect your system from spyware, adware, Trojans and viruses.";
fDesc[10] = "order to detect, assess and solve security vulnerabilities. The Network Audit tab in the program´s interface includes the buttons to perform different scans. You will be able to launch a Quick, Full or Custom Scan, or schedule a scan to be performed at a given moment.";
fDesc[11] = "software locates and completely removes even the most deeply rooted viruses, spyware, adware and even rootkits, which attempt to cover the tracks of potentially damaging malware.";
fDesc[12] = "Outlook, when you try to do certain things, a lot of pop-ups will tell you if you really wanted to do what you just clicked to do. Those are security measures to avoid unwanted access to your inbox, the spread of spam, and many other security threats.";
fDesc[13] = "like any popular antivirus program. Nevertheless, BD has a standalone feature and that is it provides proactive protection for our computer against viruses, trojans, spywares,rootkits, phishing,identity theft, hackers and other security threats, while we play all types of games online.";
fDesc[14] = "solution for all problems arising due to virus attacks, but you could get this tool to avoid your system from getting infested with virus attacks.";
fDesc[15] = "blocking known and emerging spyware threats as you browse, before they ever reach your computer and personal information. Now you can download your favorite music, pictures and videos without worrying of Spyware Intruders.";
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 = '...';
}
}