var fDesc=new Array(); fDesc[0] = "ReportPortal is an essential value-add tool for Microsoft SQL Server Analysis Services. It allows business users with a standard web browser to build and edit reports dynamically, intuitively, and interactively using both relational and OLAP data.ReportPortal is an all-in-one reporting solution that does not require Sharepoint or multiple pieces of deployed software. Once ReportPortal is loaded, all you need is a web browser to have access to a complete suite of powerful but easy-to-use reporting tools, many unavailable elsewhere. Replace a whole collection of ad-hoc reporting tools with one elegant, simple, more powerful solution."; 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 = ''; } }