var fDesc=new Array();
fDesc[1] = ", programs running, etc. whenever it is launched. The application doesn't stay resident or scanning transferred files all the time. It updates automatically the virus database via its home web page, it can be scheduled, and can get integrated to Windows Internet Explorer and Windows Outlook.";
fDesc[2] = "developer's website and evaluate for free for a 30-days period. The program is very easy to install and anybody can do it, but during installation we have to restart Windows twice, firstly, after uninstalling any other antivirus program and to activate the program itself.";
fDesc[3] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards";
fDesc[4] = "real-time scanning. Besides many features, this program will even detect new threats before virus protection updates are created, and it is possible to set your computer to be scanned at a convenient time by a scheduled scan. And on top of all, this program has a user-friendly interface.";
fDesc[5] = "Networking Spybot - Search & Destroy, TrendMicro CWShredder, JavaCool Software SpywareBlaster, Ewido Micro Scanner or demos, like Eset NOD32 antivirus system, Webroot Spy Sweeper, PC tools Spyware doctor, McAfee VirusScan SuperDAT, SunBelt CounterSpy.";
fDesc[6] = "can be a threat through a USB drive. The program is small, quick and fully compatible with all software. Once installed it will not require virus database updates and will immediately provide protection against threats that come through the USB connection.";
fDesc[7] = "viruses, spyware, phishing attacks, and rootkits. The program features a simple and intuitive user interface, which makes it really easy to use. The application scans files during boot, recently accessed files, packed files (although not archived files) and incoming and outgoing e-mails.";
fDesc[8] = "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[9] = ", 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[10] = "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[11] = "attacks including spyware, rootkits, leaktests, process termination and modification, and much more.";
fDesc[12] = "for Microsoft Windows that is easy to install on your computer and gives you the best protection you can get.";
fDesc[13] = "it, you must agree to install AdVantage advertising software from Vomba. Ares MP3 has a tabbed interface, that will let you access its different features.";
fDesc[14] = "internet viruses, worms and Trojans, macro viruses and old executable viruses. It´s objectives are summarized in: Reability of healing viruses, fast scanning speed and a feature that everybody wants; does not disturb, because works in background.";
fDesc[15] = "workstations and laptops. It contains an antivirus program, antispam and antispyware protection, a personal firewall, a data shredding program, a digital signature manager and a tool for the off and online encryption of sensitive information. TrustPort PC Security is made up of the following modules: Antivirus Archive Encryption Data Shredder Disk Protection eSign Personal Firewall";
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 = '...';
}
}