var fDesc=new Array();
fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[2] = "and keep your work or actions safe from snoopers with Speeditup. The program is free and very easy to use. With only one click it automatically makes your computer run faster than ever.";
fDesc[3] = "of the internet explorer, the services and the software list of the start menu. The software provides functions that let us change the uninstall icons of the panel of the software and others.";
fDesc[4] = "equipped shop. The aim of the game is to sell clothes to the customers that come in our shop. Customers that get to the shop will sit in a sofa, if there at least one empty sofa, and then the will demand different things.";
fDesc[5] = "plug-ins, HackCleaner 2.1 is a very powerful cleaning software for Windows systems that will help you clear your PC. The user interface of this program is very user friendly, and supports multiple languages.";
fDesc[6] = "orphaned keys and other \"rubbish\" that's frequently left behind by \"trial\" software.";
fDesc[8] = "easily verifies email addresses, huge domains and clean up your mailing / domain list.";
fDesc[9] = "for this moment.";
fDesc[10] = "tracking facilities as well as printed reports and account-keeping functions.";
fDesc[11] = "You can send an alert to yourself, to anyone on your network, you can even set a delayed alert!";
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 = '...';
}
}