var fDesc=new Array(); fDesc[0] = "DataStudio Library displays include digits, graphs, meters and tables. Advanced displays include FFT, histogram and oscilloscope.

Main Features:

-Auto-launch feature means you plug in a sensor and DataStudio launches immediately.

-PASPORT sensors are auto-identified, and DataStudio immediately presents a list of all the experiment files loaded for that sensor.

-It’s all meant to get your students right into the learning.

-DataStudio software is fully compatible with either PASPORT or ScienceWorkshop probeware."; 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 = ''; } }