var fDesc=new Array();
fDesc[1] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[2] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before.";
fDesc[3] = "incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications.";
fDesc[4] = "all know: \"A long, long time ago, in a galaxy far away...\" That phrase alone gives me the goose bumps. The whole premise of the game is to fight a Chicken Invasion. Humanity has been killing chicken right and left for thousands of years.";
fDesc[5] = "the application, you will see a small screen asking you how much memory you want to test. The ideal value here is the total of your memory. If you are troubleshooting your computer for RAM problems; that is.";
fDesc[6] = "DOCTOR will Scan your Registry and give you a detailed list of errors broken down by type Absolutely FREE.";
fDesc[7] = "else has failed and you can't get your iPod to work. On the official website, there are only two models supported by this application, but I am sure that there have to be applications for other models.";
fDesc[8] = "can see new features: Table Editor. Data filtration is now available when connecting through HTTP tunneling. Unicode is now displayed properly in the DB Explorer. Partial support of OpenGIS fields is implemented.";
fDesc[9] = "somewhat failed US intervention in Somalia. There is a movie about that conflict, too. Just like the movie, the game features intense firefights and a bunch of cinematic scenes that will thrill you. Well, at least they did for me.";
fDesc[10] = "unleashing his evil on the world by overcoming the threat of his minions and rescuing the hearts of those who have failed the same quest previously, to win the game.";
fDesc[11] = "savvy, in eighteen businesses challenges. The whole idea of the game is to reach the summit of the corporation, with the approval of Mr. Trump. If you failed on any step of the ladder, you’ll just be fired and the game is over. You can try this game for 60 minutes.";
fDesc[12] = "sender, using multiple threads for DNS sending and also has the capability to send through a SMTP server. With this tool you will be able to save email campaigns, so you can be able to track them. Each one contains all the settings that were used.";
fDesc[13] = "at the different stages, desserts, woods, jungle, etc... All you have to do is find them and jump over their bubbles in order to guide them to the exit door of the stage.";
fDesc[14] = "alien bugs. The game features stunning 3D environments, thrilling story, multiplayer mode, and original sound score.";
fDesc[15] = "FAILED ONES.";
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 = '...';
}
}