var fDesc=new Array(); fDesc[0] = "ECU Flash tool is a free tool to upgrade the ECU'S program memory (firmware).
Ecu Flash tool runs as a 32-bit application on MS Windows®
Download ECU Flash tool, install this aplication.
Download a firmware file at the firmware or download page of our site.
Open this file with ECU Flash tool and write it to the ECU with the same serial cable you use for ECU Manager."; 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 = ''; } }