﻿function SwapImage(objectID, imageSource)
{
	imageObject = document.getElementById(objectID);
	imageObject.src = imageSource;
}