var fDesc=new Array(); fDesc[1] = "things, you grow, and become able to eat bigger fishes, provided they are smaller than you. You can join your counterparts from all over the world through Internet and beat your best score."; fDesc[2] = "totally for free. So to play Fish Tales you only have to get it and install it. The rest will be just to follow the options in the menu. You will have to survive the dangers of the sea following the nature's law and fulfilling some easy tasks."; fDesc[3] = "site Gametop.com, you don´t have to register just choose the game and then download. This is game full of adrenaline of course that you must shoot all the time, because is the only way that you can survive and pass to the next level."; fDesc[4] = "Teach them survival skill as building, fishing, exploration, research and healing other people. Guide them and build your village solving 16 puzzle of different difficulty levels."; fDesc[5] = "top-down action games, and this is not the exception. Similar to Alien Shooter, you now must fight Zombies, and it is somehow more gripping than the Alien Shooter games. If you like arcade action games, you'll love this."; fDesc[6] = "in charge of disposing millions of aliens in this game. With fast-paced action and a good atmosphere, the game will appeal to many gamers, specially those who like action games."; fDesc[7] = "explore with the help of maps and teach the children how to perform different tasks while you buy different technologies in order to help them."; fDesc[8] = ", retouched maps , which adds two new models and a single player mode. Counter-Strike is a tactical shooter game that confronts terrorists versus counter-terrorists in round-based gameplay."; fDesc[9] = "not-too-distant future, when the humanity depleted nearly all resources of the planet."; fDesc[10] = "shipwrecked people, a man and a woman. They find themselves in an island and they have to carry out several tasks in order to survive and then escape from the island."; fDesc[11] = "will be to survive and make your way through a dangerous lane, facing all types of threatens, like mad cows, bandits and daring gunmen. The game is absolutely free, and can be downloaded from the developers' site."; fDesc[12] = "common at that time, they sailed the seas with their ships, and they stole gold from another ships.With this game you are going to travel to the eighteenth century, in the Caribbean."; fDesc[13] = "score points by exploding them. Your only help is your faithful dog, Sheriff, who will chase away the thieving polar bears who are trying to take the most important supplies."; fDesc[14] = "him to survive in the sea eating the fishes that are smaller than you, and avoiding to be eaten by fishes bigger than you. As you eat smaller fishes, you grow bigger, and so you can eat bigger fishes, that become smaller than you."; fDesc[15] = "much as you can in the middle of an hostile space environment, facing a lot of dangers and threatens, to finally destroy the Horde’s starbase."; 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 = '...'; } }