// PORTAL ACADEMICO
function AbrirPortal() { 
// alert("Estamos realizando upgrade no Portal. Infelizmente terás que tentar mais tarde.\nDesculpe-nos o transtorno!");
  window.open('http://fgl.totvs.com.br/Corpore.Net/Login.aspx?WindowFeaturesApplied=1','_blank','width=1024,height=780, toolbar=1, location=1, status=1, menubar=1, resizable=1');
}
