var fDesc=new Array(); fDesc[0] = "Pick up your wacky racer, race the course, under the tunnels through slippery curves and simply enjoy.

It takes a lot of concentration and you could end up biting your lips from excitement. Another positive thing about this game is that the commands are responding quickly and it takes no more than one round to figure it out when and how to take your next curve."; 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 = ''; } }