﻿function swapImage(image,source)
{
	image.src=source;
}