<!-- hide this script from non-javascript-enabled browsers

if (document.images) {
home_r01_c09_F1 = new Image(41,186); home_r01_c09_F1.src = "images/home_r01_c09.gif";
home_r01_c09_F2 = new Image(41,186); home_r01_c09_F2.src = "images/home_r01_c09_F2.gif";
home_r01_c10_F1 = new Image(41,186); home_r01_c10_F1.src = "images/home_r01_c10.gif";
home_r01_c10_F2 = new Image(41,186); home_r01_c10_F2.src = "images/home_r01_c10_F2.gif";
home_r01_c12_F1 = new Image(38,186); home_r01_c12_F1.src = "images/home_r01_c12.gif";
home_r01_c12_F2 = new Image(38,186); home_r01_c12_F2.src = "images/home_r01_c12_F2.gif";
home_r01_c14_F1 = new Image(30,186); home_r01_c14_F1.src = "images/home_r01_c14.gif";
home_r01_c14_F2 = new Image(30,186); home_r01_c14_F2.src = "images/home_r01_c14_F2.gif";
home_r01_c15_F1 = new Image(34,186); home_r01_c15_F1.src = "images/home_r01_c15.gif";
home_r01_c15_F2 = new Image(34,186); home_r01_c15_F2.src = "images/home_r01_c15_F2.gif";
home_r01_c17_F1 = new Image(40,186); home_r01_c17_F1.src = "images/home_r01_c17.gif";
home_r01_c17_F2 = new Image(40,186); home_r01_c17_F2.src = "images/home_r01_c17_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 -->
