var fDesc=new Array(); fDesc[0] = "Stag 200 Easy is a program designed to work with the microprocessor-based gas injection controller. It allows you to monitor and control gas injection on the basis of sequential or non-sequential petrol injection. It is equipped with internal sequential petrol injection emulator. The main task of the ISA2 System is the continuous and automatic modification of the gas maps as a function of the engine's rotational speed."; 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 = ''; } }