var fDesc=new Array(); fDesc[0] = "Talent Editor is a simple editor for rFactor's AI talent (.RCD) files. Create and edit these files to adjust various AI performance values on a per-driver basis.
A conversion wizard is provided that will convert talent files from F1C, GTR, GTL and GTR2 into rFactor format.

The Talent Packer gives you the chance to create either a standard Zip archive or a self-executing archive but with a custom front-end closely resembling an average installer with the bonus of still being able to open it with a normal archiver such as 7-Zip."; 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 = ''; } }