var fDesc=new Array(); fDesc[0] = "Windographer is the industry leading software for the analysis of wind resource data measured by met tower, SoDAR, and LiDAR. The program quickly imports data from almost any format and automatically determines the data structure. So you can get straight to analyzing your data, rather than spending your time specifying details such as the time step or the date format. When importing data files, Windographer automatically identifies which columns contain wind speed, standard deviation, vertical wind speed, direction, temperature, pressure, and relative humidity 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 = ''; } }