
function swap(img_name,img_src)
	{
	  document.getElementById(img_name).style.background = "url("+img_src+") no-repeat";
	}

