var fDesc=new Array(); fDesc[0] = "The Winnovative Chart Control for .NET allows you to add data visualization capabilities to your web applications. It is a reliable and easy to use performance charting control built with 100% managed code. This program is compatible with .NET 2.0, .NET 3.5 and .NET 4.0 Frameworks and offers full design time support for Visual Studio 2005, 2008 and 2010. The current version offers 28 types of 2D and 3D charts including bars, lines, pies, doughnuts, cylinders, surfaces, curves, radars and others."; 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 = ''; } }