﻿function ImageSwap(id, imagem)
{
    document.getElementById(id).src = imagem;
}

