var fDesc=new Array(); fDesc[0] = "Monkey Kart is an interesting racing game for free. Jungle, beach, sky, darkness, surrounded by animals is a total of 8 worlds to discover. The race takes place between you and two other opponents from a side view from left to right. Use the arrow keys to steer your kart to accelerate Right, Left to curb and back, Up to jump. Use the spacebar to use the bonuses you will find on your way. Each cutting takes place in a different universe One you have is indicated on the top left of the screen. Have fun and enjoy the game!"; 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 = ''; } }