var fDesc=new Array(); fDesc[0] = "The electronic governor system EMR3 is the replacement of the systems EMR2 and MVS.
As a diagnosis and programming tool, SerDia2000 is used for all these engines. The present document specifies the basics, functionality and add-ons, which are necessary because of the launch of the new generation of ECU. There are additional hints to search the error and solve the problems.
Functions are activated by clicking of command buttons in this software. Following commands are available
· Controller selection
· Measurement
· Parameterization
· Error memory
· Function test
· Tasks
· Extras"; 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 = ''; } }