var fDesc=new Array(); fDesc[0] = "This is The Sim Racing Setup Analyzer which works with the www.iracing.com service to offer iRacers the ultimate in setup troubleshooting and tuning. The program supports all oval and road cars (except rookie and Jetta), and all official iracing tracks as of November 2015. The program isn't just a generic wizard, but rather has specific information embedded that allows the program to "know" details about each and every corner of each and every track, specifically."; 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 = ''; } }