// JavaScript Document

function carregaImagem(id,imagem) {
	document.getElementById(id).style.backgroundImage = "url("+imagem+")";
}
