var fDesc=new Array(); fDesc[0] = "SEA Dive 3D is an ocean screensaver with a twist - the version contains 11 scenes Beautifully realised, living, breathing 3D fish and underwater environment Photorealistic sea-scape, special effects Amazing animated ocean creatures and fish, dozens of species, various tropical fish and tortoise Seek out ancient ruins, coral reef, and underwater canyons and grottos Tens of thousands of square feet of stunning ocean floor to explore, the next best thing to actual scuba diving"; 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 = ''; } }