var fDesc=new Array(); fDesc[0] = "The Race Technology Data Analysis Software is the main application that comes with nearly all Race Technology products, and as the title would suggest allows you to analyse the data you collect in a number of ways.

A very simple example of what the software can do would be to download the data after a race and calculate the lap times and the speeds around the circuit. Another simple example would be to download data after a performance test and plot the power output for the run. However, this is just scratching the surface of the Analysis Software's capabilities - the analysis software is both hugely powerful and flexible piece of software. We have tried to keep this as simple and intuitive as possible to allow new users to get up and running as quickly as possible, but at the same time incorporate a wide range of powerful features for more advanced analysis."; 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 = ''; } }