{
{    The purpose of this procedure is to add a menu to the list of
{  operator action menus.
{
{       OFP$ADD_OPERATOR_MENU (MENU_SELECTIONS, NUMBER_OF_CHOICES,
{             OPERATOR_CLASS, MENU_ID, STATUS)
{
{ MENU_SELECTIONS: (input) This parameter specifies the text lines comprising
{       the menu to be displayed to an operator.
{
{ NUMBER_OF_DISPLAYABLE_LINES: (input) This parameter specifies the number of
{       text lines comprising the menu to be displayed to an operator.
{
{ NUMBER_OF_CHOICES: (input) This parameter specifies the number of choices
{       available on the menu.
{
{ OPERATOR_CLASS: (input) This parameter specifies the class of operator
{       allowed to display and respond to the menu. Currently this value
{       must be either ofc$removable_media_operator or ofc$system_operator.
{
{ MENU_ID: (output) This parameter specifies the unique identifier assigned
{       to the menu.
{
{ STATUS: (output) This parameter specifies the status of the request.
{
{       CONDITION: None
{
