var fDesc=new Array(); fDesc[0] = "Pony Racing is an interesting sport game for free. Run with Sandy, Rosy or Stella in this fairytale pony racing game through wonderland. Pick up the apples with your pony, to restore the energy level. You can also use magical power-ups to aid you in the race. Have Fun! Use your mouse to play. Pick up magical powerups, apples restore the energy level."; 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 = ''; } }