function setLargeImage(newSrc)
	{ 
		var obj = document.getElementById("LARGE_PICTURE"); 
		obj.src=newSrc;
	}
