Using navigateToURL() method causes pop-up blocking feature activation in Firefox since Flash is a plug-in:
Use window.open() JavaScript method instead. I have created URLUtil class with openWindow() static method to make it easier:
Now my blog could be opened in a new browser window this way: