var fDesc=new Array(); fDesc[0] = "Like it's predecessor Top Speed 2 is a racing game based on sound. It has many advanced features unlike any other accessible racing game. It's features include :

Features:

-Racing against up to 7 computer controlled opponents on any of the 8 tracks in any of the 6 included vehicles.
-Support for force feedback steering wheels or joysticks. Feel the car!
-Hear the cars pass by you in surround sound!
-Self-voicing : no screenreader required.
-Download add-on cars, tracks and street adventures made by other players.
-Race against each other online on local networks or the internet with up to 8 players!
-Configure the game to your liking with the extensive options menu."; 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 = ''; } }