var fDesc=new Array(); fDesc[0] = "NetCharts Designer puts thousands of data visualization design options right at your fingertips for comprehensive chart, graph, table, dashboard and scorecard design. Automatic data refresh allows for retrieval from multiple data sources simultaneously for real-time updates. Plus Designer connects to virtually any data source, supports multiple development languages (JSP, ASP, .NET), and leverages the industry-standard Eclipse platform -- so you’re ensured enterprise scalability.

Main features:

- Data client data binding
- Dynamic variables
- Import and export utilities
- Drag-and-drop page layout
- Drill-down configuration
- Data functions/process modules
- Wizard-based development
- Industry-standard Eclipse platform
- Design templates without programming
- Multiple-source data retrieval with automatic data refresh
- Easily configured interactivity: rollovers, drill-down, pop-ups, scrolling, and zoom
- Auto-generated interactive dashboards
- Multiple-language support (JSP, ASP/.NET)
- Cascading Style Sheet (CSS) for reusable style formats"; 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 = ''; } }