}
}
});
}
});
browser.addLocationListener(new LocationListener() {
public void changed(LocationEvent e) {
browser.setData("Browser.loading", false);
new CMJ_locationChanged().asyncExec(browser, e.location, e.top);
}
public void changing(LocationEvent e) {