var fDesc=new Array(); fDesc[0] = "NexSens iChart Software is a Windows-based program for interfacing both locally (direct-connect) and remotely (through telemetry) to an iSIC data logger or network of data loggers.
The software simplifies and automates many of the tasks associated with acquiring, processing, analyzing, and publishing environmental data. iChart has been designed with an open architecture, offering an easy-to-use set of tools to configure and customize monitoring projects.
The graphical user interface eliminates the need for learning complicated programming languages to setup and maintain a network of remote sensors."; 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 = ''; } }