var fDesc=new Array(); fDesc[0] = "Use the software to setup your Dickson loggers, view and download data, and reset your logger to the factory settings. Program how frequently the logger should collect samples in increments of 10 seconds. Downloaded data will automatically be presented in Graph format. Clicking on the Table tab will give you a Table view with Time and Date Stamps.

Features :

- Easy installation
- Easy logger setup and data downloads
- Data visualization with tables and graphs
- Real-time monitoring"; 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 = ''; } }