xcall AUI, AUI_IMAGE, IMGOP_HIDE, handle, status
IMGOP_HIDE is similar to Close except that it leaves the image (still identified by handle) in memory so that it can be displayed again later without having to open it. This might be deemed more efficient in some applications than fully closing and reopening the image when switching between various screen displays.