var fDesc=new Array(); fDesc[0] = "Dangerous tracks are waiting for you in the Super Offroad racing game. Get in your car an make sure you come up on top.Race through the obstacles and water traps: can you drive till the end and be first?Choose your cornering tactics wisely,and leave the competition in the dust."; 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 = ''; } }