var fDesc=new Array();
fDesc[1] = "Internet using the \"ARP\" protocol exploits. The program can protect your computer from such attacks. The program has a built-in network scanner and supports choosing the network adapter that you want to utilize.";
fDesc[2] = "polished since its beginnings. SmartFTP has a really intuitive graphical user interface, which really makes it easy to upload files to a server or just move files around using the FTP protocol.";
fDesc[3] = "make it work with your USB modem. This application allows you to configure your Tata Indicom USB modem on your system to set up an Internet connection.";
fDesc[4] = "The program can protect you from other ARP exploits and provide you with direct links to know your Internet IP, and links to online speedometer, virus and spy-ware scanners.";
fDesc[5] = "It is capable of launching up to ten simultaneous retrieval threads, filtering files on basis of type as well as size, searching for keywords and lots more. Teleport can mimic browsers more effectively on account of Cookie support.";
fDesc[6] = ", log off, reboot, lock, power off, hibernate, disconnect from the Internet/network, or go into standby mode in Windows, both manually and automatically. You can select different actions that can be triggered by different events.";
fDesc[7] = "Connection Keeper can also be set up to automatically close those annoying pop-up windows.";
fDesc[8] = "can be used: at a certain time, after a time countdown, when the CPU usage goes down or when you get disconnected from the internet.";
fDesc[9] = "professional level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed.";
fDesc[11] = "used.";
fDesc[12] = "disconnection problems. With multiple options to choose from, no matter how your ISP tries to disconnect you, you'll never be knocked off!";
fDesc[13] = "animated outdoor scenes, accompanied by relaxing music, when your computer runs into idle mode. You can choose if you want the screensaver to play the built-in music, and the volume it will use.";
fDesc[14] = ", adsl or cable connections - Simulates Internet activity through HTTP or PING - Nag window removing - Freeware!";
fDesc[15] = "with a single mouse click, can redial and offers idle disconnect or alternately idle disconnect prevention.";
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 = '...';
}
}