var fDesc=new Array(); fDesc[0] = "The TE200 meters E-GAS is a diagnostic tool and has become indispensable to installers of LPG or CNG to generic workshops. Compatible with all vehicles equipped with a diagnostic protocol to follow the standard EOBD-II, and shows all the parameters and current values during vehicle operation, reading and deletion errors by memory controller original car, the identification of specific protocol-II EOBD this and more."; 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 = ''; } }