function ReplaceImage (pImgId,pBigImageSrc,pLabel){
		
		document.getElementById(pImgId).src = pBigImageSrc	
		document.getElementById(pImgId).alt = pLabel;
		}