<!-- hide this script from non-javascript-enabled browsers
<!-- Begin
function winPopup(winurl,winname,w,h) {
self.name = 'main';
var windowprops = 'toolbar=0,location=0,directories=0,status=0,' +
'menubar=1,scrollbars=1,resizable=1,width='+w+',height='+h+',left=10,top=10';
OpenWindow = window.open(winurl,winname,windowprops);
if (!OpenWindow.opener)
  OpenWindow.opener = self;
timer = setTimeout('OpenWindow.focus();', 100);
}

//  End -->

<!-- hide this script from non-javascript-enabled browsers

if (document.images) {
bio1 = new Image(156,19); bio1.src = "bio1.gif";
bio2 = new Image(156,19); bio1.src = "bio2.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 -->
