Hi -
If you haven't already figured this one out, here are a couple of solutions:
1) When the window pops up, have it do a "self.opener.history.back()" to send a "Back" command to get rid of the [object] page. Its hokey, but it does have its charms.
2) The real answer, however, is to define a function in the <head> portion of the page called something like popthisbiatchup(x,y,z) which just calls window.open(x,y,z) and then replace window.open in your href with popthisbiatchup.
The Wildride