 $(document).ready(function() {
		
		
		$(".ret_contatoFechar a")
		.click (
				function () {
					$(".popup-r").animate({opacity:0, top:"-300px"}, 600 );	
				});

		$("a.contato_popup")
		.click (
				function () {
					$(".popupCarregando").show('fast');
					$(".popup").animate({width: "100%", opacity: 1, filter:"alpha(opacity=100)"}, 500 );
					$(".popupFundo").animate({width: "100%",opacity: .5, filter:"alpha(opacity=50)"}, 500 );}
				);
		
		$(".popupFechar")
		.click (
				function () {
					$(".popup").hide('slow');	
					$(".popupFundo").hide('slow');
					$(".alvo").empty().html(data);}
				);
			}
		)
		$(document).ready(function() {
			$("a#contato_popup1").click(function() {$.get("cont-01.php",function(data) {$(".popupCarregando").hide('fast');$(".alvo").empty().html(data);});});
			$("a#contato_popup2").click(function() {$.get("cont-02.php",function(data) {$(".popupCarregando").hide('fast');$(".alvo").empty().html(data);});});
			$("a#contato_popup3").click(function() {$.get("cont-04.php",function(data) {$(".popupCarregando").hide('fast');$(".alvo").empty().html(data);});});
			$("a#contato_popup4").click(function() {$.get("cont-05.php",function(data) {$(".popupCarregando").hide('fast');$(".alvo").empty().html(data);});});


})
 

