function muda_fundo(doc, cor){
			document.getElementById(doc).bgColor = cor;
}