$(document).ready(function(){

	$('#logotrans').flash({
		swf: 'http://www.transpiracao.com.br/flash/logotrans2.swf',
		width: 138,
		height: 22,
		wmode: 'transparent'
	});
	
	$('#player').flash({
		swf: 'flash/player.swf',
		width: 565, 
		height: 171, 
		wmode: 'transparent'
	});
	
	$("#auxiliar .sub").click(function( e ){
		e.preventDefault();
		
		var id = $(this).attr('id');
		$(this).next("ul").toggle();
	});

});