// JavaScript Document

function activeCab(nomeFoto) {  //Nome da Foto
	document.getElementById("cabecalho").style.background = 'url(images/'+nomeFoto+'.gif)';
	document.getElementById("cabecalho").style.height = "48px";
}