var fDesc=new Array(); fDesc[0] = "Bubble Bay is a beautiful game based on a new addictive and easy to learn action puzzle concept. Help the octopus pop the bubbles while searching for the lost city of Atlantis! Collect 12 species of colorful and exotic reef fish while traveling across 6 nautical themed reef locations and 30 fun filled levels. Enjoy relaxing music and vivid graphics!"; 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 = ''; } }