var fDesc=new Array(); fDesc[1] = "zombies, which want to destroy your vision of happy future. It's real good continuation of Fallout 1/2. New adventure in the habitual environment and modern good-looking form."; fDesc[2] = "resulting from the successful and amazing games. In Tomb Raider Legend, Lara comes to alive with intricately animated expressions, moves and abilities."; fDesc[3] = "originality of the show that makes Legends. You are going to travel with this game to Europe of the Middle Ages where the life of its people passed through the castles."; fDesc[4] = "who has lost her crew and her love during an attack of a ghost ship called Flying Dutchman. She knows that her crew is alive, so she is going to rescue them, including her love, of course."; fDesc[5] = "a medieval world of fantasy and role-playing game. Plot: In a kingdom that had everything you should have: peace, happiness and prosperity, the King did not have children, then they prayed to the gods to give them that blessing."; fDesc[6] = "stole goods from the rich to give them to the poor. You can play the role of Robin and also control other central characters in the legend, such as Little John, Friar Tuck, the nephew of Robin, Will Scarlett or the very Lady Marian."; fDesc[7] = "Conquistadores shows you the way to the Sun Temples. Does the gold of El Dorado really exist or is it nothing but a myth?"; fDesc[8] = "team in charge of exploring deep into the islands where few have been before. As in any hidden object game, your goal is to find all the objects on a given list before the time runs out."; fDesc[9] = "full of intrigue and surprises, settled very intelligently. It´s been nearly eight years since Dracula 2 came out, however, the legend of the famous vampire is large enough not to end up there."; fDesc[10] = "adjacent tiles in order to set matches of three or more identical tiles, fill the entire grid before the time limit ends to qualify for the next levels."; fDesc[11] = "Her Interactive. This title is based on the book The Mardi Gras Mystery. This instalment of the series is an outstanding improvement over the last game."; fDesc[12] = "the mankind, the elves and the dwarves, to fight together in case of war. For decades, the Order of the Keepers of the Holy Flame has watched over the portal that once allowed demons to invade Aelfal."; fDesc[13] = "treasures. This game will challenge your speed ability and your vision. Be fast and clear as many bricks as you can, and collect as many prizes as possible."; fDesc[14] = "learning process of the guitar chords an enjoyable and at a fast pace. Guitar Chord Legend allows you to search through thousands of chord charts with ease by allowing multiple chart views at once."; fDesc[15] = "journey to super stardom!"; 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 = '...'; } }