function BBL_swapImage($bigpicname,$thepic,$thecaption) { 
var image = document.getElementById($bigpicname);
image.src = $thepic;
var div = document.getElementById('caption_div');
div.innerHTML = $thecaption;
}

