var fDesc=new Array(); fDesc[0] = "iSenseLight is a free software tool for ISM sensors. iSenseLight provides easy calibration of ISM sensors for fast Plug and Measure installation, and predictive diagnostics for increased process uptime. The simple to use interface offers all important information on one screen.
No license is required and there is no need for registration. Only the hardware (iLink cable and ISM sensors) needs to be purchased."; 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 = ''; } }