var fDesc=new Array(); fDesc[0] = "HMGWIN 3000 software is a convenient and simple package for analyzing and archiving curves and logs which have been recorded using the HMG 3000, or for exporting the data for integration into other PC programs.
Basic settings and real-time measurements can be started and displayed directly on the PC screen as measurement curves progress.

Main Features:
- Transfer and archiving of measurements recorded using the HMG 3000
- Display of the measurements in graph form or as a spreadsheet
- Zoom function
- Accurate measurement of the curves using ruler tool
- Individual comments and measurement information can be included in the graph
- Overlay of curves
- Using mathematical operations, new curves can be added."; 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 = ''; } }