function imgswap(img, newimg) {
	img.src = newimg;
}
