var fDesc=new Array();
fDesc[1] = "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[2] = "will keep you entertained. Enjoy this creative game while you put fruits together, built tikis and rockets, and shoot to different targets.";
fDesc[3] = ", termination of disallowed processes, and logging of processes executed. With Process Lasso you essentially create rules to manage processes running on your system.";
fDesc[4] = "additional functions like support for secure connections, folder monitoring, file synchronization, among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well.";
fDesc[5] = "alike the Windows Add/Remove program, but it works faster. This free to use tool with simple yet powerful features will run on Windows 95/98/98SE/Me/2000/NT/ XP/2003/ and Vista.";
fDesc[6] = "willing to play it. The game is very easy to be played, you will be able to solve every puzzle by using your mouse. It can be played for people of all ages. It also has got nice mini games that will keep you playing for hours.";
fDesc[7] = "Cable/DSL/Dial-Up Modem Optimizer increasing download speed and provide better stability/reduced lag in online gaming";
fDesc[8] = "Programs take a long time to open. Games stall while loading. Are you also under the impression that your PC's performance is getting worse?";
fDesc[9] = "what programs and applications run at windows start time. One can easily select which applications should start or not by a single click.";
fDesc[10] = "limits and achieve the body you desire. Lose fat and increase muscle mass. Every day you wait is a day of lost progress!";
fDesc[11] = "factory complexes for use in the X3 Reunion space trading and combat simulation game by Egosoft. The program replicates a lot of the functuality of Remco 'Merroc' Jeckman's Excel spreadsheet but you won't need Excel since this is a stand-alone program.";
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 = '...';
}
}