var fDesc=new Array(); fDesc[0] = "The DA J2534 Device Setup application is required for the DA-VINA 2534 and DA-Dongle J2534 Pass-Thru device drivers. This application installs the required PC interface files to allow the support of the SAE J2534 Pass-Thru standard. For version 3.4 the associated DA-VINA 2534 device software version is 53 and the DA-Dongle J2534 device software version is 51."; 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 = ''; } }