NAME
    FreeMenus -- Frees memory allocated by createmenusa(). (v36)
SYNOPSIS
    FreeMenus(menu)
              A0
    VOID FreeMenus(struct menu *);
FUNCTION
    Frees the menus allocated by createmenusa().  it is safe to
    call this function with a NULL parameter.
INPUTS
    menu - Pointer to menu structure (or first MenuItem) obtained
    from createmenusa().
RESULT
    None.
EXAMPLE
NOTES
BUGS
SEE ALSO
    createmenusa()