var fDesc=new Array(); fDesc[0] = "Lognoter is a software that allows to manage all the data related to a project using different standards. These allow the users to store information in database format (tabular type) or to use a more flexible pages organization. Furthermore, Lognoter includes a set of tools for management of information, including audit and calculation forms, reports generation, web publication, etc.

Lognoter has all the capabilities of a desktop program like drag and drop, copy & paste, different views of the data, faster access when storing the data locally, that make it a much more convenient tool compared to a web-interface based program."; 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 = ''; } }