function changePicture(url,caption)
{
	document.getElementById("bigImage").src=url;
	document.getElementById("imageCaption").innerHTML=caption;
}
