var fDesc=new Array(); fDesc[0] = "Dream Aquarium is the most realistic aquarium screensaver for Windows. In my years, I have always loved to have a screensaver that resembles an aquarium with fish swimming and playing around. Having such a saver is so relaxing. When I stumbled upon Dream Aquarium I was perplexed, but in a good way. The graphics are simply jaw-dropping. There are plenty of different fish and they all look like their real counterparts. The first time I saw this screensaver it was being projected onto a 100-inch wall. You could only imagine how great it looked. I had to get it. Other than the great graphics, you also get a relaxing watery sound. Like bubble bursting constantly. It is relaxing indeed. Other than that, the aquarium looks just like any of its competitors. The fish swim with no apparent heading. They don't interact with anything, they just swim. Dream Aquarium isn't the cheapest screensaver that you can get, but its great-looking graphics, its stability and the incredible presentation are worth every penny."; 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 = ''; } }