<!-- 
	$(document).ready(function(){
	
	
	$("#botao").click(function(){
	$("#cd , #acd, #apd, #thd, #tpd").fadeOut("slow");
		});
		
	$("#botao2").click(function(){
	$("#cd , #acd, #apd, #thd, #tpd").fadeIn("slow");
		});
		
	$("#botaoEtica01").click(function(){
	$("#etica01 , #etica02 , #etica03 , #etica04 , #etica05 , #etica06 , #etica07 , #etica08 , #etica09 , #etica10 , #etica11 , #etica12 , #etica13 , #etica14 , #etica15 , #etica16 , #etica17").fadeOut("slow");
		});
		
	$("#botaoEtica02").click(function(){
	$("#etica01 , #etica02 , #etica03 , #etica04 , #etica05 , #etica06 , #etica07 , #etica08 , #etica09 , #etica10 , #etica11 , #etica12 , #etica13 , #etica14 , #etica15 , #etica16 , #etica17").fadeIn("slow");
		});
		
		
	$("#botaoEspecialidades01").click(function(){
	$("#esp01 , #esp02 , #esp03 , #esp04 , #esp05 , #esp06 , #esp07 , #esp08 , #esp09 , #esp10 , #esp11 , #esp12 , #esp13 , #esp14 , #esp15 , #esp16 , #esp17 , #esp18 , #esp19").fadeOut("slow");
		});
		
	$("#botaoEspecialidades02").click(function(){
	$("#esp01 , #esp02 , #esp03 , #esp04 , #esp05 , #esp06 , #esp07 , #esp08 , #esp09 , #esp10 , #esp11 , #esp12 , #esp13 , #esp14 , #esp15 , #esp16 , #esp17 , #esp18 , #esp19").fadeIn("slow");
		});
		
		
		
	$("#botaoLinks01").click(function(){
	$("#links01 , #links02 , #links03 , #links04 , #links05 , #links06").fadeOut("slow");
		});
		
	$("#botaoLinks02").click(function(){
	$("#links01 , #links02 , #links03 , #links04 , #links05 , #links06").fadeIn("slow");
		});
		
	
	$("#botaoAtendimento01").click(function(){
	$("#atd01 , #atd02 , #atd03 , #atd04 , #atd05 , #atd06, #atd07, #atd08, #atd09").fadeOut("slow");
		});
		
	$("#botaoAtendimento02").click(function(){
	$("#atd01 , #atd02 , #atd03 , #atd04 , #atd05 , #atd06, #atd07, #atd08, #atd09").fadeIn("slow");
		});	
		
	$("#BTedicoes2008").click(function(){
	$("#edicoes2008id").fadeIn("slow");
		});
		
	$("#BTedicoes2008a").click(function(){
	$("#edicoes2008id").fadeOut("slow");
		});
		
	$("#BTedicoes2009").click(function(){
	$("#edicoes2009id").fadeIn("slow");
		});
		
	$("#BTedicoes2009a").click(function(){
	$("#edicoes2009id").fadeOut("slow");
		});
		
		
	$("#BTedicoes2010").click(function(){
	$("#edicoes2010id").fadeIn("slow");
		});
		
	$("#BTedicoes2010a").click(function(){
	$("#edicoes2010id").fadeOut("slow");
		});
		
		
});
//-->
