<!-- hide script content from old browsers
if (document.images) {
apgebut_F1 = new Image(100,26); apgebut_F1.src = "images/apgebut.gif";
apgebut_F2 = new Image(100,26); apgebut_F2.src = "images/apgebutr.gif";
ascrbut_F1 = new Image(100,26); ascrbut_F1.src = "images/ascrbut.gif";
ascrbut_F2 = new Image(100,26); ascrbut_F2.src = "images/ascrbutr.gif";
aclpbut_F1 = new Image(100,26); aclpbut_F1.src = "images/aclpbut.gif";
aclpbut_F2 = new Image(100,26); aclpbut_F2.src = "images/aclpbutr.gif";
acasbut_F1 = new Image(100,26); acasbut_F1.src = "images/acasbut.gif";
acasbut_F2 = new Image(100,26); acasbut_F2.src = "images/acasbutr.gif";
atrtbut_F1 = new Image(100,26); atrtbut_F1.src = "images/atrtbut.gif";
atrtbut_F2 = new Image(100,26); atrtbut_F2.src = "images/atrtbutr.gif";
acrdbut_F1 = new Image(100,26); acrdbut_F1.src = "images/acrdbut.gif";
acrdbut_F2 = new Image(100,26); acrdbut_F2.src = "images/acrdbutr.gif";
afedbut_F1 = new Image(100,26); afedbut_F1.src = "images/afedbut.gif";
afedbut_F2 = new Image(100,26); afedbut_F2.src = "images/afedbutr.gif";
}
function di20(id, newSrc) {
    var theImage = FWFindImage(document, id, 0);
    if (theImage) {
        theImage.src = newSrc;
}
}
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);
}
-->

