function changePic(imgID, imgPic){
	var img = document.getElementById(imgID);
	img.src = imgPic;
}
