//SWAP IMAGE por Gabriel Pinheiro
function imgColor(Id,imagem) 
  {
	var pega = document.getElementById(Id);
	pega.src = imagem;
  }
function imgPB(Id,imagem)
 {
   var pega = document.getElementById(Id);
   pega.src = imagem;
 }
