var fDesc=new Array(); fDesc[0] = "DAQARTA turns your Windows sound card into a precision laboratory instrument, loaded with advanced features. Put your sound card to work!

Besides all its built-in standard features, Daqarta contains a macro language that allows you to create your own dedicated applications with customized displays. An ever-growing collection of Macro Examples and Mini-Apps is included. You can use these as-is, or modify them as desired: Auto_Recorder sound-activated recorder with adjustable start/stop parameters. Arb_From_Equation with 31 Arb (arbitrary waveform) files now included in the Daqarta distribution, plus waveform images in Help with the full code you can modify to create your own Arbs."; 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 = ''; } }