How to open a seperate subwindow

hello,
I have a main window(created using glutCreate window) and I want to open another window. The second window is for a different view of the object(like 4 views in 3DS max). All the time control stays with main window. The second window is just for viewing. How to do this?

thanks
pl

glutcreatewindow!!!
this should return an id number which you can use to set which window that you are drawing to etc. also you may want to use seperate reshape funcs etc.

this link should help you.
http://www.lighthouse3d.com/opengl/glut/index.php3?subwin

Satish