var fDesc=new Array(); fDesc[0] = "Have you wished for a version of QuickCheck that integrates the data link adapter function into one rugged, high performance, easy to use package that will not become obsolete in a year or two?. The QUICKCHECK application communicates with the engine ECM (electronic control module) component, as well as other vehicle subsystem components that broadcast on the SAE J1939 or J1587 datalinks."; 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 = ''; } }