var fDesc=new Array(); fDesc[0] = "ComponentArt Data Visualization 2011 for WPF - A suite of controls for digital dashboards and development of data analysis applications in Silverlight and WPF, featuring enterprise-grade charting, gauges and maps along with state of the art data display and processing components.
A comprehensive set of charting components designed to deliver interactive visualization of business 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 = ''; } }