var fDesc=new Array(); fDesc[0] = "Free Ocean Sunfish Screensaver turns your screen into an amazing aquarium with 3D ocean sunfish swimming around your desktop. This free screensaver has 10 species of ocean sunfish and one beautiful undersea background. Download this free screensaver safely and quickly. Enjoy 3D screensaver with ocean sunfish swimming among transparent bubbles with music. If you are interested in ocean sunfish, then this free 3D screensaver is for you!"; 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 = ''; } }