var fDesc=new Array(); fDesc[0] = "WRPLOT View is a fully operational wind rose program for your meteorological data. It provides visual wind rose plots, frequency analysis, and plots for several meteorological data formats. Quickly and easily visualize the wind rose for your meteorological data. This is an excellent way to summarize large amounts of wind data, and perform quality assurance."; 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 = ''; } }