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