var fDesc=new Array(); fDesc[0] = "World Tennis Ace is a sorts game dedicated to tennis lovers.
With World Tennis Ace the user gets to play women's tennis on grass or clay, and most importantly, it is very easy to win. The rules are similar to regular tennis. Beat all three challengers and take home the Gold Cup.
When you choose a court, clay has more bounce and is slightly slower than the fast grass court surface.
The character is controlled with the mouse. Swing the racket by clicking the left mouse button."; 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 = ''; } }