var fDesc=new Array(); fDesc[0] = "EG DYNAMIC is a timing processor that dynamically changes the moment of engine's ignition while it is running on LPG/CNG fuel to improve combustion process efficiency. The program also eliminates the risks of backfiring and significantly reduces gas consumption. It provides flexible adjustment of TAP activation moment and supports one inductive sensor and up to two digital sensors simultaneously."; 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 = ''; } }