var fDesc=new Array(); fDesc[0] = "ThermaData Studio provides the ability to record and analyse temperatures from a number of sources, including the RF ThermaData™ range and USB Probes.

ThermaData Studio ships with the following ways of analysing information:
- Data Summary,
- [Instantaneous] Summary,
- Data View,
- Graph View,
- Probe Map,
- Span Window.

Once the data from within a ThermaData Logger has been saved to a file, it may be viewed using a graph facility as supplied with the application. This can be achieved by opening the main application and clicking the graph tool."; 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 = ''; } }