var fDesc=new Array();
fDesc[1] = "non-commercial use only.";
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] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites.";
fDesc[4] = "few users try to learn these important topics. But nowadays, it’s easier to get that information thanks to Berlac Advisor. This small utility will make a deep analysis of your PC, detecting all your hardware elements connected and all your installed applications.";
fDesc[5] = "without your knowledge. WinPatrol was the pioneer in using a heuristic behavioral approach to detecting attacks and violations of your computing environment. It continues to be one of the most powerful system monitors while staying a single small program. As a robust SECURITY MONITOR , WinPatrol will alert you to hijackings, malware attacks and critical changes made to your computer without your permission. As a MULTI PURPOSE SUPPORT UTILITY WinPatrol replaces multiple system utilities with its enhanced functionality.";
fDesc[6] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray.";
fDesc[7] = "and quarantine the infected files for immediate protection. This incredible program offers a complete PC scanning, including running processes, registry entries, files and folders.";
fDesc[8] = "greatly its presence or the presence of other harmful programs in the system. Rootkit applications can become a cause of losing private data. Sophos Anti-Rootkit is software that was developed for detecting and removing rootkit applications from your system using latest technologies.";
fDesc[9] = "services. This version has a updated system info module along with support for the latest CPU and graphics hardware, as well as the updated version of the Entech library that is used for detecting the clock frequency of the graphics chip core and memory.";
fDesc[10] = "amount of advertising pop-up windows then your system might be defected by any type of adware or spyware. To get rid of these harmful applications use NoAdware. This software was developed for detecting and removing spyware from your computer.";
fDesc[11] = "background TrojanHunter is a must-have complement to your virus scanner.";
fDesc[12] = "or has a different time, date creation or location, on the inside the file is the same. Build checksum files from files on CD, DVD or even external hard drives, using them to compare whether these files already exist on your system";
fDesc[13] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!";
fDesc[14] = "allows network administrators to audit wireless networks against security vulnerabilities associated with the use of Bluetooth devices.";
fDesc[15] = "has been made. The screen is divided vertically or horizontally, and a pointer-like cursor is what you use to point out what you find out. If you need it, you can use some help in order to detect the most difficult details.";
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 = '...';
}
}