var fDesc=new Array(); fDesc[0] = "Aquatic of Sherwood is a match 3 game by Realore Studios. It is a fun quest for the missing bride with a bubble-popup gimmick. Match 3 or more bubbles to pop them up. With its humorous character, 50 levels to go and 9 cool bonuses, the game doesn’t grow stale in a short while."; 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 = ''; } }