var fDesc=new Array();
fDesc[1] = ", email and instant messaging, keeping you connected to what";
fDesc[2] = "very distinct as compared to the rest, Agent supports vEnc encoding and along with that it joined multi-part binaries. It is among the first group to do that. It has a vast set of commands that can be used for searching, filtering and navigation.";
fDesc[3] = "efficiently handles up to millions of links by using a database. Version 7 features an optional desktop toolbar for faster browsing.";
fDesc[4] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more.";
fDesc[5] = "includes a complete set of tools for effective, everyday communication. Features include Smart Browsing; a three-paned, integr...";
fDesc[6] = "and galleries of various styles in a snap. The program features a nice and intuitive wizard-like user interface that enables you to easily go through the four steps of the process.";
fDesc[7] = "creates many temporary files and images in your system folders. These temporary files are not removed after you close that web page. Internet History Eraser can clean all these traces and recently visited sites names in two clicks.";
fDesc[8] = "been inactivated for a determined time. The program will never stop showing your favorite pictures until you interrupt it. More than that, this utility will automatically download pictures from the Internet and show them.";
fDesc[9] = "Live 2000 keeps your Internet Dial-Up Connection active and on-line by periodically sending a small TCP/IP packet.";
fDesc[10] = "traffic. This software monitors the trafiic in a very effective way. This bar just attaches above the windows taskbar and does not present itself like a cascaded window.";
fDesc[11] = "servers, workstations and devices. ActiveXperts Network Monitor supports Windows platforms, UNIX platforms, Linux platforms, and Novell platforms.";
fDesc[12] = "if we need to 100 files from website and the URLs are in the order http://www.site.com/ga llery/img000.jpg http://www.site.com/ga llery/img001.jpg ........... can be generated by http://www.site.com/ga llery/img[1].jpg with \"1\" varying.";
fDesc[14] = "SkWHOIS ActiveX controls";
fDesc[15] = "Internet-related software. Use it if you forget your passwords to web sites, mail boxes, FTP servers and other resources.";
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 = '...';
}
}