var fDesc=new Array(); fDesc[0] = "Here you have a chance to play some great free tennis. You can adjust the angle of your serve or you can even try to score with an ace. Move quickly left and right just like the real tennis pros and hit that ball as hard and precise as you can. Your opponent is not an easy one. You will need some practice before you master all the shots from backhand, forehand, slice ball. But once you got it the victory is guaranteed. Play this awesome free tennis game from free sports games and have a lot of fun."; 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 = ''; } }