<!--
function entraFlash(teste){
	parent.top.escolheFrame = teste;
}

function inicio_Dofscommand(command, args)
{
	if ( command=="clique" ) {
		calcular(args);
	}
	if ( command=="focus1" ) {
			inicio.Play()
	}
	if ( command=="focus2" ) {
			parent.main.inicio.focus();
			//parent.main.focus();
	}
}
function calcular(valor_esc)
{	
	inicio.SetVariable ("txt1", parent.top.escolheFrame);
}
//-->