$(document).ready(function(){

	$('#topo-absolute').ready(function(){
		$(document).pngFix();
	});

	$(function() {
		$('a.lightbox').lightBox();
	});

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

	$('#logotrans').flash({
		swf: 'http://www.transpiracao.com.br/flash/logotrans2.swf',
		width: 138,
		height: 22,
		wmode: 'transparent'
	});
	
	$('#logo').flash({
		swf: 'flash/logo.swf',
		width: 230,
		height: 130,
		wmode: 'transparent'
	});
	
	$('#mapa-clientes').flash({
		swf: 'flash/mapa.swf',
		width: 660,
		height: 500,
		wmode: 'transparent'
	});
	
	$('#acesso').flash({
		swf: 'flash/acesso.swf',
		width: 450,
		height: 320,
		wmode: 'transparent'
	});
	
	$('#seg_fisica').flash({
		swf: 'flash/seg_fisica.swf',
		width: 633,
		height: 555,
		wmode: 'transparent'
	});

	$('#flash').flash({
		swf: 'flash/topo.swf',
		width: 792,
		height: 134,
		wmode: 'transparent'
	});
});

	document.oncontextmenu = function(){return false} 