// JavaScript Document

function imgSwap(imgsrc, imgid) {
	document.getElementById(imgid).src = imgsrc;
}
