var fDesc=new Array(); fDesc[0] = "VIBlend Controls for WinForms is a comprehensive library of User Interface controls. Designed and fine-tuned to provide rich functionality, outstanding performance and increase the ROI when building professional Windows applications using the Microsoft .NET framework. VIBlend Controls for WinForms includes over 65 UI controls that you can use to easily build Line of Business applications. VIBlend Controls for WinForms suite ship with 18 major themes including Office 2007 Blue, Office 2007 Black Office 2007 Silver, Office 2010 Blue, Office 2010 Black Office 2010 Silver, Vista and more. The suite provide full support for Visual Studio 2010, including support for the .NET 3.5/4.0 Client Profile, toolbox installation, and WYSIWYG preview for all supported controls"; 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 = ''; } }