var fDesc=new Array();
fDesc[1] = "count, document name, Time and date of printout, and printer name to your favorite spreadsheet.";
fDesc[2] = "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[3] = "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[4] = "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[5] = "product online and give superior customer support service. With just the click of the mouse, your web site visitors contact";
fDesc[6] = "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[8] = "down on a piece of paper ! No need to learn html tags. With an easy-to-use interface in which you can manipulate the text anyway you want.";
fDesc[9] = "URL tracking, unattended Usenet autoposter. Hidden web sites content downloader with automated decoder. Private file sharing.";
fDesc[10] = ", version numbers, registration information, application web sites, upgrade information, and more. Software Catalog can also act as a password database.";
fDesc[11] = "removes outdated files. Now you can sync your files with just a single mouse click!";
fDesc[12] = "Capture error messages and program screens - save as jpeg files. Allows you to open existing jpeg images for cropping too.";
fDesc[13] = "visitors to the web site. Frequently updated parser module recognizes hundreds of search engines.";
fDesc[14] = "software offered to webmasters. It enables website operators to talk to their web site visitors Live via real time text chat.";
fDesc[16] = "generation, version management and order fulfillment. A great timesaver for all software developers!";
fDesc[17] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[18] = "Twenty-seven separate fields for inputting descriptive data on each item in your collection. (www.frostbow.com)";
fDesc[20] = "FTP. The smart SyncDB file tracking technology guarantees that only new and changed files are transferred making syncs very fast.";
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 = '...';
}
}