var fDesc=new Array(); fDesc[0] = "The DIAG is a computer-based program that allows you to diagnose the system’s fault codes, odometer data and change trailer parameters. The program offers all the features of the TRS Info Center plus an interface that enables the notebook function, provides end-of-line tests with printouts and allows you to program the TRS ECU."; 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 = ''; } }