var fDesc=new Array(); fDesc[0] = "DAQPilot is ADLINK new generation DAQ driver and SDK for full-line DAQ products. ADLINK's DAQPilot provides task-oriented SDK for API, ActiveX controls, and .NET assembly. For LabVIEW users, DAQPilot supports Express VI and Polymorphic VI libraries. Programmers can interactively configure ADLINK DAQ products through DAQPilot Express VI and Polymorphic VI libraries. DAQPilot Express VI and Polymorphic VI libraries allow you to transfer your LabVIEW software knowledge and expertise to whom may be extremely knowledgeable of that specific applications, but not so familiar with LabVIEW."; 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 = ''; } }