var fDesc=new Array(); fDesc[0] = "The free Underwater Reef 3D Screensaver offers you the relaxing setting of a beautiful underwater reef which will give your mind a break from your busy day. The gentle gliding stingray and the smooth swimming colorful fishes will provide an environment of peace and tranquility. Download this unique free 3D screensaver from Scenic Reflections and let this amazing vision of underwater life ease your mind whenever you feel the need to get away. The free Underwater Reef 3D Screensaver includes nearly 20 minutes of beautiful, CD quality piano music to help set the 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 = ''; } }