var fDesc=new Array(); fDesc[0] = "JasperServer is a high-performance report server that can be deployed as either a stand-alone application or integrated with other applications, that provides rich end-user query, reporting, and data analysis capabilities. JasperServer is a standards-based architecture delivering unmatched flexibility and scalability for applications. Powered by interactive web-based AJAX and dynamic HTML technologies, JasperServer enables end-users to build reports and ad hoc queries without reliance on IT. Through a web browser, they can work with a business view of data that requires no understanding of database concepts or query languages. Built-in charting provides an at-a-glance understanding of trends and anomalies. With customizable chart themes, users have fine-grained control over chart look and feel. JasperServer is multi-tenant enabled, which means you can use a single installation of JasperServer and support many different tenants or organizations for that same instance."; 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 = ''; } }