function showPic(picRef,picCaption) 
{
	document.images['largePic'].src  = "images/" + picRef;
	document.getElementById("picCaption").innerHTML=picCaption;
}



