var fDesc=new Array();
fDesc[1] = "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[2] = "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[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] = "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[5] = "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[6] = "what applications are using bandwidth, who is using them, and for how long. NetFlow export version 5 export is currently supported";
fDesc[7] = "and Mozilla/Gecko into one program. Its advanced analysis features make it the perfect companion for webmasters and web developers.";
fDesc[8] = "reports. This website statistics software supports 430+ search engines from 120 different countries.";
fDesc[9] = "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[10] = "web site, you can make your site a more effective sales machine.";
fDesc[11] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional.";
fDesc[12] = "models, referrer sites, hits and hosts per day, visitor counter, most popular search engines and keywords. Easy to use, very fast.";
fDesc[13] = "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[14] = "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[15] = "visitors to the web site. Frequently updated parser module recognizes hundreds of search engines.";
fDesc[16] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[17] = "and provides you the suggestions on how to get to the high ranking.";
fDesc[18] = "Linux webservers.";
fDesc[19] = "Search engines are doing.";
fDesc[20] = "for your web site log files. This loganalyzer has a number of additional features. It has easy-to-use interface.";
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 = '...';
}
}