var fDesc=new Array();
fDesc[1] = "time. Don“t forget to keep your customers happy so they will give you bigger tips. Drive all kind of cars from different kind of customers. Enjoy this great game as you work on a parking lot.";
fDesc[2] = "to be seen by any other person. Manually choose which files to delete or let the program do it for you with only one click. Dispose of unnecessary contents that make your computer run slowly as well. In a word, make your computer untraceable.";
fDesc[3] = "one coconut palm, and he occupies his time with various activities, like fishing, lighting a fire and cooking food, and many other things.";
fDesc[4] = "free trial version directly from the developer's website. It is very small, so it will require very little space in our hard drive or external devices, such as memory card, USB devices, etc.1-abc.net Hard Drive Washer keeps our hard drive in excellent condition.";
fDesc[5] = "privacy by deleting all this old data. Clean up your Registry one time per month and be sure to have a fast and secure system!";
fDesc[6] = "including external devices, such as drivers, memory cards, multimedia drivers, memory stick, and so on. First, we must define from the option window which files should be searched: By identical name, size, file attributes, creating date, etc.";
fDesc[7] = "this one already washes it away while you are surfing! The program runs nearly unrecognizable in the background - without any loss of comfort!";
fDesc[8] = "(motorcycle, car, truck, etc.): of its fuel consumption and maintenance. If you want to know how much money you spend on gas, oil, repairs, etc., Moto assistance is the program you are looking for.";
fDesc[9] = "items according to the truck that is waiting for an specific type of residuals. We must try to recycle as much items as possible before the truck goes away. The process of recycling at this plant consists on taking an specific type of residuals, put them in the washing machine.";
fDesc[10] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want.";
fDesc[11] = "have to choose a horse to compete. Your main goal is to become the best rider at the various competitions in the game, so you must practice hard to perfect your technique in order to show off your skills at the Equestrian Center.";
fDesc[12] = "Trail Washer/Registry Washer/Startup Booster/File Washer/File Encrypter/Settings Organizer) to help you keeping your system running fast and secure.";
fDesc[13] = "you with some lights where you must stand to do certain things. This simulation is well done, moves and activities are as in real life.";
fDesc[15] = "droplets intent on washing him out. Cute graphics, sound effects, music, and varying difficulty levels ma...";
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 = '...';
}
}