function mudarImg(link){
	var img = document.getElementById("imagem");	
	img.src = link;
}
