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