var fDesc=new Array(); fDesc[0] = "Digital Goldfish Screensaver is a unique virtual underwater world with charming transparent bubbles and very pretty goldfish. Air bubbles slowly rise to the water. The goldfish are having fun swimming around everywhere. Some are far from you, others very close. Fish movements are so realistic that it makes you think you are observing real living sea creatures. They swim and drift. Water lilies and plants bend and sway in the tide.

The screensaver allows you to brighten the room or make it darker by adjusting the light intensity. It includes bubble music to help you enjoy the scene as you relax and allow your mind to rest and think only about beautiful things. Sound effects are amazingly real, resembling an underwater environment. You can add your own music. If you touch the fish they will swim away from you. The program can auto feed them with floating goldfish pellets. When goldfish see the floating pellets they will immediately swim toward the food then nibble and eat the food."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }