﻿function fncConfiguraAltura() {
    document.getElementById("linha02").style.height = getDocHeight() - 145 + "px";
    document.getElementById("tabelaConteudo").style.height = getDocHeight() - 145 + "px";
    document.getElementById("divPrincipal").style.display = "";
}
function fncConfiguraAlturaPrincipal() {
    document.getElementById("linha02").style.height = getDocHeight() - 145 + "px";
    document.getElementById("tabelaConteudo").style.height = getDocHeight() - 145 + "px";
    document.getElementById("divPrincipal").style.display = "";
}
function fncConfiguraAlturaHome() {
    document.getElementById("tabelaPrincipal").style.height = getDocHeight() + "px";
    document.getElementById("divPrincipal").style.display = "";
}
function getDocHeight() {
    var D = document;
    return Math.max(
                Math.max(D.body.scrollHeight, D.documentElement.scrollHeight),
                Math.max(D.body.offsetHeight, D.documentElement.offsetHeight),
                Math.max(D.body.clientHeight, D.documentElement.clientHeight));
}

(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'));
