var fDesc=new Array(); fDesc[0] = "To work with your custom application or the SDK tools you have to install the CAN hardware and operating system dependent device driver on the target machine.
CAN SDK Components:
CAN SDK CAN Tools to support software development and CAN bus diagnosis
CAN SDK documentation of NTCAN API and installed CAN Tools
CAN SDK sample applications and projects
CAN SDK files necessary for software development"; 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 = ''; } }