var fDesc=new Array(); fDesc[0] = "Dream Match Tennis Pro is the most realistic online 3D tennis game. You can play with the players from all over the world via the Internet. Control the ball and win the match. It includes 4 game modes Challenge, Exhibition, Tutorial, and Practice. The Online Game are at the game lobby, you can create or join online games. You can play with the players online.There are 7 court surfaces Hard (3), Grass, Clay, and Carpet (2) court. It has unique 4 characters have different types of play style and abilities. It supports keyboard and joypad. It is strongly recommended to use joypad. It supports PLAYER vs. PLAYER and PLAYER vs COMPUTER."; 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 = ''; } }