// JavaScript Document
function fncenvia(){
	var txtnome = document.frmcontato.nome.value;
	var txtcidade = document.frmcontato.cidade.value;
	var txtestado = document.frmcontato.uf.value;
	var txtddd = document.frmcontato.ddd.value;
	var txttelefone = document.frmcontato.telefone.value;
	var txtmail = document.frmcontato.mail.value;
	var txtassunto = document.frmcontato.assunto.value;
	var txtmensagem = document.frmcontato.mensagem.value;
	
	if (window.XMLHttpRequest)
	  {// code for IE7+, Firefox, Chrome, Opera, Safari
	  xmlhttp=new XMLHttpRequest();
	  }
	else
	  {// code for IE6, IE5
	  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
	  }	
	  
	  if((txtnome != "")&&(txtcidade != "")&&(txtestado != "")&&(txtddd != "")&&(txttelefone != "")&&(txtmail != "")&&(txtassunto != "")&&(txtmensagem != "")){
		  var campos = "nome=" + txtnome + "&cidade=" + txtcidade + "&estado=" + txtestado + "&ddd=" + txtddd + "&telefone=" + txttelefone + "&mail=" + txtmail + "&assunto=" + txtassunto + "&mensagem=" + txtmensagem;
		  
		  xmlhttp.onreadystatechange=function()
			  {
			  if (xmlhttp.readyState==4 && xmlhttp.status==200)
				{
					document.frmcontato.nome.value = "";
					document.frmcontato.cidade.value = "";
					document.frmcontato.ddd.value = "";
					document.frmcontato.telefone.value = "";
					document.frmcontato.mail.value = "";
					document.frmcontato.assunto.value = "";
					document.frmcontato.mensagem.value = "";
					
					var txt = xmlhttp.responseText;
					document.getElementById("msg").innerHTML=txt;
					
			    }
			  }
		  
	  	xmlhttp.open("POST","script/enviar.php",true);
		xmlhttp.setRequestHeader("Content-type","application/x-www-form-urlencoded");
		xmlhttp.send(campos);
	  }
	  else{
		  document.getElementById("msg").innerHTML="Preencha todos os campos!";
	  }
}


function fechaport(){
	$(".subarea").hide();
}
	
$(document).ready(function() {
		
		// INICIO PORTFOLIO
		
		// MARCAS
		$("#marcafabio").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/fabio1.jpg',
				'title'	: 'Projeto Visual Consultoria em Recursos Humanos'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcajmc").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/jmc1.jpg',
				'title'	: 'Marca JMC Ferramentaria & Usinagem'
			},
			{
				'href'	: 'img/portfolio/marcas/jmc2.jpg',
				'title'	: 'Manual de uso da marca'
			},
			{
				'href'	: 'img/portfolio/marcas/jmc3.jpg',
				'title'	: 'Cartão de visitas'
			},
			{
				'href'	: 'img/portfolio/marcas/jmc4.jpg',
				'title'	: 'Envelope carteira'
			},
			{
				'href'	: 'img/portfolio/marcas/jmc5.jpg',
				'title'	: 'Envelope saco'
			},
			{
				'href'	: 'img/portfolio/marcas/jmc6.jpg',
				'title'	: 'Papel timbrado'
			},
			{
				'href'	: 'img/portfolio/marcas/jmc7.jpg',
				'title'	: 'Etiqueta para controle'
			},
			{
				'href'	: 'img/portfolio/marcas/jmc8.jpg',
				'title'	: 'Uniforme'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcajned").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/jned1.jpg',
				'title'	: 'Marca Joel Neto & Daniel'
			},
			{
				'href'	: 'img/portfolio/marcas/jned2.jpg',
				'title'	: 'Cartão de visitas'
			},
			{
				'href'	: 'img/portfolio/marcas/jned3.jpg',
				'title'	: 'Arte para CD: Tô Xonado'
			},
			{
				'href'	: 'img/portfolio/marcas/jned4.jpg',
				'title'	: 'Arte para CD promocional'
			},
			{
				'href'	: 'img/portfolio/marcas/jned5.jpg',
				'title'	: 'Pasta de apresentação (Frente)'
			},
			{
				'href'	: 'img/portfolio/marcas/jned6.jpg',
				'title'	: 'Pasta de apresentação (Verso)'
			},
			{
				'href'	: 'img/portfolio/marcas/jned7.jpg',
				'title'	: 'Camisas para produção e músicos contratados'
			},
			{
				'href'	: 'img/portfolio/marcas/jned8.jpg',
				'title'	: 'Arte para van da dupla'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcamatriz").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/matriz1.jpg',
				'title'	: 'Cabeçalho de e-mail comemorativo'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcaninha").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/ninha1.jpg',
				'title'	: 'Marca Ninha ateliê'
			},
			{
				'href'	: 'img/portfolio/marcas/ninha2.jpg',
				'title'	: 'Cartão de visitas'
			},
			{
				'href'	: 'img/portfolio/marcas/ninha3.jpg',
				'title'	: 'Manual de uso da marca'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcaparma").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/parma1.jpg',
				'title'	: 'Marca Parma Grill Delivery'
			},
			{
				'href'	: 'img/portfolio/marcas/parma2.jpg',
				'title'	: 'Folder Frente'
			},
			{
				'href'	: 'img/portfolio/marcas/parma3.jpg',
				'title'	: 'Folder Verso'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcasantos").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/santos1.jpg',
				'title'	: 'Marca Revistaria Santos Dumont'
			},
			{
				'href'	: 'img/portfolio/marcas/santos2.jpg',
				'title'	: 'Manual de uso da marca'
			},
			{
				'href'	: 'img/portfolio/marcas/santos3.jpg',
				'title'	: 'Projeto visual da fachada'
			},
			{
				'href'	: 'img/portfolio/marcas/santos4.jpg',
				'title'	: 'Projeto visual da fachada'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcasol").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/sol1.jpg',
				'title'	: 'Marca Ong Sol do Vale'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcasoroarnas").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/soroarnas1.jpg',
				'title'	: 'Marca Soroarnas Cercas & Alambrados'
			},
			{
				'href'	: 'img/portfolio/marcas/soroarnas2.jpg',
				'title'	: 'Manual de uso da marca'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcavirou").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/virou1.jpg',
				'title'	: 'Marca Virou Empregos'
			},
			{
				'href'	: 'img/portfolio/marcas/virou2.jpg',
				'title'	: 'Cartão de visitas'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#marcarhtreinare").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/marcas/rhtreinare1.jpg',
				'title'	: 'Marca RHTREINARE Treinamentos Corporativos'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare2.jpg',
				'title'	: 'Manual de uso da marca'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare3.jpg',
				'title'	: 'Treinamento de gestão da marca para os colaboradores'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare4.jpg',
				'title'	: 'Cartão de visitas'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare5.jpg',
				'title'	: 'Crachá'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare6.jpg',
				'title'	: 'Assinatura de e-mail'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare7.jpg',
				'title'	: 'Envelope carteira'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare8.jpg',
				'title'	: 'Envelope saco'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare9.jpg',
				'title'	: 'Papel timbrado'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare10.jpg',
				'title'	: 'Papel de parede'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare11.jpg',
				'title'	: 'Certificado'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare12.jpg',
				'title'	: 'Padrão para apresentações (Power Point)'
			},
			{
				'href'	: 'img/portfolio/marcas/rhtreinare13.jpg',
				'title'	: 'Banner institucional'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		// SITES
		$("#sitearcosi").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/arcosi1.jpg',
				'title'	: 'Site Arcosi Bolsas Promocionais'
			},
			{
				'href'	: 'img/portfolio/sites/arcosi2.jpg',
				'title'	: 'Site Arcosi Bolsas Promocionais'
			},
			{
				'href'	: 'img/portfolio/sites/arcosi3.jpg',
				'title'	: 'Site Arcosi Bolsas Promocionais'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitebonsucesso").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/bonsucesso1.jpg',
				'title'	: 'Site Fazenda Bonsucesso'
			},
			{
				'href'	: 'img/portfolio/sites/bonsucesso2.jpg',
				'title'	: 'Site Fazenda Bonsucesso'
			},
			{
				'href'	: 'img/portfolio/sites/bonsucesso3.jpg',
				'title'	: 'Site Fazenda Bonsucesso'
			},
			{
				'href'	: 'img/portfolio/sites/bonsucesso4.jpg',
				'title'	: 'Site Fazenda Bonsucesso'
			},
			{
				'href'	: 'img/portfolio/sites/bonsucesso5.jpg',
				'title'	: 'Site Fazenda Bonsucesso'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitebragro").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/bragro1.jpg',
				'title'	: 'Site Bragrocursos'
			},
			{
				'href'	: 'img/portfolio/sites/bragro2.jpg',
				'title'	: 'Site Bragrocursos - Arte para banners rotativos'
			},
			{
				'href'	: 'img/portfolio/sites/bragro3.jpg',
				'title'	: 'Site Bragrocursos'
			},
			{
				'href'	: 'img/portfolio/sites/bragro4.jpg',
				'title'	: 'Site Bragrocursos'
			},
			{
				'href'	: 'img/portfolio/sites/bragro5.jpg',
				'title'	: 'Site Bragrocursos'
			},
			{
				'href'	: 'img/portfolio/sites/bragro6.jpg',
				'title'	: 'Popup'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitecascadura").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/cascadura1.jpg',
				'title'	: 'Site Cascadura Industrial'
			},
			{
				'href'	: 'img/portfolio/sites/cascadura2.jpg',
				'title'	: 'Site Cascadura Industrial'
			},
			{
				'href'	: 'img/portfolio/sites/cascadura3.jpg',
				'title'	: 'Site Cascadura Industrial'
			},
			{
				'href'	: 'img/portfolio/sites/cascadura4.jpg',
				'title'	: 'Site Cascadura Industrial'
			},
			{
				'href'	: 'img/portfolio/sites/cascadura5.jpg',
				'title'	: 'Site Cascadura Industrial'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitegalhardo").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/galhardo1.jpg',
				'title'	: 'Site Galhardo Treinamento & Consultoria financeira'
			},
			{
				'href'	: 'img/portfolio/sites/galhardo2.jpg',
				'title'	: 'Site Galhardo Treinamento & Consultoria financeira'
			},
			{
				'href'	: 'img/portfolio/sites/galhardo3.jpg',
				'title'	: 'Site Galhardo Treinamento & Consultoria financeira'
			},
			{
				'href'	: 'img/portfolio/sites/galhardo4.jpg',
				'title'	: 'Site Galhardo Treinamento & Consultoria financeira'
			},
			{
				'href'	: 'img/portfolio/sites/galhardo5.jpg',
				'title'	: 'Site Galhardo Treinamento & Consultoria financeira'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitejmc").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/jmc1.jpg',
				'title'	: 'Site JMC Ferramentaria & Usinagem'
			},
			{
				'href'	: 'img/portfolio/sites/jmc2.jpg',
				'title'	: 'Site JMC Ferramentaria & Usinagem'
			},
			{
				'href'	: 'img/portfolio/sites/jmc3.jpg',
				'title'	: 'Site JMC Ferramentaria & Usinagem'
			},
			{
				'href'	: 'img/portfolio/sites/jmc4.jpg',
				'title'	: 'Site JMC Ferramentaria & Usinagem'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#siteemapa").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/emapa1.jpg',
				'title'	: 'Site Emapa Avaré'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitesol").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/sol1.jpg',
				'title'	: 'Site Ong Sol do Vale'
			},
			{
				'href'	: 'img/portfolio/sites/sol2.jpg',
				'title'	: 'Site Ong Sol do Vale'
			},
			{
				'href'	: 'img/portfolio/sites/sol3.jpg',
				'title'	: 'Site Ong Sol do Vale'
			},
			{
				'href'	: 'img/portfolio/sites/sol4.jpg',
				'title'	: 'Site Ong Sol do Vale'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitesoroarnas").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/soroarnas1.jpg',
				'title'	: 'Site Soroarnas Cercas & Alambrados'
			},
			{
				'href'	: 'img/portfolio/sites/soroarnas2.jpg',
				'title'	: 'Site Soroarnas Cercas & Alambrados'
			},
			{
				'href'	: 'img/portfolio/sites/soroarnas3.jpg',
				'title'	: 'Site Soroarnas Cercas & Alambrados'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitejned").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/jned1.jpg',
				'title'	: 'Site Joel Neto & Daniel'
			},
			{
				'href'	: 'img/portfolio/sites/jned2.jpg',
				'title'	: 'Popup Joel Neto & Daniel'
			},
			{
				'href'	: 'img/portfolio/sites/jned3.jpg',
				'title'	: 'Popup Joel Neto & Daniel'
			},
			{
				'href'	: 'img/portfolio/sites/jned4.jpg',
				'title'	: 'Popup Joel Neto & Daniel'
			},
			{
				'href'	: 'img/portfolio/sites/jned5.jpg',
				'title'	: 'Popup Joel Neto & Daniel'
			},
			{
				'href'	: 'img/portfolio/sites/jned6.jpg',
				'title'	: 'Popup Joel Neto & Daniel'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#sitevirou").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/sites/virou1.jpg',
				'title'	: 'Site Virou Empregos'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		// IMPRESSOS
		$("#impressosaldo").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/aldo1.jpg',
				'title'	: 'Cartão de visitas Aldo Reformas & Contruções'
			},
			{
				'href'	: 'img/portfolio/impressos/aldo2.jpg',
				'title'	: 'Cartão de visitas Aldo Reformas & Contruções'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosana").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/ana1.jpg',
				'title'	: 'Flyer Instituto de beleza Ana Sophia'
			},
			{
				'href'	: 'img/portfolio/impressos/ana2.jpg',
				'title'	: 'Fachada Instituto de beleza Ana Sophia'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosbomsabor").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/bomsabor1.jpg',
				'title'	: 'Cardápio Bom Sabor Lanches'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosbulk").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/bulk1.jpg',
				'title'	: 'Cartão de visitas Bulk Inck Imports'
			},
			{
				'href'	: 'img/portfolio/impressos/bulk2.jpg',
				'title'	: 'Flyer Bulk Inck Imports'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressoschrys").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/chrys1.jpg',
				'title'	: 'Cartão de visitas Chrystian Personal Trainer'
			},
			{
				'href'	: 'img/portfolio/impressos/chrys2.jpg',
				'title'	: 'Cartão de visitas Chrystian Personal Trainer'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosfer").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/fer1.jpg',
				'title'	: 'Cartão de visitas Fernando Andrade Hair Stylist'
			},
			{
				'href'	: 'img/portfolio/impressos/fer2.jpg',
				'title'	: 'Cartão de visitas Fernando Andrade Hair Stylist'
			},
			{
				'href'	: 'img/portfolio/impressos/fer3.jpg',
				'title'	: 'Cartão de visitas Fernando Andrade Hair Stylist'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosgiramassas").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/giramassas1.jpg',
				'title'	: 'Banner Gira Massas'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosjo").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/jo1.jpg',
				'title'	: 'Banner Jô Cabeleireira'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosjned").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/jned1.jpg',
				'title'	: 'Flyer Joel Neto & Daniel'
			},
			{
				'href'	: 'img/portfolio/impressos/jned2.jpg',
				'title'	: 'Cartaz Joel Neto & Daniel'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosleide").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/leide1.jpg',
				'title'	: 'Cartão de visitas Leide Uniformes e Plus Size'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosmatriz").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/matriz1.jpg',
				'title'	: 'Cartão de visitas Matriz da Comunicação'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosparma").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/parma1.jpg',
				'title'	: 'Flyer Parma Grill'
			},
			{
				'href'	: 'img/portfolio/impressos/parma2.jpg',
				'title'	: 'Flyer Parma Grill'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressospv").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/pv1.jpg',
				'title'	: 'Camiseta Pastoral Vocacional'
			},
			{
				'href'	: 'img/portfolio/impressos/pv2.jpg',
				'title'	: 'Banner Pastoral Vocacional'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosrosa").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/rosa1.jpg',
				'title'	: 'Jornal Paróquia Nossa Senhora Rosa Mística'
			},
			{
				'href'	: 'img/portfolio/impressos/rosa2.jpg',
				'title'	: 'Jornal Paróquia Nossa Senhora Rosa Mística'
			},
			{
				'href'	: 'img/portfolio/impressos/rosa3.jpg',
				'title'	: 'Jornal Paróquia Nossa Senhora Rosa Mística'
			},
			{
				'href'	: 'img/portfolio/impressos/rosa4.jpg',
				'title'	: 'Convite Paróquia Nossa Senhora Rosa Mística'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressossandra").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/sandra1.jpg',
				'title'	: 'Cartaz Espaço Sandra Perizad'
			},
			{
				'href'	: 'img/portfolio/impressos/sandra2.jpg',
				'title'	: 'Cartaz Espaço Sandra Perizad'
			},
			{
				'href'	: 'img/portfolio/impressos/sandra3.jpg',
				'title'	: 'Flyer Espaço Sandra Perizad'
			},
			{
				'href'	: 'img/portfolio/impressos/sandra4.jpg',
				'title'	: 'Banner Espaço Sandra Perizad'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressossara").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/sara1.jpg',
				'title'	: 'Cartão de visitas Consultório Odontológico'
			},
			{
				'href'	: 'img/portfolio/impressos/sara2.jpg',
				'title'	: 'Flyer Consultório Odontológico'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressostelhao").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/telhao1.jpg',
				'title'	: 'Fachada Telhão Tudo em Telhas'
			},
			{
				'href'	: 'img/portfolio/impressos/telhao2.jpg',
				'title'	: 'Banner Telhão Tudo em Telhas'
			},
			{
				'href'	: 'img/portfolio/impressos/telhao3.jpg',
				'title'	: 'Banner Telhão Tudo em Telhas'
			},
			{
				'href'	: 'img/portfolio/impressos/telhao4.jpg',
				'title'	: 'Banner Telhão Tudo em Telhas'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressostop").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/top1.jpg',
				'title'	: 'Banner Top English'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosuse").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/use1.jpg',
				'title'	: 'Camiseta Grupo de Jovens Unidos no Santo Espírito'
			},
			{
				'href'	: 'img/portfolio/impressos/use2.jpg',
				'title'	: 'Convite aniversário do Grupo de Jovens Unidos no Santo Espírito'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosval").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/val1.jpg',
				'title'	: 'Cardápio Val Bolos & Cia'
			},
			{
				'href'	: 'img/portfolio/impressos/val2.jpg',
				'title'	: 'Cardápio Val Bolos & Cia'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#impressosvidroseguro").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/impressos/vidroseguro1.jpg',
				'title'	: 'Cartão de visitas Vidro Seguro'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		
		// ANUNCIOS
		$("#anunciobio").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/anuncios/bio1.jpg',
				'title'	: 'Anúncio Bioembryo'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#anunciofineline").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/anuncios/fineline1.jpg',
				'title'	: 'Anúncio Fineline Informática'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#anuncionelore").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/anuncios/nelore1.jpg',
				'title'	: 'Anúncio Nelore Paulista'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		
		// MALADIRETA
		$("#malafineline").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/maladireta/fineline1.jpg',
				'title'	: 'E-mail Marketing Fineline Informática - Promoção Relâmpago'
			},
			{
				'href'	: 'img/portfolio/maladireta/fineline2.jpg',
				'title'	: 'E-mail Marketing Fineline Informática - Dia dos Pais'
			},
			{
				'href'	: 'img/portfolio/maladireta/fineline3.jpg',
				'title'	: 'E-mail Marketing Fineline Informática - Dia dos Namorados'
			},
			{
				'href'	: 'img/portfolio/maladireta/fineline4.jpg',
				'title'	: 'E-mail Marketing Fineline Informática - Manutenção de Computadores'
			},
			{
				'href'	: 'img/portfolio/maladireta/fineline5.jpg',
				'title'	: 'E-mail Marketing Fineline Informática - Conheça a Fineline'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#malamatriz").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/maladireta/matriz1.jpg',
				'title'	: 'E-mail Marketing Matriz da Comunicação - Boas Festas'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#malarhtreinare").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare1.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Segurança no Trabalho: CIPA (NR5)'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare2.jpg',
				'title'	: 'Mala direta impressa RHTREINARE - Qualificação'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare3.jpg',
				'title'	: 'Mala direta impressa RHTREINARE - Qualificação (Fechada)'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare4.jpg',
				'title'	: 'Mala direta impressa RHTREINARE - Qualificação (Aberta)'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare5.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Treinamentos obrigatórios'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare6.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Foco em: Concessionárias'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare7.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Foco em: Contrutoras'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare8.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Foco em: Instituições de ensino'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare9.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Foco em: Área da saúde'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare10.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Foco em: Turismo e hotelaria'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare11.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Foco em: Indústrias'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare12.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Foco em: Rede varejista'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare13.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Foco em: Empresas de transporte'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare14.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Capacitação profissional'
			},
			{
				'href'	: 'img/portfolio/maladireta/rhtreinare15.jpg',
				'title'	: 'E-mail Marketing RHTREINARE - Institucional'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		
		// PARA VOCE
		$("#paravoceana").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/paravoce/ana1.jpg',
				'title'	: 'Banner Aniversário Ana Clara'
			},
			{
				'href'	: 'img/portfolio/paravoce/ana2.jpg',
				'title'	: 'Lembrança Aniversário Ana Clara'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#paravocemarcelo").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/paravoce/marcelo1.jpg',
				'title'	: 'Banner Aniversário Marcelo'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#paravocemaria").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/paravoce/maria1.jpg',
				'title'	: 'Banner Aniversário Maria Eduarda'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		$("#paravocethais").click(function() {
		$.fancybox([
			{
				'href'	: 'img/portfolio/paravoce/thais1.jpg',
				'title'	: 'Banner Aniversário Thais.'
			}
			], {
				'padding'			: 0,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'              : 'image',
				'changeFade'        : 'fast',
				'titlePosition'		: 'outside',
				'showCloseButton'	: 'true'
			});
		});
		// FIM PORTFOLIO
		
		
		$(".windowsize").css("width", function(index, value){
		  var largura = $(window).width();
		  return (parseInt(largura)) + "px";
	   });
		$(".innerblack").css("height", function(index, value){
		  var altura = $(window).height() - 323;
		  return (parseInt(altura)) + "px";
	   });
	   $(".innerwhite").css("height", function(index, value){
		  var altura2 = $(window).height() - 323;
		  return (parseInt(altura2)) + "px";
	   });
	   $("#janelaport").css("height", function(index, value){
		  var altura3 = $(window).height() - 313;
		  return (parseInt(altura3)) + "px";
	   });
		
		$("#portmarcas").mouseover(function() {
			$(this).css("background-image","url(img/layout/marcas2.png)");
		});
		$("#portmarcas").mouseout(function() {
			$(this).css("background-image","url(img/layout/marcas.png)");
		});
		
		$("#btnvoltar").click(function() {
			$("#andaport").animate({
				left: "0px",
				top: "0px"
			  }, 1000,function(){
				$(".subarea").hide();  
			  });
		}); 
		$("#portmarcas").click(function() {
			$(".subarea").hide();
			$("#subareamarca").show();
			$("#andaport").animate({
					left: "-1080px",
					top: "0px"
				  }, 1000 );
		});  
			  
		$("#portsites").mouseover(function() {
			$(this).css("background-image","url(img/layout/sites2.jpg)");
		});
		$("#portsites").mouseout(function() {
			$(this).css("background-image","url(img/layout/sites.jpg)");
		});
		$("#portsites").click(function() {
			$(".subarea").hide();
			$("#subareasite").show();
			$("#andaport").animate({
					left: "-1080px",
					top: "0px"
				  }, 1000 );
		}); 
		$("#portimpressos").mouseover(function() {
			$(this).css("background-image","url(img/layout/impressos2.png)");
		});
		$("#portimpressos").mouseout(function() {
			$(this).css("background-image","url(img/layout/impressos.png)");
		});
		$("#portimpressos").click(function() {
			$(".subarea").hide();
			$("#subareaimpressos").show();
			$("#andaport").animate({
					left: "-1080px",
					top: "0px"
				  }, 1000 );
		});
		$("#portanuncio").mouseover(function() {
			$(this).css("background-image","url(img/layout/anuncios2.jpg)");
		});
		$("#portanuncio").mouseout(function() {
			$(this).css("background-image","url(img/layout/anuncios.jpg)");
		});
		$("#portanuncio").click(function() {
			$(".subarea").hide();
			$("#subareaanuncio").show();
			$("#andaport").animate({
					left: "-1080px",
					top: "0px"
				  }, 1000 );
		});
		$("#maladireta").mouseover(function() {
			$(this).css("background-image","url(img/layout/maladireta2.jpg)");
		});
		$("#maladireta").mouseout(function() {
			$(this).css("background-image","url(img/layout/maladireta.jpg)");
		});
		$("#maladireta").click(function() {
			$(".subarea").hide();
			$("#subareamala").show();
			$("#andaport").animate({
					left: "-1080px",
					top: "0px"
				  }, 1000 );
		});
		$("#paravoce").mouseover(function() {
			$(this).css("background-image","url(img/layout/paravoce2.jpg)");
		});
		$("#paravoce").mouseout(function() {
			$(this).css("background-image","url(img/layout/paravoce.jpg)");
		});
		$("#paravoce").click(function() {
			$(".subarea").hide();
			$("#subareaparavoce").show();
			$("#andaport").animate({
					left: "-1080px",
					top: "0px"
				  }, 1000 );
		});
		
		
		$("#btnhome").click(function(event) {
			$(this).attr("class","menuitenatual");
			$("#btnsobre").attr("class","menuiten");
			$("#btnservicos").attr("class","menuiten");
			$("#btnportfolio").attr("class","menuiten");
			$("#btnclientes").attr("class","menuiten");
			$("#btncontato").attr("class","menuiten");
			$( ".white" ).switchClass( "white", "black", 1000 );
			$( ".rdplaranja" ).fadeOut("slow");
			$(".pages").animate({
				left: "0px"
			}, 1000, function(){
				  $("#andaport").animate({
					left: "0px",
					top: "0px"
				  }, 1000 ,fechaport());
			});
		});
		$("#btnsobre").click(function(event) {
			$(this).attr("class","menuitenatual");
			$("#btnhome").attr("class","menuiten");
			$("#btnservicos").attr("class","menuiten");
			$("#btnportfolio").attr("class","menuiten");
			$("#btnclientes").attr("class","menuiten");
			$("#btncontato").attr("class","menuiten");
			$(".pages").animate({ left: "-2000px" }, 1000 , function(){
				  $("#andaport").animate({
					left: "0px",
					top: "0px"
				  }, 1000, fechaport());
			  });
			$( ".black" ).switchClass( "black", "white", 1000 );
			$( ".rdplaranja" ).fadeIn("slow");
		});
		$("#btnservicos").click(function(event) { 
			$(this).attr("class","menuitenatual");
			$("#btnsobre").attr("class","menuiten");
			$("#btnhome").attr("class","menuiten");
			$("#btnportfolio").attr("class","menuiten");
			$("#btnclientes").attr("class","menuiten");
			$("#btncontato").attr("class","menuiten");
			$( ".white" ).switchClass( "white", "black", 1000 );
			$( ".rdplaranja" ).fadeOut("slow");
			$(".pages").animate({
				left: "-4000px"
			  }, 1000, function(){
				  $("#andaport").animate({
					left: "0px",
					top: "0px"
				  }, 1000, fechaport());
			  });
		});
		$("#btnportfolio").click(function(event) {
			$(this).attr("class","menuitenatual");
			$("#btnsobre").attr("class","menuiten");
			$("#btnservicos").attr("class","menuiten");
			$("#btnhome").attr("class","menuiten");
			$("#btnclientes").attr("class","menuiten");
			$("#btncontato").attr("class","menuiten");
			$( ".black" ).switchClass( "black", "white", 1000 );
			$( ".rdplaranja" ).fadeIn("slow");
			$(".pages").animate({
				left: "-6000px"
			  }, 1000 );
			 $("#andaport").animate({
				left: "0px"
			  }, 1000,function(){
				$(".subarea").hide();  
			  });
		});
		$("#btnclientes").click(function(event) { 
			$(this).attr("class","menuitenatual");
			$("#btnsobre").attr("class","menuiten");
			$("#btnservicos").attr("class","menuiten");
			$("#btnportfolio").attr("class","menuiten");
			$("#btnhome").attr("class","menuiten");
			$("#btncontato").attr("class","menuiten");
			$( ".white" ).switchClass( "white", "black", 1000 );
			$( ".rdplaranja" ).fadeOut("slow");
			$(".pages").animate({
				left: "-8000px"
			  }, 1000 , function(){
				  $("#andaport").animate({
					left: "0px",
					top: "0px"
				  }, 1000, fechaport());
			  });
		});
		$("#btncontato").click(function(event) { 
			$(this).attr("class","menuitenatual");
			$("#btnsobre").attr("class","menuiten");
			$("#btnservicos").attr("class","menuiten");
			$("#btnportfolio").attr("class","menuiten");
			$("#btnclientes").attr("class","menuiten");
			$("#btnhome").attr("class","menuiten");
			$( ".black" ).switchClass( "black", "white", 1000 );
			$( ".rdplaranja" ).fadeIn("slow");
			$(".pages").animate({
				left: "-10000px"
			  }, 1000, function(){
				  $("#andaport").animate({
					left: "0px",
					top: "0px"
				  }, 1000, fechaport());
			  });
		});
	});
