Loss of focus

Hi
Sorry to sound like a div head - but I have a .swf background and I use javascript to open a straight bowser window. This is fine, but when I click the mouse on the .swf (now the background) the browser window looses focus. Is there anyway of keeping the browser window in focus, while being able to interact with .swf file behind?

Here is the code I presently use

button_mc.onPress = function(){
getURL (“javascript:NewWindow=window.open(’’,‘newWin’,‘width=800,height=700,left=200,top=100,toolbar=Yes,location=Yes,scrollbars=Yes,status=Yes,resizable=Yes,fullscreen=No’); NewWindow.focus(); void(0);”);
}

Thanks in advance
R