var fDesc=new Array(); fDesc[0] = "A Tool for Aquarium Screensaver Creation and Customization
Aquarium Screensaver Maker is an easy-to-use tool that helps you create custom aquarium screensavers from your own photos. You can use any pictures as the background, add any number of fish from the built-in list, or draw and add you own fish. The special rippling water effect automatically animates all your fish. This animation effect was specially designed for Aquarium Screensaver Maker and does all the work for you. Creating animated screensavers has never been so easy!"; 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 = ''; } }