Rewinder problem with pop-up window

I have a movieclip that when you are within it’s boundaries, it rolls out an info box, and when you aren’t within those boundaries, the info box rewinds. Also, when you click on the movieclip, it pops open a window (using Kirupa’s tutorial). After the window pops up and I close the popup the info box will not rewind, even though onEnterframe I have it testing the mouse’s location, and if it isn’t within the boundaries of the movieclip, it should rewind. I hope I explained that ok! Anyone have any ideas? It seems like I would need to do something like this: “onBlur, reset the info box movieclip”, but I can’t seem to figure out the syntax…Thanks!