var fDesc=new Array(); fDesc[0] = "ScantoolMode22 is a scan tool according to the specifications of OBD-II standard which specifies the functioning of scan tools. ScantoolMode22 is used by this application to obtain general or extended PIDs. When you click on a specific PID shown in the interface, it will get enabled or disabled from the scan cycle, meaning it will either included or excluded from the scan to generate scan results."; 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 = ''; } }