﻿function SwapImage(imageIdOrClass, imagePath)
{
	$(imageIdOrClass).attr("src", imagePath);
}
