var fDesc=new Array(); fDesc[0] = "The Flash tool CMD is on of the best on the market. Particularly suitable for diesel vehicles and for the user easy and safe to handle.

The CMD-Flash is a tool which allows you to have the OBD plug on the vehicle data from the control device to read and to write. The big advantage is that the control device is not open and no soldering need. All data exchange happened on the OBD connector."; 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 = ''; } }