var fDesc=new Array();
fDesc[1] = "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[2] = "virus, bots, tracking cookies, Spam, Spyware and hackers. PC Tools Internet Security offers Firewall as well that protects your important data by stopping hacker from gaining access to your computer.";
fDesc[3] = "computer. When you load DriverGuide, the software immediately begins to list the devices on your computer, and you will be able to see all your drivers perfectly categorized. The application will also help you to search for driver updates and make a backup of all your drivers.";
fDesc[4] = "sites` exposure on the Internet and draw maximum volume of targeted traffic. It allows you to save time and expenses for site promotion campaign";
fDesc[5] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.";
fDesc[6] = "for validation and the link checker software finds dead links, invalid HTTP redirects and other problems on a web site or a single web page.";
fDesc[7] = "undesired web sites to keep your privacy and reduce internet traffic. Fully compatible with all popular web browsers. Enjoy!";
fDesc[8] = "software, HTML, programming, or hosting company required.";
fDesc[9] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional.";
fDesc[10] = "supports ASP and ASP.NET.";
fDesc[11] = "otherwise arduous process of submission much easier and less time-consuming.";
fDesc[12] = "site's traffic to life, casting your visitors as animated characters in a virtual city. Dozens of reports. Integrated Live Help. Click analysis + more.";
fDesc[13] = "Spyware from ever being installed in the first place?";
fDesc[14] = "initiate a communication channel with the visitor to your web site.";
fDesc[15] = "customer support by providing a live person to chat with visitors while interest is high.";
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 = '...';
}
}