var fDesc=new Array(); fDesc[0] = "Experience the fastest two-player head-to-head racing you will find for the Genesis. Race the Lotus Turbo or Elan through a wide selection of cross-country courses and in all kinds of weather conditions. While most of us probably will never get the chance to drive a Lotus on the world-famous autobahns of Germany, you can get the next best thing by playing Lotus Turbo Challenge for the Sega Genesis."; 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 = ''; } }