var fDesc=new Array(); fDesc[0] = "Rex Races is a driving game about racing with dinosaurs.. The asteroid has hit Earth causing all sorts of devastation which is spreading fast. Tricky driving game with a T-Rex on a dirt bike. Collect bonuses, do tricks and most important, speed through the landscape in a hurry to make it to safety. You can use arrow keys to drive."; 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 = ''; } }