// JavaScript Document

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