function cambio(nom,imagen) {
  document.getElementById('tercera').src = "swap/swapText.gif";
  nom.src = imagen;
}
