var fDesc=new Array();
fDesc[1] = ", the programs that are not deleted fully, corrupt files and wrong pathways. Quad removes the useless registry details, defragments disk and makes the computer work faster and with optimum efficiency.";
fDesc[2] = "a team of worms and to fight against the other team. 3D graphics. Good sounds. Really fun. You can compete agains the pc or other player.";
fDesc[3] = "approach when they are faced with the task of cutting portions of video. What they do is cut the video and then re-encode it.";
fDesc[4] = "protection. Highly awarded program with many many features such as Antivirus, Security Server, Stealth Mode, SmartDefense, DefenseNet, among others,";
fDesc[6] = "machine, you know what a pain it is to fire applications up for the first time. I mean after you reboot, when the application hasn't been moved to the memory yet.";
fDesc[7] = "PosteRazor cuts the image in pieces and saves it as a multipage PDF document. PosteRazor 1.5 can be installed and run in German, English, Spanish, French, Italian, Dutch and Portuguese.";
fDesc[8] = "will be able to cut and trim large mp3 files with multiple options, as well as join small pieces of an mp3 files to a single one. The program features an intuitive but not very attractive user interface.";
fDesc[9] = "disintegration ray that also cuts through terrain [new]. Sand Storm: Amazing dust cloud forms and buries an area in sand. Lemon: This weapon is a 'lemon'. Hope you don't get it!";
fDesc[10] = "it (program short cuts, system commands, etc.) as well as change its look by \"skinning\" it.";
fDesc[11] = "files. The program will allow you to split large Mp3 files into smaller pieces by just clicking on a few buttons. Using this software, you will also be able to join different Mp3 files into a bigger file so that you can listen to all your songs or audio files at once.";
fDesc[12] = "zagging weapon that is one part skill and two parts luck; Chalk Dust - Calcium bicarbonate has never been so much fun; Mower - Cuts terrain and any nearby tanks down to size; Dive Bomb - Warhead does a bombing run on the other tank.";
fDesc[13] = "your graphics and animations, giving you an attractive site, while giving your customers faster downloads.";
fDesc[14] = ", time or number of pieces and manually by selecting the beginning and ending points of the needed segments.";
fDesc[15] = ", folders, internet short cuts etc. Drag and Drop is used to add launch items to 1 of the 8 predefined categories, each with its own Icon. Simple and Quick.";
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 = '...';
}
}