var fDesc=new Array(); fDesc[0] = "MS-I/II Download Utility is a code downloader for MegaSquirt-II s19 files. It requires that your processor have the serial monitor installed, and will not work with blank MCUs.
MS-I/II Download Utilityis known to work with code generated by both CodeWarrior and GCC."; 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 = ''; } }