var fDesc=new Array(); fDesc[1] = "those games, you have to keep the ball bouncing into three walls, destroying thing as it touchs it, and getting points for it. From time to time, a destroyed item will free a bonus item, that will give you some advantage if you catch it."; fDesc[2] = "very fun filled game which one could play for hours and hours without getting bored. Its also a NO AGE LIMIT game so every one from a kid to grand pa can enjoy it."; fDesc[3] = "enjoy this challenge in a battle against the thiefs of your treasures. Collect your treasures and ancient pieces to rest your soul and enter the after life."; fDesc[4] = "your piece, and catch it being really careful about fishing line tension. Once the fish is caught some information will be shown for you to choose whether to keep it or not. The game can be played locally and online."; fDesc[5] = ", including small fish and large sharks. Your objective is to catch as much fish as time allows you. Join your counterparts!"; fDesc[6] = "making the balls bounce on your bat and the walls. The bricks are destroyed when the ball touches them. Should you miss the ball, you will lose a life."; fDesc[7] = "mode. In the action mode you will have to catch as much fishes as you can in a limited time, and in the campaign mode you have to catch similar fishes in a row. During the game you can buy different accesories while you get combo goals."; fDesc[8] = "of tournaments that will put your angling prowess to the test. Cast your line in colorful locations like Bullhorn Lake, Golden Corn Lake, Wicked Mansion Lake, and more."; fDesc[9] = "catch the colored energy balls, but be careful to spin the ring that surrounds your ship so you will have free space to grow your score and for the next ball; if you get 3 balls in order they will disappear and will add you energy."; fDesc[10] = "Fisherman Of Fortune. And it’s totally free! So go ahead and start fishing. The aim of the game is to catch as many fishes as you can."; fDesc[11] = "they may disappear completely. Beware! There will be not only fish among your catch."; fDesc[12] = "creatures, including small fish and large sharks. Your objective is to catch as much fish as time allows you. Join your counterparts!"; fDesc[13] = "entertaining and has an engaging storyline. A little monkey has lost all of its teddy bears, and the objective is to help it find them."; fDesc[14] = "you, you´re not going to catch any frog. The real goal of the game is to keep you wandering through the screen, trying to avoid to be killed under the weight of hordes of bouncing blue elephants."; fDesc[15] = "the musical notes that emerge from a sort of line moving around the screen at the rhythm of a song. It is an interesting pastime, with an original idea, but way too easy to play."; 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 = '...'; } }