var fDesc=new Array(); fDesc[0] = "The WiFi Sensor Utility configures the radio parameters of the Point Sensor as well as the transmit period, number of tries and the alarm parameters. The Utility also contains tools to diagnosis issues concerning the sensor.
The Utility works with sensors that have 802.11b, 802.11g and Digi XBee radios."; 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 = ''; } }