var fDesc=new Array(); fDesc[0] = "The TRCM is a new control module with modernized architecture and features such as PC interface for diagnostics and configuration as well as the ability to obtain speed, ABS, and other information by listening to the vehicle CAN bus.

If your vehicle is equipped with the TID11009 Control Box, use wiring diagram TL134056 to connect the TRCM to the Control Box."; 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 = ''; } }