var fDesc=new Array(); fDesc[0] = "Maintain a complete collection of Windows forms components for all aspects of application development. ComponentOne Studio for WinForms provides existing ComponentOne .NET tools, any new .NET tools and updates released within your 1 year subscription period, plus email support. ComponentOne Studio for Winforms currently includes among others: C1 FlexGrid for .NET, C1 True DBGrid for .NET, C1 Preview for .NET, C1 Reports for .NET, C1 Chart for .NET, C1 DataObjects for .NET, C1 Input for .NET, C1 List for .NET, C1 PDF for .NET, C1 XLS for .NET, C1 Zip for .NET, C1 Flash for .NET, C1 Barcode for .NET, C1 Menus and Toolbars for .NET, C1 Spell for .NET and C1 Sizer for .NET. ComponentOne Platinum Support Subscriptions provide a full year of Telephone and Online Technical Support.ComponentOne Studio for WinForms is also available as part of the ComponentOne Studio Enterprise."; 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 = ''; } }