var fDesc=new Array(); fDesc[0] = "Logger Pro is award-winning, data-collection and analysis software for Windows and Mac computers.
Features:
-Supports over 70 Vernier sensors for real-time graphing and analysis.
-Collect data from a variety of sources, including LabQuest, LabQuest Mini, LabPro, WDSS, spectrometers, GPS, Ohaus balances, ProScope HR, and more.
-Enter values manually from existing data tables or import data.
-Capture videos to add a visual record of an experiment synchronized with your data.
-Analyze a video frame by frame or take measurements from a still photo.
-Draw predictions on graphs prior to data collection.
-Perform statistical analysis of data, including integrals, tangents, curve fits, and more."; 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 = ''; } }