function arrangeObjects() {

// This Script along with the HTML code is to make the browser load the "FidesSpesCaritas" right image
// before the center images so the frame is complete while loading the pictures:
imageContainerParent.removeChild(fidesBhidden);

// This code is to fix some issues in Mozilla Firefox:
if (browser=="Netscape") {
var texto = document.getElementById("imageContainerParent").getElementByTagName("#text");
imageContainerParent.removeChild(texto);
}

// This code is to fix some issues in Mozilla Firefox:
var browser=navigator.appName;
if (browser=="Netscape") {
imageContainer.setAttribute("style", "width: 700px; margin:auto; position: relative; bottom: 300pt; right: 262.5pt;");
fidesA.setAttribute("style", "margin:auto; position: relative; right: 350px;");
fidesB.setAttribute("style", "margin:auto; position: relative; left: 350px;");
nytlogo.hspace=8;
}

}