function swap(name, src){
  if ( document.images[name] != null ) document.images[name].src = src;
}

