var fDesc=new Array(); fDesc[0] = "The Drag Racing Analyzer Pro v2.0 is our most detailed vehicle simulation of Drag Racing (accelerating) performance. It goes well beyond our standard Drag Racing Analyzer to include more detailed inputs, more detailed results, more detailed graphs, more features to analyze data, more options to quickly find "optimum" combinations and much more. The "Team Engineer" version adds some high tech features like a complete Centrifugal (slider) Clutch builder program, ability to import data logger files for comparison and analysis, more graph options like time alignment and dual cursors for analyzing sections of data, and the special timer for timing between 2 of most any type events during the run, and engine RPM histograms."; 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 = ''; } }