Popups (again) and smartNavigation

Okay, I’ve finally narrowed down my problems with popups. My problem: When I had a webpage (asp.net 1.1) with a Flash background, and I clicked a button to open a popup window, it worked fine the first time. If I clicked the button again, the popup window would pop up, then move behind the main window, and my window margins would become offset. If I clicked the button a third time, I got the same behavior as the second time, only now when I closed the whole webpage I’d get an “Out of memory” error.

I finally traced this problem down to the smartNavigation option. If I had it set to true I got the above behavior. When I took out smartNavigation, everything worked beautifully. What I found with smartNavigation set to true was the following:

If I removed the Flash from the page, the margins no longer got offset (apparently only the Flash background became offset, not the webpage controls), but the popup window still moved behind the main window, and now I didn’t get the “out of memory” error.

I’m just curious if anyone else is seeing this “conflict of interests”, or is it just me?