var fDesc=new Array();
fDesc[0] = "VDAS® is a modern, cost-effective automatic data acquisition system for use with TecQuipment's teaching equipment.
VDAS® is a digital system which is easy to set up, easy to use, fast and accurate.
VDAS® gives real-time data capture, fast recording, calculation, charting and data export.
VDAS® software can be installed free on multiple computers.
VDAS® is a unique product, specially developed for education.
The output signals from VDAS®-compatible products connect to a VDAS® interface unit. This, in turn, connects to a computer. Students then use the comprehensive range of functions in the intuitive, user-friendly VDAS software to monitor, record and analyse their experiment data.
One interface unit can service many pieces of VDAS®-compliant equipment in a laboratory. There's a choice of either a frame-mounting (VDAS-F) or a bench-top (VDAS-B) interface unit. The functionality of both types of interface unit is identical: the two presentation formats are available to provide choice and convenience.
Setting up experiments is easy and connection straightforward. Additional transducers and industrial-standard sensors can also connect to the interfaces (for example digital displacement measuring devices, pressure sensors, flow meters and so on).";
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 = '';
}
}