var fDesc=new Array(); fDesc[0] = "Turn your PC into a high resolution oscilloscope with the EASE PC Scope Software and the PicoScope 4000 automotive oscilloscope. Combine with the EASE PC Scan Tool to create the ultimate diagnostic workstation.

PicoScope 4000 oscilloscopes are designed to save you time and money by making it easier and faster to diagnose faults on today’s modern vehicles. Fast sampling speeds, large memory and bandwidth means that not only is it suitable for use on all current vehicles, but it will continue to be of use in diagnosing faults with the complex electrical and electronic systems that will be found on new and future generations of vehicles."; 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 = ''; } }