var fDesc=new Array(); fDesc[0] = "Coupled with the C6-R's 640ft/lbs of torque, and aerodynamic downforce, this car is a blast to drive. extensive testing went into this car to produce what is one of the most fun cars to drive. Be careful off the corners when on the limit the torque can bite you. The great thing about the C6-R however is you can feel exactly what the backend is doing, giving you predictable car reactions. The car was developed on Realfeel, and should also work with normal ffb as well. The Aerodynamic drag was adjusted with all wing settings to provide almost identical top speeds on various different tracks the car actually races at."; 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 = ''; } }