var fDesc=new Array();
fDesc[1] = "collect bandwidth usage data and measure the speed of your Internet or any other network connection. NetWorx can help you identify possible sources of network problems, ensure that you don't exceed the bandwidth limits specified by your ISP, or track down suspicious network activity characteristic of Trojan horses and hacker attacks. The program allows you to monitor all your network connections or a specific network connection (such as Ethernet or PPP) only. The software also features a system of highly customizable visual and sound alerts. You can set it up to alert you when the network connection is down or when some suspicious activity, such as unusually heavy data flow, occurs. It can also automatically disconnect all dialup connections and shut down the system. The incoming and outgoing traffic is represented on a line chart and logged to a file, so that you can always view...";
fDesc[2] = ", ISDN, Mobile, Filesharing (P2P), Online Games, VoIP, Streaming Media, free configurable Prioritization and Tuning";
fDesc[3] = "Dial-Up, ADSL, Cable or ISDN connection by tweaking certain parameters in the configuration. Once the changes are made, the program tells you that you must reboot your system in order to experience the new speed.";
fDesc[4] = "computer as internet telephone, USB phone, ISDN phone, answer phone, fax, voicemail, callerID, conferencing, etc";
fDesc[5] = "High configurability powerful scripting and a wealth of features make ZOC a great tool to access Unix shells.";
fDesc[6] = "languages. Optimize your online/network gaming speed. Stay connected for hours! Awake your modem up easily and more...";
fDesc[8] = "spending waiting for your downloads to finish. Okoker Internet Accelerator will run in your computer without affecting your PC´s performance, since it uses a very small amount of RAM.";
fDesc[9] = "and internet at once. Secondly - and not insignificantly - it allows caller ID.";
fDesc[10] = "telephone answering machine, fax (send and receive), SMS notification and network support.";
fDesc[11] = "computers over the phone. The product offers easy and reliable file transfer, either manually or controlled by other software";
fDesc[12] = "configured for one network client so each workstation has a private number. Terminal server clients are also supported.";
fDesc[13] = "provides reliable, highly efficient and economical network access. Support for ISDN, GSM (including HSCSD) and ADSL makes NetWAYS/ISDN extremely versatile. Optimum interoperability and hence maximum investment security are ensured by support for a broad spectrum of standards. NetWAYS/ISDN is particularly recommended to connect branch offices, telecommuters, and field representatives, or for remote network maintenance.";
fDesc[14] = "numbers so that the program will show names on incoming calls. ISDN monitor stays in the tray bar when minimized. When you get an incoming phone ...";
fDesc[15] = "can surf the Internet, transfer files, send and receive faxes even while you're on the phone. Lightweight and compact, FRITZ!Card USB is easy to take along with you and comes in handy when you travel.";
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 = '...';
}
}