var fDesc=new Array(); fDesc[0] = "The Ontronic software is an integrated program that allows the user to perform various tasks such as:
- engine tuning in real time
- sensor calibration
- engine setup
- diagnostics
- data logging analysis
All those process parameters are grouped in an entity (object) called an eprom, as an analogy to the first generation of electronic injection systems where all parameters were stored in an eprom. Physically, Ontronic does not have any internal eprom, but a flash memory (electrically erasable memory), as well as a fast memory for real time tuning."; 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 = ''; } }