var fDesc=new Array(); fDesc[0] = "The free Ocean Sunset 3D Screensaver lets you enjoy the beautiful setting of the sun on the deep ocean and a pirate ship resting before it begins its new adventures. This is sure to take you to the fantastic world of pirates and treasures from the Caribbean. Enjoy the peaceful sound of the sea lapping at the shore of your secret island. Download this free 3D animated screensaver from Scenic Reflections and let yourself enjoy the ocean scenery. The free Ocean Sunset 3D Screensaver includes nearly 20 minutes of beautiful, CD quality piano music to help enhance the scenery, 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 = ''; } }