var fDesc=new Array();
fDesc[1] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration.";
fDesc[2] = "Games, Free Games and Free Addicting Games at Factorygames\"";
fDesc[3] = "backup application on the market. Not that I use a lot of them, but I have used quite a few, and this is the best so far. Drive Backup 9 allows you to backup your computer drives and create image files that you can later on recover your system from.";
fDesc[4] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has.";
fDesc[5] = "if you use the older versions can see this. It is easy to use, you just install it, search and download, support multiple searches and downloads too, the interface is elegant and you can choose what languages use because the international version has many.";
fDesc[6] = "maintain our drivers in perfect conditions. We can use this program to update and make a backup of our drivers, thus preventing their loss in case of problems with the computer, or the driver itself. We can install/remove a specific driver, install a new hardware device, restore drivers, etc.";
fDesc[7] = "will tell you more about it. Your soul has been taken away from you by the ghost of an old creepy man. Your soulless body can't survive like that, so you have to find it and get it back.";
fDesc[8] = "includes a complete list of titles which represent different missions for Nancy Drew to solve. In Nancy Drew: Ghost Dogs of Moon Lake, Nancy will be trying to solve the mystery of the Ghost Dogs of Moon Lake.";
fDesc[9] = ", effective software working with DVD softwares.";
fDesc[10] = "that he will control. Apparently, he had an accident and died, finding himself in the afterlife limbo. Don't be scared to death, you will have a nice time with this ghost adventure.";
fDesc[11] = "Faceless Rider! Los Burritos sounded like a great place to stop for a snack, but Scooby and the gang soon learn that the town is haunted! The \"learning\" players will have to help the gang search for clues.";
fDesc[12] = "while working on your computer";
fDesc[13] = "information about each haunted location or hunt.";
fDesc[14] = "game, Danny Phantom. The left mouse button is used for firing colored projectiles at cartoon ghosts attacking Danny. These ghosts and an evil character named Vlad Plasmius, constantly invade Danny wherever he is in the Danny Phantom ™ Ghost Frenzy 2.6 game";
fDesc[15] = "options you can make Win Ghost watch a time consuming task and alert you when it is finished or problems occured.";
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 = '...';
}
}