swapMap = function(obj,id){
	var imgObj = getElement(id);
		imgObj.src = obj.value;
}
