var fDesc=new Array();
fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this.";
fDesc[2] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks.";
fDesc[3] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information.";
fDesc[4] = "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[5] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites.";
fDesc[6] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so.";
fDesc[7] = "Yahoo! Messenger's Invisible Settings and check if some of your contacts are invisible for you or really offline. It can even tell you if your contact is in a Chat Room or if his webcam is online.";
fDesc[8] = "happening on your computer. It runs hidden in the background, and automatically logs all keystrokes, and can also take snapshots of the desktop.";
fDesc[9] = "and spam; all of these features in just one product. With just a couple of clicks you will get an efficient solution to be protected from thousands of threats.";
fDesc[10] = "conversations from Yahoo Messenger on all the computers in a local network. Yahoo Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. These conversations are saved in a folder named with the date and time and save different files in HTML format.";
fDesc[11] = "computers in a local network. MSN Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. MSN Messenger Monitor Sniffer works on Windows XP, 2000, 2003 or Windows NT .";
fDesc[12] = "to collect information like browsing habits and credit card information and send it to their creators which may pose serious threat to the user.";
fDesc[13] = "users who constantly are faced with applications of unknown origin, like the reviewer of this one. Once you install Spy Emergency 2008 into your computer, it will scan your files and create a snapshot of what your system looks like.";
fDesc[14] = "sent to the system. With Winspector the user can develop its own application to see the messages and can verify them, which are not possible by using other applications.";
fDesc[15] = "to your computers. With Spyware Monitor (Spy-the-Spy) any exe or dll added to your system, this would inform the computer user about any wanted/unwanted software being added. The main areas of your computers are documents and settings, program file and windows folder for this kind of Spywares.";
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 = '...';
}
}