var fDesc=new Array(); fDesc[0] = "ActiveBar delivers complete Microsoft Office and Visual Studio toolbars, menus and dockable windows emulation in a small and easy-to-use ActiveX control. ActiveBar removes the limitations of system menus and toolbars and allows you to provide complete run-time customization and personalize environments in your applications.

ActiveBar includes menus, context menus, toolbars, tabbed toolbars, shortcut bars, detachable toolboxes and status bars. It provides dockable forms and allows ActiveX controls to be hosted on toolbars. ActiveBar also provides a status bar that supports a variety of panel types (Date, Time, Ins, CAPS, NUM, and SCRL). Support for saving and loading layouts for run-time use or for creating shared tool libraries is also included.

ActiveBar features a unique WYSIWYG designer that works directly on your forms, a Menu Grabber to capture complete menus from running applications, and an Icon Designer that provides large and small icon support."; 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 = ''; } }