var fDesc=new Array();
fDesc[1] = "matchmaking and text and voice chats. Features game news and downloadable demos. When you install GameSpy Arcade 2.05, the program seeks for supported installed games in your computer, in order to allow you to play them online. If it finds nothing, it will later help you to find some.";
fDesc[2] = ", although its development is daring: you have to create a creature, highly envolved to be the dominant species on the planet and, finally, explore other worlds and dominate them.";
fDesc[3] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues.";
fDesc[4] = "capability. Yes, its very well know English to Hindi dictionary. You can find the Hindi meaning of any commonly used word of English from its large database of more then 22600 English words with Multiple Hindi meanings.";
fDesc[5] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards";
fDesc[6] = "keep advancing from level to level. You will play at different stages, each stage is a different country. The game has got a nice storyline. You will be able to read the story from a book that will let you know what has happened and what will happen with the characters of the game.";
fDesc[7] = "try to solve the puzzles and join the figures on their places. You will have to connect some twigs to get the original pattern.";
fDesc[8] = "beautiful crystals, you'll find it hard to stop playing, attaching crystals to each other and making them disappear.";
fDesc[9] = "made for you with a magical background. You are armed with a deck of cards that needs to be restored so that the fantasy-land restores back its zeal and life.";
fDesc[10] = "services. This version has a updated system info module along with support for the latest CPU and graphics hardware, as well as the updated version of the Entech library that is used for detecting the clock frequency of the graphics chip core and memory.";
fDesc[11] = "Gametop.com. You do not have to register, just download and enjoy the game. You will be able to have better weapons and an extra life if you move and shoot all the time. Of course that all the controls are in the keyboard and you shoot with the right click of the mouse.";
fDesc[12] = "site Gametop.com In this opportunity, you are going to travel to an ancient culture full of mysteries and adventure, the Egyptian culture. As you may know the major god was Amon Ra, he was the symbol of the sun, giver of life.";
fDesc[13] = "provides you with range of features like formatting options, highlight keywords, background and font color, font styles, print option, save as GIF option, Auto copy and many more.";
fDesc[14] = "focuses on the character that gives its name to these famous film, a small robot that after 700 years cleaning up the planet Earth, finds that he is not alone in the universe.";
fDesc[15] = "place in a magic laboratory. This Free downloadable game is developed by Media Contact LLC and distributed at GameTop.com.";
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 = '...';
}
}