var fDesc=new Array(); fDesc[0] = "Audiogames are games that are based on sound alone and contain little or no graphics. This means that visually impaired people can play them just as easily as everybody else (and probably better).
Top Speed is the name of the first game of the Playing in the dark team. It is a racing game based on sound. Like any racing game it's goal is to reach the finishline as fast as possible without crashing. The game will run on virtually any computer running Windows 98 or later. It does however require DirectX 8.1 or later. DirectX 8.1 comes with Windows XP,"; 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 = ''; } }