function gotoandplay(menu){
	var movie = window.document.teste;
	movie.TGotoFrame('home',0);
	movie.TGotoFrame('troca',0);
	movie.TGotoFrame('programacao',0);
	movie.TGotoFrame('localizacao',0);
	movie.TGotoFrame('instrutores',0);
	movie.TGotoFrame('inscricao',0);
	movie.TGotoFrame('faq',0);
	
	movie.TPlay(menu);
}