var fDesc=new Array(); fDesc[0] = "VCM Suite is a set of tools for programming and diagnosing vehicles through the VCM/PCM module interface. It features the VCM Editor utility that lets you save, edit, and flash the VCM/PCM flash memory. You can change parameters such as Spark, Fuel, RPM Limits, FAN Temps, Transmission Shift points and pressures, and Speedometer settings.

The second tool in VCM Suite is the VCM Scanner utility, which provides OBDII scanning and diagnostic capabilities."; 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 = ''; } }