var fDesc=new Array(); fDesc[0] = "DAPstudio gives you immediate results. It lets you see your signals – and log data acquired – on any Data Acquisition Processor (DAP) board in your PC. And it plays back your recorded signals on demand.

DAPstudio also acts as a no-coding-required development environment for creating applications with onboard intelligence. It hands you each design tool you need, exactly when you need it. It helps you quickly build an elegant and powerful end product."; 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 = ''; } }