function togglePB(click)
{ var newWin = OpenBrowserWindow ({private:! PrivateBrowsingUtils.isWindowPrivate (window)});
if(click.button == 0)
newWin.addEventListener("focus", function switchWindows() { window.focus(); BrowserTryToCloseWindow(); newWin.removeEventListener("focus", switchWindows); });
}
link