<!-- Hide this script from non-javascript-enabled browsers

/////////////////////////////////////////////////
// The swap() function constructs a file name
// based on the input parameter and then sets
// the slideshow image's source to that
// file name.
//
// Note: the initial image determines the size
// of the slideshow "frame".  Swapping to
// a larger image causes that larger image to
// be squeezed to fit the initial image "frame".
/////////////////////////////////////////////////
function swap(newImage,txt) {

    document.slideshow.src = newImage.toString() + ".jpg"
document.getElementById('footer').getElementsByTagName('P')[0].innerHTML=txt||'';
}

// stop hiding -->