Logged In: YES
user_id=86189

The syntax for window.open is
oNewWindow=window.open([sURL] [, sName] [,
sFeatures] [, bReplace])

Because you don't give the sName parameter you should
specify it as null. Try doing that and see if the problem goes
away.