function replaceImage(pSrc, pPath) {
	pSrc.src = pPath;
}

