var fDesc=new Array(); fDesc[0] = "Push around the demolition dude in this demolition derby alike game. The game is remarkable with its car and physics attached, and the sole purpose to do as many damage as possible, avoiding too much collateral damage to other objects inside the levels. Can you be the dude? Use the mouse cursor, and the keyboard, to play this free destructive game."; 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 = ''; } }