1) Window Widget

2) http://www.dynamicdrive.com/dynamici...ndow/index.htm

3) I know I can close a window using something like "googlewin.hide()", that works fine I have a situation, where I only want to have one window open at a time. If a link to open a second window is clicked, I want the open window to close before the second window opens.

thanks