These two scripts will show and hide annotations when combining and uncombining Map Windows.
The first script will hide the axis, title, and labels when Map Windows are added to a Combined Window.
The second script will show the axis, title, and labels when Map Windows are removed from a Combined Window.
Put the combine script in the folder On_Viewer_Window_Combined in your Python scripts directory.
Put the uncombine script in the folder On_Viewer_Window_Uncombined in your Python scripts directory.
Go to Tools->Options->Environment->Python Scripts (or Tools->Options->Python->Scripts in INTViewer 5.2) and click "Refresh from Disk". Your script should be listed automatically.
Now, whenever a Map Window is added to a Combined Window, the axis, title, and labels for the Map Window will be removed.
And, whenever a Map Window is removed from a Combined Window, the title, axis, and labels for the Map Window will be restored.
These simple scripts are useful for specifying the default behavior for windows when the are added and removed from Combined Windows.