var fDesc=new Array(); fDesc[0] = "The ability to create user-made utilities and applications gave Live For Speed a huge boost. The development team of LFS is not that big, therefore there were some minor details and options that were not available for games. Luckily it wasn't very hard to create user-made applications, and that is what Kegetys made. They have created different mods for LFS. One of these mods is the Live For Speed Pit Spotter. In real racing, usually there is a pit spotter per car, this spotter communicates with the driver via radio and lets him know some important information during the race. In many cases, this can be the position of other cars towards the racer's car. This information is very useful especially in oval racing. The LFS PitSpotter includes just 16 voice notifications, however they are very useful. You can configure how far or close the car has to be for the spotter to let you know about another vehicle. The mod is very simple, and the download doesn't take up more than half a megabyte. It is a useful mod specially for all the oval racers out there."; 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 = ''; } }