var fDesc=new Array(); fDesc[0] = "You are a go-kart champion. But yet you have to prove it on the most important race of the year, the go-kart world championship.
This is an extremely fast track so you will have to use all of your driving skills to be the first to cross the finish line. Drive as fast as possible and avoid other vehicles.
Now start your Racing Extreme game and prove to everyone that you still are the best racer of all times."; 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 = ''; } }