var fDesc=new Array();
fDesc[1] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line.";
fDesc[2] = "Anti-spam, Firewall protection and online threats protection using the all new DNA scan feature. You can use the schedule scan and native boot scan to heal viruses that works in your system shell.";
fDesc[3] = ", Trojan, adware, spyware, auto dialers, key loggers, hackers, and other malware, attacks and menaces coming from the Internet. It also protects our computer from unauthorized access to and from the Internet.";
fDesc[4] = "websites. Its powerful anti-phishing technology analysis all the websites you visit and alerts you if the site intends to steal your personal information.";
fDesc[5] = ", online fraud and rootkits. The program uses standard signature-based scanning, which is supplemented by the genetic heuristic analysis in order to protect the computer from malware.";
fDesc[6] = "Engine installs into your system and your installed web browsers. It verifies the websites that you visit and subtly tells you whether they have been verified by Comodo and deemed safe for you to visit. The application does so in a rather unorthodox fashion.";
fDesc[7] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[8] = "P2P client integration. When getting started you have the option as storing Deepnet Explorer (DE) as your default browser. It has the same basic features as other browsers but offers some extras like the control panel that allows quick access to the web, the news, or P2P.";
fDesc[9] = "against phishing sites. SpyCatcher also stops spyware reinstallation, protects your browser settings and more.";
fDesc[10] = "highest level of protection from both inbound and outbound email threats by using a unique email attack monitoring system.";
fDesc[11] = ", Amazon, eGold and hundreds of other financial institutions.";
fDesc[12] = "Explorer. The ZILLAbar toolbar provide the users of a protection against phishing traps. Protection against Phishing is very important as I may lead to “Identity Theft” and disclosure of confidential information to hackers.";
fDesc[13] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account.";
fDesc[14] = "capturing 98% of spam and phishing emails, whilst minimizing false positives. Also adds disclaimers, mail archiving/repo";
fDesc[15] = "computer without being overly intrusive, and enables you to go back at any time to investigate past alerts.";
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 = '...';
}
}