var fDesc=new Array(); fDesc[0] = "HOBOnode Viewer Utility is used to set up your wireless HOBOnode network, view data and send alarm notifications.
Features:
- Easy configuration with Auto Search.
- View network status.
- Real time graphs can show data for last day or week - Alarm notifications via cell phone, e-mail or shown on screen (Note: Alarm notification requires the PC running HOBOnode Viewer to have an internet connection).
- Data Storage.
- Data export provides data for analysis in HOBOware Pro, Spreadsheets or other programs."; 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 = ''; } }