var fDesc=new Array(); fDesc[0] = "Dyno DataMite Analyzer is a logging system with advanced features.

The Dyno DataMite system has been used to computerize Stuska (tm), Go Power, Davenport, Prototype, Clayton, and numerous other brands of dynos. In some cases we can use some of your existing sensors.

Main features:

-Capability to configure and calibrate the software for most any combination of sensors you have installed on the DataMite data logger.
-Capability to tailor the program to work with most any type of dynamometer, including inertia wheel types, absorber types (with load cells and lever arms), and even chassis dynamometers.
-User friendly, Windows interface, compatible with Windows XP, Vista, Windows 7 or Windows 8.
-Can print results using most any Windows compatible printer, many times in color."; 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 = ''; } }