var fDesc=new Array(); fDesc[0] = "BCGControlBar Professional is an MFC extension library that allows you to create the most advanced user interfaces in the world. It combines an easy to use and very powerful feature set implemented by highly customizable collection of MFC extension classes. The highlighted features are: Office 2010-style Backstage View, Office 2007/2010-style Ribbons, Office-like customizable Menus and Toolbars, Visual Studio-like Docking Panes, Skins, Calendar control,Chart control, Gauge controls, Grid and Report controls, Advanced Editor with IntelliSense and much more."; 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 = ''; } }