var fDesc=new Array(); fDesc[0] = "BCGControlBar Library for .NET is 100% managed code toolkit written in C /CLI and targets Microsoft .NET Framework version 2.0 or higher. The library contains a number of highly customizable, fully designable components that enable you to create the most sophisticated user interface. The library includes fully-customizable Office 2000/XP/2003/2007-style toolbars and menus, VS 2005/2008-style docking bars, Office 2007-style ribbons, auto hide control bars, MDI tabs, flexible visualization managers and more.
Advanced, easy-to-use designers provide you with fast and comfortable way to add our controls to Windows Forms applications in seconds!"; 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 = ''; } }