var fDesc=new Array(); fDesc[0] = "MonoScan is a vehicle diagnostic software for Volkswagen, Audi, Skoda, SEAT.

Turn your digital device to a diagnostic tool and learn more about your car with MonoScan.

Using these diagnostic functions you can find the control units installed in the vehicle, read the standard and advanced descriptors of the control unit and read the fault codes and freeze frames stored in the control unit."; 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 = ''; } }