var fDesc=new Array(); fDesc[0] = "It is a racing/vehicular combat game that puts the player not in the driver's seat, but rather on the sidelines, using a remote control to operate the R.C. Cars and thus utilizes an isometric out-of-vehicle perspective. The game's success led to the development of multiple sequels for both the NES and Game Boy platforms."; 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 = ''; } }