var fDesc=new Array(); fDesc[1] = "realism! Theses fish are actual 3D Models, not flat images dragged accross the screen."; fDesc[2] = "on a colored background with a soft curved design. In this case, we are talking about an aqua blue background with different shades forming hill-like shapes."; 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] = "desktops. The way this program arranges the desktops is like Windows Vista or Macintosh Aqua operating systems. Once the application is installed, it sets an icon in the system tray to activate the effects. By clicking on it, a window appears to offer all the application possibilities."; fDesc[5] = "also replace the seabed background with your current desktop. The graphics are not photo-realistic. The fish are a bit sleepy or even brainwashed.The seabed is more likely to be photo-based. And the lighting is much more realistic. The thing that is most impressing in this program is sound."; fDesc[6] = "Like in other Zuma clones, as Luxor and a million more, you´ll have to shoot balls to groups of three or more ball of the same color, that come rolling from the top of the screen."; fDesc[7] = "SQL scripts as well as browse database structures"; fDesc[8] = "front bumper. At the beginning you’ll be shooting an “aquasphere” which will hit something in the current scenario, coming back towards you. You’ll have to place your ship in front of the aquasphere in order to keep it bouncing all over the place."; fDesc[9] = "screensaver's features are configurable, like the 3D rendering capabilities and the sounds. Although it has some minor disadvantages, it is a god screensaver."; fDesc[10] = "quite simple, following the classic mahjong rules. The objective is to remove from the board as many tiles as you can, by connecting matching tiles which have any of its side edges free."; fDesc[11] = "capture, password recovery, color picker,smart link recognition."; fDesc[12] = "that protects four oceans from evil. The game shines with plenty of match-and-pop puzzles, superb visuals, animations and author's music."; fDesc[13] = "getting covered with water. And then, tropical fish appear and start swimming gracefully around the screen."; fDesc[14] = "unique is that it will still be showing you an underwater scene, with beautiful fish swimming gracefully among marine plants and rocks at the bottom. You will even see a stream of bubbles rising to the surface, just like real aquariums do, to oxygenate the water."; 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 = '...'; } }