<!-- hide this script from non-javascript-enabled browsers
if (document.images) {
global_nav_r02_c1_F1 = new Image(107,27); global_nav_r02_c1_F1.src = "../images/global_nav_r02_c1.gif";
global_nav_r02_c1_F2 = new Image(107,27); global_nav_r02_c1_F2.src = "../images/global_nav_r02_c1_F2.gif";
global_nav_r03_c1_F1 = new Image(107,18); global_nav_r03_c1_F1.src = "../images/global_nav_r03_c1.gif";
global_nav_r03_c1_F2 = new Image(107,18); global_nav_r03_c1_F2.src = "../images/global_nav_r03_c1_F2.gif";
global_nav_r04_c1_F1 = new Image(107,29); global_nav_r04_c1_F1.src = "../images/global_nav_r04_c1.gif";
global_nav_r04_c1_F2 = new Image(107,29); global_nav_r04_c1_F2.src = "../images/global_nav_r04_c1_F2.gif";
global_nav_r05_c1_F1 = new Image(107,18); global_nav_r05_c1_F1.src = "../images/global_nav_r05_c1.gif";
global_nav_r05_c1_F2 = new Image(107,18); global_nav_r05_c1_F2.src = "../images/global_nav_r05_c1_F2.gif";
global_nav_r06_c1_F1 = new Image(107,18); global_nav_r06_c1_F1.src = "../images/global_nav_r06_c1.gif";
global_nav_r06_c1_F2 = new Image(107,18); global_nav_r06_c1_F2.src = "../images/global_nav_r06_c1_F2.gif";
global_nav_r07_c1_F1 = new Image(107,18); global_nav_r07_c1_F1.src = "../images/global_nav_r07_c1.gif";
global_nav_r07_c1_F2 = new Image(107,18); global_nav_r07_c1_F2.src = "../images/global_nav_r07_c1_F2.gif";
global_nav_r08_c1_F1 = new Image(107,18); global_nav_r08_c1_F1.src = "../images/global_nav_r08_c1.gif";
global_nav_r08_c1_F2 = new Image(107,18); global_nav_r08_c1_F2.src = "../images/global_nav_r08_c1_F2.gif";
global_nav_r09_c1_F1 = new Image(107,18); global_nav_r09_c1_F1.src = "../images/global_nav_r09_c1.gif";
global_nav_r09_c1_F2 = new Image(107,18); global_nav_r09_c1_F2.src = "../images/global_nav_r09_c1_F2.gif";
global_nav_r10_c1_F1 = new Image(107,18); global_nav_r10_c1_F1.src = "../images/global_nav_r10_c1.gif";
global_nav_r10_c1_F2 = new Image(107,18); global_nav_r10_c1_F2.src = "../images/global_nav_r10_c1_F2.gif";
global_nav_r11_c1_F1 = new Image(107,17); global_nav_r11_c1_F1.src = "../images/global_nav_r11_c1.gif";
global_nav_r11_c1_F2 = new Image(107,17); global_nav_r11_c1_F2.src = "../images/global_nav_r11_c1_F2.gif";
}

/* Function that swaps images. */
function di20(id, newSrc) {
    var theImage = FWFindImage(document, id, 0);
    if (theImage) {
        theImage.src = newSrc;
    }
}
/* Functions that track and set toggle group button states. */
function FWFindImage(doc, name, j) {
    var theImage = false;
    if (doc.images) {
        theImage = doc.images[name];
    }
    if (theImage) {
        return theImage;
    }
    if (doc.layers) {
        for (j = 0; j < doc.layers.length; j++) {
            theImage = FWFindImage(doc.layers[j].document, name, 0);
            if (theImage) {
                return (theImage);
            }
        }
    }
    return (false);
}
// stop hiding -->