var fDesc=new Array(); fDesc[0] = "The Race Analysis Software from RLC Racing works with any log file from any one of our data loggers . It is easy to use and user friendly!

The new Race Analysis Software gives the user the abiltity to analyze their data with sophisticated tools to quickly find the fastest line around the track and reduce their times. With advanced features that allow the user to apply math equations to any sensors, analyze multiple synchronized video files, or view a sensors data directly on the track map gives the user an edge over the competition."; 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 = ''; } }