var fDesc=new Array(); fDesc[0] = "quickDAQ is a high performance .NET based data collection and analysis software application that allows you to acquire analog data, plot it during acquisition, analyze it, and save it to disk at up to 2MHz per channel for later analysis.
You can import the data to other applications like Measure Foundry, Microsoft Excel, and MATLAB for more advanced analysis."; 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 = ''; } }