var fDesc=new Array(); fDesc[0] = "Using the Infragistics Windows Forms you can build Touch-supported applications. Windows Forms charting renders a broad range of chart types from familiar bar, line, area and pie charts to more complex financial, candle and radar charts. You can use Anti-Aliasing, Alpha-Blending, Solid 3D, 2D or our custom Paint Elements to design high quality visual appearance."; 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 = ''; } }