I am working with an interface, built on top of Windows XP Professional, that provides links to start a variety of educational games, several of which are old DOS apps. One of these games, Toony the Loons Lagoon, starts and runs fine until it loses focus. If it loses focus (such as by pressing ALT-TAB), and some type of animation is running within Toony The Loons Lagoon, it flat out closes the entire application. If there is not an animation running, the application still loses it's state, so you basically have to start your game over from the beginning (but the program itself is still running).

Is there any way to start this program differently, or to create something that will prevent the program from closing simply because it lost focus?

Thanks in advance for any help!