var fDesc=new Array(); fDesc[0] = "MAP3000 is the next generation of monitoring and calibration tools for OMEX Electronic Control Units (ECUs). It can either be used whilst connected to an ECU for realtime monitoring and calibration changes or offline as a stand-alone calibration file editor.
MAP3000 offers many advanced features including PC based datalogging, virtual dashboards and auto-mapping."; 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 = ''; } }