var fDesc=new Array(); fDesc[0] = "GreenGas Aero that enables users to control the Green Gas AERO 4 cyl/4 cyl OBD systems. The application enables you to calculate quickly and accurately the necessary gas ratio and to react immediately to all changes and conditions of the engine operations. The operation stability is achieved by automatic adaptation system in reference to petrol injection map or to parameters of diagnostic system OBDII and OBD."; 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 = ''; } }