var fDesc=new Array(); fDesc[0] = "Atmo™ is a Wind Data Logging, Visualization & Analysis Software.
Among its features there are: Live data monitoring with total data immersion, Powerfull and intuitive user interface, Real time wind speed, temperature, humidity & barometric pressure visualization from Atmo Anemomter sensors, Convenient historical data plotting and analysis, Automatic wind speed distribution histogram and Weibull parameter calculation from collected anemometer data."; 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 = ''; } }