var fDesc=new Array(); fDesc[0] = "Playing on the popularity of Angry Birds this similar game is a creation of Electronic Action, Inc. The plants are plotting against the clowns and you have to clear out the bad plants. To do this, there is a big slingshot, and a couple of clowns. Fire a clown to destroy the plants. Control action with the mouse. The game quality is high resolution. Enjoy!"; 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 = ''; } }