
function swap(obj,url)
{
	var img = document.getElementById(obj);
	img.src=url;
}