yes just blur the window that pops up.
well you could do it either way
in your body tag on the page you want in fron * the one that loads the popup. you could add this to keep the window on top of the other windows
< body onblur="focus()" >
or in the popup page you could put
< body onload="window.blur()" >
or you could put both
