
function changeProductImage(productImageURL)
{
	document.images["SubjectImage"].src = productImageURL;
}
