	DLL Holder: a simple Windows utility.  Loads into memory any DLL selected from a File Open dialog, and holds it until told to release it.  Reports amount of global memory taken or released.  Uses:  1. Making sure your DLLs have no memory leaks.  2. Preventing repetitive unloading and reloading of the same DLL, if the caller (such as a WordPerfect or PC Tools for Windows macro) releases the DLL after each call.