var fDesc=new Array();
fDesc[1] = "passwords like that of e-mails, FTP, HTTP, IP address, websites visited, uploaded or downloaded files and more. The application safely bypasses the traffic interception and analyses connections on corporate, ISP as well as country level firewall.";
fDesc[2] = "visitors: activity statistics, file access statistics, paths through site, referring pages, search engines, browsers, operating systems, and more.";
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] = "various types of network events. NetResident uses advanced technologies to capture the data, reconstruct it, and present it in a convenient form.";
fDesc[6] = ", proxy or other logs without any limits!";
fDesc[7] = "voice quality, bandwidth usage, call traffic and more functions. It supports SIP (Single In-line Package) and RTP/RTCP (Real-time Transport Protocol).. Available for Windows and Linux";
fDesc[8] = "analysis and produce a detailed report. Link popularity is actually a total count of all the linked pages that link to your site. Higher link popularity can help your website get higher search engine ranking.";
fDesc[9] = "web site, you can make your site a more effective sales machine.";
fDesc[10] = "which web sites users on your network are visiting in real-time. Allows you track, manage or report on how the Internet is being used.";
fDesc[11] = "visitors to the web site. Frequently updated parser module recognizes hundreds of search engines.";
fDesc[12] = "monitoring and alerting into one console. Integrate the ODBC compatible FastTrends(tm) database data with existing external databases for advanced, custom analyses.Enhanced technical features include an IIS 4.0-compatible plug-in, API for creating and editing log analysis profiles, dynamic web pages, a WYSIWYG report style designer, a filter wizard, SNMP compatibility, and CA Unicenter TNGintegration, and NT service recovery support. Version 2.1a adds a new homepage filter, filtering support for Classless IPs and IP ranges, a 50% increase in speed, and true support forclustered servers with ClusterTrends(tm).";
fDesc[13] = "your visitors activity \"under a magnifying glass.\" With over 90 reports, this tool will help you bring new visitors and improve site navigation.";
fDesc[14] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[16] = "Linux webservers.";
fDesc[17] = "business, perform competitive intelligence, benchmark the most successful ads used by their competitors.";
fDesc[18] = "can generate fast, effective reports of any kind and display them in friend for you the format. The flexible system of filters provides an ability to carry out deep analysis of the visitors' activity. It will give you information about your site's visitors: activity statistics, file access statistics, information about referring pages, search engines, errors, visitor country,referring sites, you will get complete information about search words and phrases and more. The Web Log Explorer features intuitive interface. For example you can get information about visitors who accessed a specific page or came from a specific URL. You must analyze your web site traffic to be able to effectively market and increase the revenue generated by your website. Own Log Analyzer is the best way to achieve this. Web Log Explorer analyze most popular log file formats MS IIS logfile format, Apache logfile...";
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 = '...';
}
}