var fDesc=new Array(); fDesc[0] = "WindRose PRO is a Windows application for analysing and plotting directional variables starting from raw data or from their frequencies. It can be used to represent wind roses, but it is also possible to represent any other directional variable. A wind rose is a chart which gives a view of how wind speed and wind direction are distributed at a particular location over a specific period of time. It is a very useful representation because a large quantity of data can be summarised in a single plot."; 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 = ''; } }