// Swap Images with the supplied images.

function SwapImages(obj, src)
{
	obj.src = src;
}
