var fDesc=new Array();
fDesc[1] = "dedicated to downloading and uploading files like in a wholesale, and it has every tool needed to do it in the best and most efficient way possible. Like many other torrent managers, it can handle magnet files. It has a scheduler for your downloads.";
fDesc[2] = "and the instruction are clear and easy to understand. An old diary has been discovered. The problem is that most of its pages have been torn out. You must find the missing objects in the different rooms to unlock their doors and retrieve the missing diary pages.";
fDesc[3] = ", he must pass through different levels. Along the way, he will encounter emenies that will try to stop him. the way Lex defends himself from these enemies is by spelling out words.";
fDesc[5] = "your hamster fall down in a wrong way, or you can break his ball and loose time. Reach the goal before the time is up and enjoy each new level of this game.";
fDesc[6] = "trade exotic island goods, amassing wealth and power. Earn enough gold to upgrade your ship and engage in land and sea battles.";
fDesc[7] = "flying objects in the space. Invadazoid 1.0 has got several game modes (invasion, survival, classical and boss). Each one has got different rules and strategies.";
fDesc[8] = "and Magic V. This pack presents several enhancements over the original game. The storyline begins from some time after the story in Heroes of Might and Magic V. Multiplayer mode allows all players on a map to move their units without waiting for the other players during a turn.";
fDesc[9] = "invasion. For achieving this, you must kill everyone coming your way. You begin shooting ships, that need to be hit several times to be sunk, and then the soldiers that would emerge from the ships, if they can reach the coast.";
fDesc[10] = ", combining some elements of brick busting games with match 3 mechanics. Apart from being enjoyable and challenging, it is absolutely free.";
fDesc[11] = "like Bridge, Hearts and Gin Runny to family games like Crazy Eights and Old Maid. It also includes fifty different Solitaire games. Many of the games can be played with Hoyle computer players, and some games can be played with several people in front of your computer.";
fDesc[12] = "have strong proof. Just head to the official site and take a look of it. In the game, your mission is to defend humanity from an alien invasion.............. .";
fDesc[13] = "nasty creatures from invading your land. To do so, you have to place defense towers strategically. It is an original game with a tense and thrilling gameplay.";
fDesc[14] = "your text options easily like any word-processing program for text alerts. Preview what a Notification will look like before activating it with the 'Preview' button. Start, stop & pause your notifications. Choose between 'Countdown' or 'Timed' mode to control the frequency of your notification. Save & load different 'themes' (*.nfm files) that you design yourself for when the mood suits you. Override display and audio settings easily in the 'Options' window should your messages interfere with your games or other work. Access and control NotifyMe through the System Tray Icon Menu. Start NotifyMe automatically when windows starts either in minimized or full modes. Assign a 'startup' file for NotifyMe to load when your PC boots up";
fDesc[15] = "their homework done. It allows you to enable/disable at will the system features used by modern games.";
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 = '...';
}
}