function swapImg(img, onimg) {
	img.src = onimg;
}