var fDesc=new Array();
fDesc[1] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[2] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications";
fDesc[3] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage.";
fDesc[5] = "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[6] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[7] = "download speed and browsers (Internet Explorer and Mozilla Firefox). This excellent program will improve your online speed when surfing the net with your browser while keeping the original website quality.";
fDesc[9] = "as you please, to speed up DNS lookup, and at the same time to block unwanted websites. Network analyzing tools like 'Ping' and 'TraceRoute' helps in troubleshooting network related problems.";
fDesc[10] = "ISP. Supposedly, by caching images and filtering advertisements, your connection is freeing itself from the strain overloading them. MyProxy will manage all the requests that your computer makes to the outside of your home network.";
fDesc[11] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[12] = "at the built-in features it possesses: drive defrag, freeing up RAM space, web acceleration, maintenance wizard, registry cleaner, safe registry backup and restore, scan disk, system restore, system scrubber, uninstaller, undelete, wipe, file rename, lockout, file slicer, etc.";
fDesc[13] = "registry to increase the efficiency of your Internet connection and obtain the maximum possible amount of data throughput.";
fDesc[14] = "Ideal for dial-up, cable, DSL, wireless with all later Windows and AOL. Includes DU Meter network monitoring utility and LinkFox web accelerator.";
fDesc[15] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
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 = '...';
}
}