var fDesc=new Array(); fDesc[0] = "The new adventure begins deep beneath the ocean waves! Sea life thrives as players are given the opportunity to create an underwater paradise of dreams. Swim with the whales, ride the turtles, play with the dolphins and feed the manatees. With so much to do and see, players can literally lose themselves to the hypnotic sounds and dazzling lights in a world of humour and mouth-watering animation!"; 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 = ''; } }