var fDesc=new Array(); fDesc[0] = "Crome is an OBD1 Honda ROM Editor which lets you edit and add extra features to your stock ECU. This gives the ability for one to run a Honda B/D/H series engine with forced induction systems (ie. turbo, supercharger) or individual throttle bodies.
The core Crome application is the main GUI which handles editing of ROMs. Technically, Crome will run with just the main executable and edit stock Honda OBD1 ROMs, but this is very limitting since it does not allow for one to add extra features to the ROM such as boost support, or launch controllers. This is where the idea of plugins come to work.
Crome broken down into three main parts which work together to bring about a very capable and versitile application. These three parts are: the Core, the Plugins Manager, and the Tuner.
The tuner module gives Crome datalogging and tuning capabilities and is available only with a Crome Pro or Dealer license."; 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 = ''; } }