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] = "count, document name, Time and date of printout, and printer name to your favorite spreadsheet.";
fDesc[5] = ", spybots, malware and tracking threats from your PC. Provides real time protection.";
fDesc[6] = "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[7] = "your website like website uses, user activity, access statistics, visitor’s browser and other information in a detailed way. It’s very small in size and freely available. It supports log files of all common web servers.";
fDesc[8] = "Office 2007 File Formats. This information includes file information and display options. This update knowledge base 955936 is for all users who have Microsoft Office System 2007.";
fDesc[9] = "visitors: activity statistics, file access statistics, paths through site, referring pages, search engines, browsers, operating systems, and more.";
fDesc[10] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site.";
fDesc[11] = "HTTPS traffic and analyze Cookies, POST and GET information or locate HTML code by directly clicking in the web page (Patent Applied For). JavaScript and Ajax developers can quickly test scripts against a production web page without having to modify the server source code. Web Analysts can dissect the HTTP traffic related to web analysis tracking code, using the powerful filter and search capabilities. Web Site Designers generally have to provide many mockups before receiving a final approval. With IEWatch, you can create prototypes by quickly modifying any existing web page on the internet. System Administrators can analyze HTTP data and identify performance bottlenecks by using the HTTP performance chart. Quality Assurance Engineers can use this tool to dig deep into the inner workings of web applications to find hidden issues. IEWatch makes the inner workings of a web site...";
fDesc[12] = "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[13] = "undesired web sites to keep your privacy and reduce internet traffic. Fully compatible with all popular web browsers. Enjoy!";
fDesc[14] = "software, HTML, programming, or hosting company required.";
fDesc[15] = "product online and give superior customer support service. With just the click of the mouse, your web site visitors contact";
fDesc[16] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional.";
fDesc[17] = "banners, pay per click ads, and other types of advertisement that we have published online and can produce benefits. We may use this application to get an idea for the products that report us cash and those that do not.";
fDesc[18] = "such as browser cookies, history and temporary files.";
fDesc[19] = "supports ASP and ASP.NET.";
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 = '...';
}
}