var fDesc=new Array(); fDesc[0] = "Create your harvest Fishdom! Progress through challenging match-3 levels, and get cash to set up your harvest feast tank. Get creative and decorate it with festive fishies and fall-time accessories. Turn your aquarium into a welcoming farm with ripe vegetables and yummy treats. Win trophies and build up your heartwarming Fishdom! Get splashed with cornucopia of fun"; 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 = ''; } }