function redimensiona(w){
	document.getElementById('geral').style.width=w;
}

function tocarMusica(cod_musica){
	document.getElementById('player').StopPlay();
	document.getElementById('player').GotoFrame('2');
	document.getElementById('player').SetVariable('trackSelf', cod_musica);
	document.getElementById('player').Play();
}

function pararMusica(cod_musica){
	/*document.getElementById('player').StopPlay();
	document.getElementById('player').SetVariable('stopMusic', 1);
	document.getElementById('player').GotoFrame('2');*/
}
