<!--
	function pop_intercom(url,w,h,nome){
		window.open(url,nome,'toolbar=no,scrollbars=no,resizable=no,menubar=no,width=' + w + ',height=' + h + ',left=100,top=100');
	}

	//---------------------------------------------------------------------------------------------

	var WinNum = 0;

	function OpenCentralized(winName, winW, winH){ var leftPos = (screen.width - winW) / 2; var topPos = (screen.height - winH) / 2;

		window.open(winName, 'myWin'+WinNum, 'toolbar=no,scrollbars=yes,location=no,statusbar=no,menubar=no,resizable=no,width=' + winW + ',height=' + winH + ',left = ' + leftPos +',top = ' + topPos); WinNum += 1;
	}

	//---------------------------------------------------------------------------------------------

	function pular(){ if(window.event.srcElement.type=="text" || window.event.srcElement.type=="password"){ if(window.event.keyCode==13){ window.event.returnValue=false; } } } document.onkeydown=pular;

	//---------------------------------------------------------------------------------------------

	function FullDate() {
   	    hoje = new Date();
       	dia  = new Array("Domingo", "Segunda-feira", "Terça-feira", "Quarta-feira", "Quinta-feira", "Sexta-feira", "Sábado");
       	mes  = new Array("Janeiro","Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro");
        
        document.write(dia[hoje.getDay()] + " - " + hoje.getDate() + " de " + mes[hoje.getMonth()] + " de " + hoje.getFullYear() + "&nbsp;&nbsp;");
	}

	//---------------------------------------------------------------------------------------------

	function servicos(){
		$("#servicos_menu").toggle();
	}

	//---------------------------------------------------------------------------------------------

	(function(d,s,id){
		var js,fjs=d.getElementsByTagName(s)[0];

		if(d.getElementById(id)) { return; }
		js=d.createElement(s);
		js.id=id;
		js.src="//connect.facebook.net/pt_BR/all.js#xfbml=1";
		fjs.parentNode.insertBefore(js,fjs);
	}

	(document, 'script', 'facebook-jssdk'));

	//---------------------------------------------------------------------------------------------
-->
