function swapImg(imagesrc, imagetrgt){
	document.getElementById(imagetrgt).src = imagesrc;

}
