var fDesc=new Array(); fDesc[0] = "Out Run 2019 is a successful arcade driving game developed by Sega AM2 in 1986. It was designed by Yu Suzuki, and went on to inspire numerous sequels and re-releases. It is one of Sega's most iconic franchises as it was the first arcade game to deliver a sense of speed while making use of Super Scaler technology to create a pseudo-3D look and feel. It also contains multiple routes and multiple endings. Its music, composed by Hiroshi Miyauchi, was also extremely popular as well, as each of the three in-game music tracks were much longer and more varied than what other arcade games were offering at the time. It was also one of the first games to allow picking a music track to race with."; 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 = ''; } }