var fDesc=new Array(); fDesc[0] = "The Vaisala HMT140 Utility program configures and reads the settings in the HMT140 that use 802.11b and 802.11g wireless networks. The The Vaisala HMT140 Utility also provides you with access to tool for diagnosing connection problems. You can configure your destination host, transmit period, network parameters and other important network functions."; 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 = ''; } }