var fDesc=new Array(); fDesc[0] = "Just fill your desktop with water and let the tropical fish swim around. The photo-realistic 3D graphics and stereo sounds will impress you. Turn your desktop into a spectacular ocean aquarium full of tropical fish swimming around your icons. Schools of photo-realistic tropical fish, stereo sounds of rippling water, animated bubbles & even sunlight streaming down the murky waters of your screen. One of the most know aquarium screensavers."; 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 = ''; } }