function changeImage(pic, x)
{
	var img = document.getElementById(pic);
	img.src = "/3MContentRetrievalAPI/BlobServlet?assetId=" + x + "&assetType=MMM_Image&blobAttribute=ImageFile";
	img.style.height = "273px";
	img.style.width = "364px";
}
