/* Listen to Open-Window-Changes */
fBrowser.addOpenWindowListener(getOpenWindowListener());
/* Listen to Location-Changes */
fBrowser.addLocationListener(new LocationListener() {
public void changed(LocationEvent event) {
/* The website is fully loaded and external navigation is supported from now on. */
if (event.top) {