function changeImgSrc(imgSrc,layName,imgName) {
	document.images[imgName].src = imgSrc;
}
