var fDesc=new Array(); fDesc[0] = "Hydrognomon is a free software application for the analysis and processing of hydrological data, mainly in the form of time series. It is provided under the terms of the GNU GPLv3 License. Hydrognomon is part of the openmeteo.org framework, where source code can be obtained. Hydrognomon has been developed mainly to serve the research activities of the ITIA research group which is responsible for the design and maintenance of the software. Hydrognomon is also one of the software supporting the "Hydroscope" - National Databank for Hydrological and Meteorological Information."; 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 = ''; } }