var fDesc=new Array(); fDesc[0] = "C.A.T.S. FLASH Utility Program is developed to read and program the FLASH memory in the '94/'95 LT1 PCMs. The program uses your PC's serial port to communicate with the PCM over the vehicles ALDL port.

With this program you can read the original calibration stored in your car's PCM and save it to your hard drive so you make changes to the calibration using the C.A.T.S. Tuner program."; 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 = ''; } }