var fDesc=new Array(); fDesc[0] = "Twisted Tennis is an interesting sport game for free. PChoose from several different settings and play tennis against either the computer or a second player. Use the arrow keys to move. Z key for a fast hit, X for a low hit and C for a high hit. When you fill up the power bar, you can perform power shots. In exhibition, you can play a single match against the computer or another player. You can also play against computer opponents in a tournament-style match. You can choose the players. So get ready to serve!"; 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 = ''; } }