var fDesc=new Array(); fDesc[0] = "ReportMill is a reporting tool available for dynamically generating reports and web pages from Java applications in formats such as HTML 5, PDF, CSV, Excel, RTF, JavaFX, Swing and more. The program combines an easy-to-use page layout application and a powerful Java API in a single compact .jar file, which is remarkably easy to integrate into your custom Java application."; 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 = ''; } }