function swap(img,new_img)
	{
		document.images[img].src=new_img;
	}

