var fDesc=new Array(); fDesc[0] = "LogWare III is a client/server application that can be used enterprise-wide for environmental data logging and monitoring. It records, retrieves, and analyzes temperature and relative humidity data. It is designed to acquire environmental condition data from the Model 1620/1620A "DewK" Thermo-Hygrometer using either RS-232 or TCP/IP (Ethernet) communications. Optionally, the software also supports wireless communications using the IEEE 802.15.4 wireless communication protocol."; 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 = ''; } }