var fDesc=new Array();
fDesc[1] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals.";
fDesc[2] = "of media files or content from the net on different P2P network. The huge network of its peer-to-peer, windows-based client technology allows to quickly and easily download, upload, and share media files and allows to communicate with your near and dear ones.";
fDesc[3] = "time between updates Its first and only available version was released on March 2008; with a basic network discovery, monitoring and graphing feature.";
fDesc[4] = "This self-explanatory lightweight tool protects you against unwanted programs self-installing in your computer through your network connection. It also warns you about malicious viruses and other attacks from the Internet, as well as about programs trying to send out information about your system.";
fDesc[5] = "perform scan on predefined port ranges.The tool is designed with a user-friendly interface and is easy to use.";
fDesc[6] = "on supported Cisco® devices. NetFlow Configurator also helps administrators to configure collectors for NetFlow data, in an efficient and easy fashion.";
fDesc[7] = "utilize functions for remote connection: Remote Desktop, Remote Shell, Commands, LAN FS Commander, and Task Manager. LAN FS must be running in the computers you wish to work with. Remote desktop must be activated in the System Properties for LAN FS to work.";
fDesc[8] = "information. Whois supports IP address queries and automatically selects the appropriate whois server for IP addresses.";
fDesc[9] = "for locating servers that are not supposed to be on your network ( rogue DHCP servers ) as well as checking the expected output of known servers.";
fDesc[10] = "User@)Host in the Finger Input box, and click on the Query button.";
fDesc[11] = "different P2P network. With the ability of this peer-to-peer windows based client one can easily share, search and download all media files. The tool supports most poplar P2P network protocols that include eD2K and Kad.";
fDesc[12] = "WMI ( Windows Management Instrumentation ) to discover NDIS, sytem and network information, hardware status and more.";
fDesc[13] = ", firewalls or network connectivity. This test tool is very easy and friendly to use. The installation process is very simple and easy to perform and it didn’t require any additional library or program to run. UDP Test Tool works on any Windows based computer platform.";
fDesc[14] = "the ability of this peer-to-peer windows based client one can easily share, search and download all media files. The tool supports most poplar P2P network protocols that include Gnutella, Gnutella2, eDonkey or eMule, and BitTorrent.";
fDesc[15] = "needs. This must have application, designed specially for: Internet users, people using multiple email accounts, network administrators, web administrators, website designers, and corporate agencies runs on all your Windows platforms.";
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 = '...';
}
}