function Img_Swap(img, newimg)
{
	img.src = newimg;
}