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