function titulo(titulo) {
	
	if (window.top.frames.length > 0) {	
		if (window.top.frames(1).frames("topo")) {
			window.top.frames(1).frames("topo").document.getElementById("titulo").gotoFrame(0);
			window.top.frames(1).frames("topo").document.getElementById("titulo").play();
			window.top.frames(1).frames("topo").document.getElementById("titulo").SetVariable("titulo",titulo);
		}
	}
}