var fDesc=new Array(); fDesc[0] = "VDAS is a modern, cost-effective automatic data acquisition system for use with TecQuipment's teaching equipment. This app gives real-time data capture, fast recording, calculation, charting and data export.

Main features:
- Recording data manually or automatically.
- Display of real-time data, in digital form or as an analogue meter.
- Logging data for printing and later analysis.
- Exporting data for use by other software."; 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 = ''; } }