var fDesc=new Array();
fDesc[1] = "active TCP and UDP connections on your computer with protocol statistics. It is a set of utilities like Netstat, Ping, Ipconfig, Route, Tracert, Arp.";
fDesc[2] = "it is able speed up your dial-up, DSL, ADSL or cable modem Internet connection. Or, if you prefer, you can change the values manually and test the results.";
fDesc[3] = ", ISDN, Mobile, Filesharing (P2P), Online Games, VoIP, Streaming Media, free configurable Prioritization and Tuning";
fDesc[4] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator.";
fDesc[5] = "the network problems are in an intuitive graphical way, and to continue monitoring your connection long-term to further identify issues.";
fDesc[6] = "skills while you battle it out against intelligent computer players. Glorious 3D graphics with pure addictive game play.";
fDesc[7] = "connection, thus boosting performance up to 500%. It is a freeware program that tweaks the system so that it remains optimum. It changes certain system registry that affects the network connection, thus optimizing the internet performance.";
fDesc[8] = "to troubleshoot your Smart BRO broadband connection problem if you use this Quick Fix Tool. Quick Fix Tool is specifically developed to diagnose your Smart BRO Broadband connection problems.";
fDesc[9] = "experience exciting matches against your PC. You will find a very fast virtual rival, hard to defeat. And if that rival is not enough, Cannon Smash will let you play against your friends over a LAN, or even over the Internet through the game's server.";
fDesc[10] = "speed of the internet connection optimizing the way of sending and receiving files in real time. Network pinger allows you to stay connected to your ISP with control of ping intervals, host, and sound. Ram booster helps to set free physical RAM memory.";
fDesc[11] = "at the same time and ping the IP addresses of captured packets in Colasoft Capsa (if applicable) conveniently.";
fDesc[12] = "Internet and see whether those respond or not. The application is based on the basic ping test that can be performed from the command prompt on any computer.";
fDesc[13] = "feature helps to identify the machines ping reply status change by sending emails.";
fDesc[14] = "and send message and mail when states of some equipments change , it could also adopt necessary steps to deal with troubles.";
fDesc[15] = "clearly legible and well formatted ping results by providing easy to understand and well explained numbers";
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 = '...';
}
}