var fDesc=new Array(); fDesc[0] = "Tennis Elbow 2009 1.0 by Mana Games is a simulator multiplayer tennis game for the computer. We can purchase this software from the developer’s website. It is possible to try for free the downloadable demo version for 14 days. In fact we can play only for 7 days, leaving the rest for warming up. Most of the features are only available for the registered version. There are four male and female characters we can select from and fully customize their appearance from head band to socks and shoes. We can also choose their training level, stamina, strength, fitness, left or right handed, and many more features. In the full registered version there are 5 levels of difficulty. There are also 8 types of court surfaces: grass, hard, clay, NewLine synthetic, blue-green hard, Classic synthetic, indoor synthetic and indoor hard. As single or double players we can select to play from over 300 tournaments. The game has a cool and realistic look. It allows us to play online. It runs under Mac OS X and Windows 9x, 2000, XP and Vista operating systems."; 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 = ''; } }