function CambiarImagen(id, nuevoSRC){ var imagen = document.getElementById(id); imagen.src=nuevoSRC; }