var fDesc=new Array(); fDesc[0] = "Plants vs. Zombies GOTY Edition is a strategy game in which zombies are invading your home, and the only defense is your arsenal of plants. You are armed with an alien nursery-worth of zombie-zapping plants like peashooters and cherry bombs and you'll need to think fast and plant faster to stop dozens of types of zombies dead in their tracks."; 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 = ''; } }