function swap(id, img){
	var myimg = document.getElementById(id);
	myimg.src = img;
}