Introduction - If you have any usage issues, please Google them yourself
an array to hold our new toolbars and another to hold their names
// this may be too large (if some menus are skipped) but that is fine
nullChk (*newToolbars = calloc (numMenus, sizeof(ToolbarType)));