var fDesc=new Array();
fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[2] = "non-commercial use only.";
fDesc[3] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[4] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms.";
fDesc[5] = "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[6] = "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[7] = "as you browse, before they reach your computer. If you´re already infected, it locates and removes spyware from your PC, even that using rootkit technology.";
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] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
fDesc[10] = "other unwanted applications. Mamutu identifies the malware based on behaviour so some false positives are natural but if you are connected to the internet, it will show you what the community has done with the application so that you may be able to decide better";
fDesc[11] = "adware, malware, attacks from the Internet, from the e-mail or external devices, such as removable USB sticks, etc. We can control the applications connecting to the internet, remote laptops connecting to our network; prevent hackers’ intrusion, etc.";
fDesc[12] = "the kernel system services. This program will display all kernel services and the responsible modules for handling them.";
fDesc[13] = "designed to take complete (root) control of a computer system, without authorization by the system's owners or managers. GMER monitors the processes creating, drivers and libraries loading, file functions, registry entries and TCP/IP connections";
fDesc[14] = "Detection/Terminating /Dumping Hidden Drivers Detection and Dumping Hidden Files Detection/Copying/Dele ting Code hooks Detection and Restoring Report generation Supported operation systems: x86 32 bit Windows 2000 SP4 x86 32 bit Windows XP +SP1, SP2 x86 32 bit Windows 2003 +SP1, +SP2 x86 32 bit Windows Vista Note: RkU requires Administrator rights to launch and work.";
fDesc[15] = "system.These software will do monitoring system proccess and remove all rootkit component whit fast and secure.";
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 = '...';
}
}