var fDesc=new Array();
fDesc[1] = "time. Using this program you will be able to recover the initial speed of youe disk units. In fact, it is much faster than many of its competitors, even it allows you to keep using your PC during the defragmentation process.";
fDesc[2] = "we are satisfied we can purchase it online and see if there is any offer available at the developer’s website. RegistryBooster has been designed to optimize our computer by scanning the registry files, and repairing and removing all the unnecessary ones.";
fDesc[3] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3.";
fDesc[4] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file.";
fDesc[5] = "speed of the file sharing program (utorrent) that it was created for! It presents a neat interface. With 3 buttons and a \"Statistics\" part that show all the information.";
fDesc[6] = "uTorrent that act as a download accelerator. uTorrent SpeedUp Pro plays with the default settings of the uTorrent client and increases the download speeds to the maximum. Whether it is movies, music, application or anything - you can download them much quicker.";
fDesc[7] = "BitComet downloads.";
fDesc[8] = "used by Ares Galaxy SpeedUp PRO generates dramatically decreases of downloading time.";
fDesc[9] = "updates your system becomes slower because of the traces that all those activities left behind, such as orphan registry keys, unused files, and drivers or applications that you don´t use anymore.";
fDesc[10] = "downloads of MP3s, movies and other desired files at highest speed.";
fDesc[11] = "called LimeWire. This handy program sits silently on your system tray and allows you to control everything from there. The user interface is very simple and easy to use, but not really attractive.";
fDesc[12] = ", movies and other desired files faster than ever.";
fDesc[13] = "augment download speed and enlarges the amount of download sources.";
fDesc[15] = "downloads speed and increase the amount of download sources.";
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 = '...';
}
}