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

if (document.images) {
jewelryorder_F1 = new Image(90,24); jewelryorder_F1.src = "jewelry/jewelryorder.gif";
jewelryorder_F2 = new Image(90,24); jewelryorder_F2.src = "jewelry/jewelryorder_F2.gif";
privacy_F1 = new Image(151,24); privacy_F1.src = "jewelry/privacy.gif";
privacy_F2 = new Image(151,24); privacy_F2.src = "jewelry/privacy_F2.gif";
contact_F1 = new Image(94,24); contact_F1.src = "jewelry/contact.gif";
contact_F2 = new Image(94,24); contact_F2.src = "jewelry/contact_F2.gif";
home_F1 = new Image(90,24); home_F1.src = "jewelry/home.gif";
home_F2 = new Image(90,24); home_F2.src = "jewelry/home_F2.gif";
}

/* Function that displays status bar messages. */

function dm(msgStr) {
    window.status = msgStr;
    document.MM_returnValue = true;
}

/* 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 -->
