var fDesc=new Array(); fDesc[0] = "Take along your Match 3 skills, and prepare for a thrilling ride when you endeavor to build an unforgettable amusement park. You're the land developer, and Plumeboom Park is in your hands. As you progress, you'll unlock new areas, each with their own themes and attractions! Tackle clever Match 3 boards in order to earn the resources every entrepreneur needs: money, building improvements, and even satisfied employees."; 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 = ''; } }