// JavaScript Document

function func_mudaImg(caminhoImg, nomeImg){
	
	document.getElementById(nomeImg).src = caminhoImg
	 
}
