var fDesc=new Array(); fDesc[0] = "Table Tennis Pro Lite 2.32 is a ping pong game for Windows.

The program can be run in English, German, Spanish, French and Italian.

If this is the first time that you run the game, it will ask you to create a player.

Through the Main Menu you will be able to chose the kind of match you want to play. The options are One Player (this is, against the computer), Two players, Multiplayer, League, Tournament, or Practice. The Disks and Blocks modes are locked in the demo version.

While you play the game, you must keep your attention in aiming your shoots only, your pad will be always in the right position to hit the ball. You must direct it in such way that the ball will fall in your rival´s field, and he can´t hit it back.

After the match is finished, you can view it again to see your weak points, and enhance your playing.

The different rivals will have different weaknesses and strengths. You can vary the difficulty and speed of the game, the rooms where you will play, the controls and how many matches you´ll have to win."; 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 = ''; } }