var fDesc=new Array(); fDesc[0] = "Tennis In the Face is an arcade game where you need to help an ex-tennis star, Pete Pagassi, save the city from the evil energy drink corporation, Explodz! In Tennis in the Face, you will knock out creepy clowns, evil riot police and other Explodz-addicted maniacs with Pete's trusty tennis ball... in their faces! Tell Pete where to hit and watch his tennis ball bounce off the walls to strike enemies. The more enemies you knock out with a single serve, the higher your score."; 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 = ''; } }