var fDesc=new Array(); fDesc[0] = "The free Jumping Dolphins Screensaver features a beautiful evening scene at the ocean, with the full moon reflecting off the calm waters and dolphins playfully jumping up and out of the water and gracefully diving back in. This whimsical scene will make you smile every time you watch it. The free Jumping Dolphins Screensaver includes nearly 20 minutes of beautiful, soothing, full length CD quality piano music to help enhance the tropical mood, and now you can optionally add your own music tracks to help customize the screensaver even further."; 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 = ''; } }