<!--
function entraFlash(teste){
	parent.top.escolheFrame = teste;
}


function inicio_Dofscommand(command, args)
{
	if ( command=="clique2" ) {
		inicio.SetVariable ("txt2", parent.top.escolheFrame);
	}
	
	if ( command=="focus1" ) {
			inicio.Play()
	}
	
	if ( command=="focus3" ) {
			parent.top.escolheFrame=3;
			parent.banner.inicio.focus();
	}	
}
//-->