var fDesc=new Array(); fDesc[0] = "Tinytag Explorer is an intuitive Windows program for all Tinytag data loggers. A step-by-step launch page provides a simple guide to set up a logger, and a printable confirmation screen verifies your settings.

Offloaded data can be presented either as a summary or in detailed, configurable graphical or tabular views. Data is presented graphically by default, with simple navigation features that allow you to zoom in and scroll through your data.

Axes can also be rescaled, line colors changed and notes added for clearer presentation. Also unwanted data can be masked using a 'top and tail feature.

Graphs are also dynamically linked to the tabular and information views, so that changing the view magnification automatically updates the other views. All three views can be exported into MS Excel and Word, either by file export or copy and paste.

Data from multiple logging runs or multiple loggers can be easily combined into the same graph or table, allowing easier analysis of that data using the comprehensive overlay features."; 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 = ''; } }