else if ("FF2".equals(webClient.getBrowserVersion().getNickname())) {
removePrototypeProperties(window, "Array", "reduce", "reduceRight");
}
window.setPrototypes(prototypes);
window.initialize(webWindow);
}
/**
* Deletes the properties with the provided names.
* @param window the scope from which properties have to be remmoved