function changeImage(imageSrc,imgTarget)

{

	document.getElementById(imgTarget).src=imageSrc

}
