
// ####################################################
// SECOES
// ####################################################

function exec_avm (nro, metodo)
{
	// alert("avm. "+ nro +", "+ metodo );
	(navigator.appName.indexOf("Microsoft") != -1 ? window["thaisgusmao"] : document["thaisgusmao"])["TGS"+ nro +"_"+ metodo]();
}

function exec_as3 (metodo)
{
	// alert("as3. "+ metodo );
	(navigator.appName.indexOf("Microsoft") != -1 ? window["thaisgusmao"] : document["thaisgusmao"])["TGS_MAIN_"+ metodo]();
}


// ####################################################
// PLAYER MUSIC
// ####################################################

function player_music (b)
{
	if (b == 'true')
		(navigator.appName.indexOf("Microsoft") != -1 ? window["thaisgusmao"] : document["thaisgusmao"]).TGS_PLAYERMUSIC_START();
	else
		(navigator.appName.indexOf("Microsoft") != -1 ? window["thaisgusmao"] : document["thaisgusmao"]).TGS_PLAYERMUSIC_STOP();
}
