function imgSwap(id, imgsrc) {
	document.getElementById(id).setAttribute('src', imgsrc);
}

