I want to write some utility routines that can be used by lots of message handlers. Where do I put those utility routines so that the event handlers can "see" the utility routines? Do I have to declare them as Global, or just put them in a particular place? Thanks! Jon