var fDesc=new Array(); fDesc[0] = "Satlink is Sutron‟s multi-satellite data logger and transmitter that can be used to relay data through environmental satellites. The software builds upon Sutron‟s vast experience of delivering over 25,000 field stations to customers around the world. For many simple stations, Satlink can make the measurements, log, format and transmit the data. The built-in SDI-12 interface gives Satlink the ability to make measurements of a wide range of sensors including water level, water quality, wind, and temperature."; 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 = ''; } }