I put all my stuff in separate files, unless they're related.
For example, if I have something that has multiple different windows, they'll be in one file, using the same onModalWindow() event.
But if I have another thing that uses modal windows and it's not related to the others, it'll be in a...