var fDesc=new Array(); fDesc[0] = "Full Ace is a serious tennis simulator where the user can see exactly how it is in a tennis match. In Full Ace you can play alone against the AI, but a whole other kind of fun will be found online, in multiplayer mode. You will also find your own style of play according on chances and risks you are willing to take."; 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 = ''; } }