var fDesc=new Array();
fDesc[1] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies.";
fDesc[2] = "in order to analyze network problems, detect intrusion attempts, Monitor usage, collect statistics, filter content from network traffic, debug communications. Ethereal changed it's name to Wireshark.";
fDesc[3] = "when I was using Windows and it was free. It was absolutely awesome, too. It looks a lot like this one, but without the price tag. BWMeter allows you to track your bandwidth usage by means of graphs.";
fDesc[4] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them.";
fDesc[5] = "connect to your ISP, DUTraffic will record statistics for each on-line session. The program can be set to open a number of applications once a connection is reached, like running your preferred browser and e-mail client, and instantly close them once you're off-line.";
fDesc[6] = "in-depth knowledgeable information about your all network adapters. Even it is also able to extract value information of my broadband USB modem. Now I am able to find secrets information of my broadband network adapter like Adapter Name, Description, Speed, MTU etc.";
fDesc[8] = "protocol, displays incoming, outgoing and summary traffic statistics, allows you to set traffic limits.";
fDesc[9] = "shaper, URL filtering, Bridging, Redirection, NAT and traffic statistics software for the Microsoft Windows.";
fDesc[10] = "almost all variety of tariff schemes, which are used by ISPs of different countries.";
fDesc[11] = "CommTraffic can analyze the traffic of your network and provide reports about the information of the outgoing and incoming traffic in the localhost and the generated by the remote IP addresses. CommTraffic works on 2000/XP/2003/Vista platforms both 32- and 64-bit Editions.";
fDesc[12] = "easy-in-use program applies different filters, features many advanced functions and has a user-friendly, easily customized interface.";
fDesc[13] = "management features and remote scripting. NetCom is an extensible firewall, traffic controller and traffic statistics software for the Microsoft Windows";
fDesc[14] = "monitor and manage a multi-segment networks: station discovery and remote control, traffic statistics, frame capturing, event tracking";
fDesc[15] = "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 = '...';
}
}