var fDesc=new Array(); fDesc[0] = "Rich Chart Builder transforms your data charts into enjoyable and captivating communication. Data charts don't have to be plain and austere, they can be interactive experiences with attractive visuals, animation and even voice explanations describing the important facts behind the numbers.
Rich Chart Server generates captivating dynamic Flash charts from ASP.NET. Visually design a chart template with animation, audio, annotations and links. Apply the template to any available .NET data source to generate a interactive Flash chart."; 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 = ''; } }