<!--
<!-- hide this script from non-javascript-enabled browsers

if (document.images) {
m1_F1 = new Image(78,47); m1_F1.src = "taust/m1a.png";
m1_F2 = new Image(78,47); m1_F2.src = "taust/m1b.png";
m2_F1 = new Image(112,47); m2_F1.src = "taust/m2a.png";
m2_F2 = new Image(112,47); m2_F2.src = "taust/m2b.png";
m3_F1 = new Image(105,47); m3_F1.src = "taust/m3a.png";
m3_F2 = new Image(105,47); m3_F2.src = "taust/m3b.png";
m4_F1 = new Image(88,47); m4_F1.src = "taust/m4a.png";
m4_F2 = new Image(88,47); m4_F2.src = "taust/m4b.png";
m5_F1 = new Image(126,47); m5_F1.src = "taust/m5a.png";
m5_F2 = new Image(126,47); m5_F2.src = "taust/m5b.png";
m6_F1 = new Image(86,47); m6_F1.src = "taust/m6a.png";
m6_F2 = new Image(86,47); m6_F2.src = "taust/m6b.png";
m7_F1 = new Image(101,47); m7_F1.src = "taust/m7a.png";
m7_F2 = new Image(101,47); m7_F2.src = "taust/m7b.png";
}

/* 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 -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
