var fDesc=new Array(); fDesc[0] = "Looking for an awesome arcade-style off-road racer that is just plain fun to drive? Then put the pedal to the metal with Off Road Arena! This is the recipe for fun and excitement: Mix one part burnin'speed, 2 parts dirt and mud, and 3 parts adrenaline and you get the most exhilarating indoor racer that you have ever seen! With professionally designed tracks and two distinct game play modes, you will want to jump in the driver's seat and push it to the extreme!"; 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 = ''; } }