var fDesc=new Array(); fDesc[0] = "Diesel and Death is an interesting racing game for free. Diesel as we know only use in truck or bus, seldom usual car using the diesel. And here we got a racing game, in this game you or your enemy probably will die, if he die, then you win, if you both are still alive while the racing, then you both might be lose. You can press your spacebar to make your enemy fall and kill him, then you will win. So, diesel and death, here we go! Best of luck!"; 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 = ''; } }