var fDesc=new Array(); fDesc[0] = "rFactorCentral Client is designed to make it easier for everyone to enjoy the experience of sim racing. The rFactorCentral client makes it easier and faster to download the cars and tracks for rFactor.

rFactorCentral Client allows racers to download cars and tracks without worrying about file structure and installation errors. Also the program creates a single, reliable, virus-free environment for finding and downloading car and track mods and it's extremely fast to download the cars and tracks so you can race faster."; 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 = ''; } }