function ImagemBotao(obj, arquivo)
{
   var CAMINHO = "./images/"

   obj.src = CAMINHO + arquivo;
}
