		function ChangeBigImage(ImageId, ImageTag, LibraryPath)
		{
			document.images[ImageTag].src = LibraryPath + '/' + ImageId + '-normal.jpg';
		}