var fDesc=new Array(); fDesc[0] = "This fabulous 3D game will put you to a test of speed and skill on a variety of terrains and roads. A number of bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix. Compete on a variety of race tracks in different weather conditions and climates and prove that you are really fast and furious!"; 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 = ''; } }