$(document).ready(function(){

	$('.externo').click(function(){
		window.open($(this).attr('href'));
		return false;
	});

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

});
