var fDesc=new Array(); fDesc[0] = "With the introduction of the TEC-gt, Electromotive introduced new WinTEC software. Initially, this software interfaced only with the TEC-gt, but as development and refinements continued, this new software expanded to integrate the calibration of other PC connected Products.

Electromotive has been developing Calibration Software for many of their products since the 80's, and now almost 20 years later, we have embarked on a completely new platform, designed to grow with our ever-expanding product line.

Easier menu navigation for improved oversight of the tuning process is the main focus of this effort. A new approach to monitoring engine functions has been taken, resulting in a more integrated on-fly tuning process."; 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 = ''; } }