var fDesc=new Array(); fDesc[0] = "Measuring the static electric field generated by thunderclouds the Boltek EFM-100 not only detects nearby lightning but can detect the atmospheric conditions which precede lightning. Electric field data is displayed and graphed on your desktop computer using the included software.
For complete electrical isolation from the field mill outside, the EFM-100 connects to your computer using a fiber optic cable. The EFM-100 features aluminum and stainless steel construction for corrosion resistance, gold plated connectors throughout, and the highest quality ball-bearing brushless dc motor for excellent reliability."; 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 = ''; } }