var fDesc=new Array(); fDesc[1] = "of the game is to create matches of three in a row, by clicking on adjacent tiles to swap them. As you progress on the game, you’ll be releasing fishes. You can try this game for 60 minutes."; fDesc[2] = "that needs to eat smaller fishes to grow up; likewise, we get points, bonuses, and pass on to next levels. The game becomes more and more interesting (and difficult) as we grow bigger and get to eat our old enemies."; fDesc[3] = "fishes you want to see (up to 5 different types), the foreground and background colors, the location, amount, type and sound of the bubbles, if you want a frog or not."; fDesc[4] = "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[5] = "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[6] = "screen saver with lots of new features will show you the time and date. You will even have the chance to choose and feed your own fishes!"; fDesc[7] = "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[8] = "they may disappear completely. Beware! There will be not only fish among your catch."; fDesc[9] = "you eat and each time there will be less fishes capable of eating you. Become the bigger fish in the ocean. Enjoy this simple arcade game that show you how to become a predator from being the pray."; fDesc[10] = "correctly indicates, this screensaver is about the depths of the ocean where beautiful and colorful fishes swim around decorating your desktopThe sounds of water accompanying the animation are maybe the most relaxing part."; fDesc[11] = "different game modes, one of them is the story mode. You will have to click on the fishes so that they go up towards the surface and hit the boat."; fDesc[12] = "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[13] = "the 3D Aquarium Animated Screensavers on the EleFun Desktops Web Site, along with other versions of reef screensavers. As its name correctly indicates, this screensaver is about a white reef around which beautiful fishes swim decorating your desktop."; fDesc[14] = "indicates, this screensaver is about a big coral where beautiful and colorful fishes swim around decorating your desktop. The screensaver includes a clock in case you want to know the time without leaving the beautiful animation."; fDesc[15] = "the water will make this 3D screen saver more realistic. It has full 3D environment and all realistic views of water world. You can also control the magical and other amazing features with your keyboard."; 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 = '...'; } }