var fDesc=new Array(); fDesc[0] = "Angry Plants 2 marks a return to the PC of our leafy friends. Once again, this game is loosely based on the highly popular Angry Birds series. In this version there is no clown, only plants. Bad plants must be eliminated, and watermelons are the main characters in the game. If you are ready to proceed with the mission of eliminating bad plants, you'll need to install the game completely. Enjoy the game!"; 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 = ''; } }