Closing one GLUT window closes all !!?

Hi.
I am using GLUT on win 32. I am creating an application that requires multiple top level windows. The problem is that closing one window closes the application itself along with all other windows. How can i prevent this?
Thanks.