var fDesc=new Array();
fDesc[1] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons.";
fDesc[2] = "firewall, and it doesn't have any trouble working with them. ThreatFire is an easy to use and free tool, that will help you to improve your PC security tremendously.";
fDesc[3] = "programs are not able to detect or remove these types of viruses, but Trojan Remover will explore your computer for trojans and other intruders with similar purposes.";
fDesc[4] = "Security... that won?t slow you down!";
fDesc[5] = "audio/video files as soon as a download starts. With IDA download and save video from popular video sharing sites like YouTube. Some IDA features include: Scheduler, FTP Explorer, ZIP browse before downloading. IDA integrates into all popular browsers.";
fDesc[6] = "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[7] = "present are caused by spyware and processes that are not supposed to be running and actually are. For example, they say that if you can't connect to a wireless network outside of home, it must probably be spyware.";
fDesc[8] = "Smart Security installed on your network. In order to achieve this, it requires an already configured Eset Remote Administrator Server, user credentials for the server and at least a power user permission in the Windows environment.";
fDesc[9] = "updates and a huge malware database help you stay protected. Real Protection with \"Submit State\" - clean your PC with the next update.";
fDesc[10] = ", tailored to meet the needs of home and corporate Internet users worldwide.";
fDesc[12] = "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[13] = ", remote editor, antivirus scanning for downloaded files, show dir total size w/ subdirs, optional skins etc.";
fDesc[14] = "code emulator to detect most advanced Java, polymorphic, and macro viruses. It also scans Internet downloads.";
fDesc[15] = "checks and protects all the relevant system areas of your computer.";
fDesc[16] = "product updates.";
fDesc[17] = "Zero-Hour Virus Outbreak Protection and antivirus protection from Kaspersky Labs.";
fDesc[18] = "This browser hijack protection is intended to cover those security gaps left by firewalls and antivirus protections. It performs monitoring actions on delicate issues of your system for all sort of threats, no matter which software is attempting to provoke the trouble.";
fDesc[19] = "than 500,000 trojan horses and viruses from your PC. The program checks the most popular archive types and self-extract executable files for viruses. All the infected files and threats like trojan horses, malware threats, spyware and ActiveX controls are moved to the quarantined folder.";
fDesc[20] = "slowing down your PC. Confidently download, share and open files from friends, family, co-workers – and even total strangers. BitDefender scans all web, e-mail and instant messaging traffic for viruses and spyware in real-time.";
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 = '...';
}
}