function swapImage(imgID,cap)	{
	document.getElementById('bigImage').src=imgID;
	document.getElementById('caption').innerHTML=cap;
}