var fDesc=new Array(); fDesc[0] = "Vehicle Spy Professional is a single tool that enables you to perform diagnostics, node/ECU Simulation, data acquisition, automated testing, memory edit or calibration, and vehicle network bus monitoring. Vehicle Spy is fully compatible with Automotive Ethernet, giving you the ability to develop applications for a vehicle increasingly in synch with the infrastructure around it, other vehicles, and the cloud."; 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 = ''; } }