/**************************************************************
* history.js
*
* Javascript file for history page
*
* CVS: $Id: history.js,v 1.1.1.1 2004/03/18 05:51:25 kbailey Exp $
***************************************************************/

function clickThumbnail( image_url, caption )
{
  //alert( document.getElementById( 'main-picture' ).src + ' (' + caption + ')' );
  document.getElementById( 'main-picture' ).src = image_url;
  document.getElementById( 'main-picture-caption' ).innerHTML = caption;
}
