				function ChangePicture(strImageName, strUrl)
				{
					document.images[strImageName].src = strUrl;
				}

