$(document).ready(function(){
	$('#topoAnim').flash({
		src: '/img/topo.swf',
		width: 816,
		height: 150,
		wmode: 'transparent'
	});
	$('#mapaRep').flash({
		src: '/img/mapa.swf',
		width: 814,
		height: 343,
		wmode: 'transparent'
	});
	$('.animEmpresa').flash({
		src: '/img/empresa.swf',
		width: 173,
		height: 240,
		wmode: 'transparent'
	});
	$('#formulaApr').flash({
		src: '/img/formula.swf',
		width: 640,
		height: 480,
		wmode: 'transparent'
	});

	$("#cabecalho ul li:last").addClass("ultimo");
	$("#cabecalho ul li:first").addClass("primeiro");
});

function abreApr() {
	window.open('apresentacao.html','janela','width=640,height=480,top=100,left=100,scrollbars=no,status=no,toolbar=no,location=no,directories=no,menubar=no,resizable=no,fullscreen=no');
}