var fDesc=new Array();
fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this.";
fDesc[2] = "page are Express, Memory and Disk. Express Memory Optimization fully optimizes the system and frees unutilized memory Memory Usage Check advises on upgrading the memory modules installed on the system Disk optimization deletes unneeded items and releases occupied disk space";
fDesc[3] = "YouTube service. As you might know, YouTube allows you to stream .FLV files from their site. If you ever need to download those files to your computer, this application can do just that.";
fDesc[4] = "through its channels inside Zango's website. To keep it free, it works as adware, showing you a daily amount of publicity.";
fDesc[5] = "touch by printing on them. You are limited to gray scale images, but still, the amount of designs that you can achieve is vast. For Lightscribe to work you need to have a burner that supports the technology and a special disc to print on.";
fDesc[6] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data.";
fDesc[7] = "goal. You will have gears of different colors and sizes, each gear will give you a different amount of points. Some will indicate to you how many points you will get and some will not.";
fDesc[8] = "your computer and therefore this software can help boost your system's performance. The application comes with a nice interface that dives directly into the options.";
fDesc[9] = "money by making your inkjet cartridges last longer, up to 400%.";
fDesc[10] = ", follow clues and solve a murder case. It features good graphics, music and sounds, and a good amount of levels which connect with each other.";
fDesc[11] = "memory. Has just a few buttons to push. Lets you see the information about total/available memory types (physical, virtual, pagefile). Memory-freeing process somehow takes a long time (that is probably tied to safeness). Has an indicator of RAM amount, that turns red when you should free some of it.";
fDesc[12] = "memory from obsolete information, or if you want to close some not-responding program. It allows to set many preferences and use hotkeys.";
fDesc[13] = "game will capture your entertainment and will put adrenaline in your gambling experience. The game will show you the rules of each poker game. It is very easy to play and the entertainment is full of fun.";
fDesc[14] = "washer will avoid system and application crashes, assigning memory dynamically to running processes and startup programs. If you are executing applications or macros that consume all of you system’s available memory, you might want to try this software.";
fDesc[15] = "System Tray. It can also free memory, in a number of configurable ways: by double clicking the tray icon, by setting a threshold that activates the prog...";
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 = '...';
}
}