function Swap (imgID, imgTO) {
	if (document.images) {
		document.images[imgID].src = imgTO;
	}
}