var fDesc=new Array(); fDesc[0] = "AutoTap is a suite to diagnose problems with the electronic of cars and trucks. You can connect your PC to the desired vehicle via the ODB II interface, via the Controller Area Network (CAN) protocol.
Once you are connected to the vehicle, you can check the sensors and diagnose common problems, such as Oxygen, MAP, MAF, and misfire. The user interface can be 100% customize to include the graphs, gauges and tables more convenient to your business activity. The information recovered by the software is really comprehensive, but of course you must know the basics to take profit.
You can even install upgrade packages for specific manufacturers like Ford and Chrysler, in order to get enhanced parameters that are specific to these brands only, in order to get the maximum of your product.
The price is quite high for a home user, surely it will be a good investment for a garage/repair shop. You can select to purchase the serial port bundle or the USB bundle for the same price. Of course, the price includes the software as well as the hardware required to connect the PC to the vehicle, and the registration key to use the product."; 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 = ''; } }