var fDesc=new Array();
fDesc[1] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[2] = "are always trying to gain access to your PC. This antivirus doesn’t care how the virus is going to attack your PC. It can scan your Emails, startup processes, running applications and shared system files for any suspicious behavior.";
fDesc[3] = "drives, memory, registry, folders and removable drives. You can customize your scanning identifying trusted items. The program detects and remove spyware, adware, malware, worms, dialers, trojans, keyloggers, rootkits, parasites, hijackers and other threats.";
fDesc[4] = "components in your PC easily. The program can completely remove any application along with the empty folders and registry entries. You can also see every detail of installed applications like installed location, version, developer name, developer home page and much more.";
fDesc[5] = "It includes smart scan, deep scan and a remover; it has the ability to remove found parasites. Its database contains over 33171 records.";
fDesc[6] = "Navigator only. The program is provided with scan function to search maps on the computer and DVD. Nokia Map Manager is an additional application and is used together with Nokia PC Suite 6.86 and later versions.";
fDesc[7] = "hand, until now. With Collage Creator, you can create your own scrapbooks on your computer and share them with the word.";
fDesc[8] = "and album. But this could be done easily without this software through google. The point of this program is that it can scan your computer and decide which of your albums have album art missing.";
fDesc[9] = "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[10] = "Accessed Documents, File and Computer Search History, and many more. This is why PC Scan and Sweep will protect your system’s performance, disk space and your privacy.";
fDesc[11] = "worms, file infecting viruses, malicious VB and Java scripts, trojans, backdoors, spyware, adware, boot sector, partition table, file and macro viruses.";
fDesc[12] = "useful tools for optimizing your computer in all the spheres. The Registry Backup option facilitates creation of registry backups easily and quickly before editing, scanning and fixing registry entries.";
fDesc[13] = "scan your pc, and delete or recover files. You can also create a restore point or an automatic backup of the deleted entries. It also permits you to defrag and schedule the scanning according to your preferences.";
fDesc[14] = "running processes and threads to find any application that is installing elements that shouldn't be allowed to run. Malware usually makes your computer slow and puts your sensitive data at risk, so it is a good idea to keep it malware free.";
fDesc[15] = "scan your entire system in search of malware, and will show you the results. But it won´t fix anything, you´ll need to register for the program to fix the problems it found.";
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 = '...';
}
}