		function swapImg(id,img)
		{
			var obj = document.getElementById(id);
			obj.src = img;
		}
