var fDesc=new Array();
fDesc[1] = "analysis, a tool that many companies use to know the sites you visit, and where are you physically located. Tor 0.1.2.19 achieves this by bouncing your communications around a distributed network of relays run by volunteers all around the world.";
fDesc[2] = "or going out. Every time a data packet is transfered the Firewall detects it and alert the user to block or allow that traffic, for intruders detections. The user can allow specific applications to \"trade\" with networks and they will never be blocked.";
fDesc[3] = "engines, measure and analyze traffic to your site. Instantly find out which keywords fit in well with your search engine optimization strategy. Analyze how well your site is optimized for search engines and find recommendations how to improve your rankings. Automatically submit your site to the best search engines, find the regularly updated recommendations on manual submissions and registrations with pay-per-click search engines. Check your site rankings in over 100 search engines. Live traffic analysis will provide you with actionable insight based on up-to-the-minute trends. Using over 160 analytical reports you will understand your visitors and answer questions that influence the bottom line of your business: where they come from, what they want; and why they don";
fDesc[4] = "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[5] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear.";
fDesc[6] = "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[7] = "visitors: activity statistics, file access statistics, paths through site, referring pages, search engines, browsers, operating systems, and more.";
fDesc[8] = "what applications are using bandwidth, who is using them, and for how long. NetFlow export version 5 export is currently supported";
fDesc[10] = "and Mozilla/Gecko into one program. Its advanced analysis features make it the perfect companion for webmasters and web developers.";
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] = "various types of network events. NetResident uses advanced technologies to capture the data, reconstruct it, and present it in a convenient form.";
fDesc[13] = ", proxy or other logs without any limits!";
fDesc[14] = "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[15] = "reports. This website statistics software supports 430+ search engines from 120 different countries.";
fDesc[16] = "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[17] = "traffic. SmarterStats provides support for multiple log file types like IIS, Apache etc. on Windows and Linux operating systems. It is a feature-rich tool that provides you with features like data mining, spider/bot detention, geographical analysis, charts and graphs.";
fDesc[18] = "web site, you can make your site a more effective sales machine.";
fDesc[19] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional.";
fDesc[20] = "models, referrer sites, hits and hosts per day, visitor counter, most popular search engines and keywords. Easy to use, 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 = '...';
}
}