var fDesc=new Array(); fDesc[0] = "The IntelliView Report Analyzer is the interactive report viewing and analysis component of the IntelliView Suite of Reporting Solutions. It delivers ad hoc analysis and custom data visualization capabilities to business users, by allowing them to query, sort, filter, chart, analyze, display, format and print reports with unparalleled ease.

With IntelliVIEW Report Analyzer business users get powerful visualization, data mining, ad-hoc analysis, and querying functionalities without any overhead being placed on the IT team.

Additionally, IntelliVIEW Report Analyzer's spreadsheet-like interface allows users to perform analysis using advanced features like exception highlighting, pivot tables and range grouping.

* Customize, extend and analyze data reports at will
* Perform simple drag & drop analysis, grouping and sorting
* Avail on-demand analysis capabilities on real-time data"; 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 = ''; } }