// JavaScript Document
<!--
var largura_da_tela = screen.width;
var janela1;

function Player() {
	var esquerda = (largura_da_tela-400)/2;	
	if ( janela1 != undefined ) { janela1.close(); }
	janela1 = window.open('audios/player/audioplayer.asp','janela','width=400,top=200,left='+esquerda+',height=340,scrollbars=no');		
	janela1.focus();
}
function Ouvir(pagina,altura) {
	var esquerda = (largura_da_tela-280)/2;	
	var altura = altura+40;
	if ( janela1 != undefined ) { janela1.close(); }
	janela1 = window.open('audios/audio.asp?ref='+pagina,'janela','width=280,top=100,left='+esquerda+',height='+altura+',scrollbars=no');
	janela1.focus();
}
function Ver(pagina,altura) {
	var esquerda = (largura_da_tela-640)/2;	
	if ( janela1 != undefined ) { janela1.close(); }
	janela1 = window.open('videos/video.asp?ref='+pagina,'janela','width=640,top=50,left='+esquerda+',height=545,scrollbars=no');
	janela1.focus();
}
function Cantata(pagina,altura) {
	var esquerda = (largura_da_tela-400)/2;	
	if ( janela1 != undefined ) { janela1.close(); }
	janela1 = window.open(pagina,'janela','width=400,top=150,left='+esquerda+',height='+altura+',scrollbars=no');
	janela1.focus();
}
function Fechar(){ 
	document.getElementById('floater').style.visibility="hidden"; 
}
function Exibir(){ 
	document.getElementById('floater').style.visibility="visible"; 
}
function checar ( theForm ) {
  if ( trim(theForm.tNome.value) == '' ) {
    alert('Preencha o campo NOME.');
    theForm.tNome.focus();
    return false;
  }
  var valido;
  var str = trim(theForm.tEmail.value);
  var filter = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
  if ( !filter.test(str) ) {
	alert('Prencha o campo E-MAIL corretamente.');
	theForm.tEmail.focus();
	return false;
  }
  /*if ( trim(theForm.tEmail.value) == '' ) {
  	alert('Prencha o campo E-MAIL.');
	theForm.tEmail.focus();
	return false;
  }*/
  if ( trim(theForm.mMensagem.value) == '' ) {
    alert('Preencha o campo MENSAGEM.');
    theForm.mMensagem.focus();
    return false;
  }
  return true;   
}

  var valido;
  function validar(){
    var str = document.cadastro.email.value;
    var filter = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
    if(filter.test(str))
      valido = true;
    else{
      alert("Este endereço de e-mail não é válido!");
      document.cadastro.email.focus();
      valido = false;
    }
    return valido;
  }

function trim(str) {
   return str.replace(/^\s*|\s*$/g,"");
}
function Popup(pagina) {
	var largura_da_tela = screen.width;
	var esquerda = (largura_da_tela-605)/2;	
	var janela = window.open("pessoais/"+pagina+".html",'galeria','width=605,top=30,left='+esquerda+',height=550,scrollbars=no');
	janela.focus();
}
function Galeria(pagina) {
	var largura_da_tela = screen.width;
	var esquerda = (largura_da_tela-605)/2;	
	var janela = window.open("fotos/"+pagina+"/"+pagina+".html",'galeria','width=605,top=30,left='+esquerda+',height=550,scrollbars=no');
	janela.focus();
}
function ver_atuacoes(obj) {
	<!-- visibilidade -->
	document.getElementById('a2011').style.display="none";
	document.getElementById('a2010').style.display="none";
	document.getElementById('a2009').style.display="none";
	document.getElementById('a2008').style.display="none";
	document.getElementById('a2007').style.display="none";
	document.getElementById('a2006').style.display="none";
	document.getElementById('a2005').style.display="none";
	document.getElementById('a2004').style.display="none";
	document.getElementById('a2003').style.display="none";
	document.getElementById('a2002').style.display="none";
	document.getElementById('a2001').style.display="none";
	document.getElementById('a2000').style.display="none";
	document.getElementById('a1999').style.display="none";
	document.getElementById('a1998').style.display="none";
	document.getElementById('a1997').style.display="none";
	document.getElementById('a1996').style.display="none";
	document.getElementById('a1995').style.display="none";
	document.getElementById('a1994').style.display="none";
	document.getElementById(obj).style.display="block";
}
function ver_diretoria(obj) {
			<!-- visibilidade -->
	document.getElementById('t2012').style.display="none";
	document.getElementById('t2011').style.display="none";
	document.getElementById('t2010').style.display="none";
	document.getElementById('t2009').style.display="none";
	document.getElementById('t2008').style.display="none";
	document.getElementById('t2007').style.display="none";
	document.getElementById(obj).style.display="block";
	<!-- cor de fundo -->
	document.getElementById('link-t2012').style.backgroundColor="#ebdacb";
	document.getElementById('link-t2011').style.backgroundColor="#ebdacb";
	document.getElementById('link-t2010').style.backgroundColor="#ebdacb";
	document.getElementById('link-t2009').style.backgroundColor="#ebdacb";
	document.getElementById('link-t2008').style.backgroundColor="#ebdacb";
	document.getElementById('link-t2007').style.backgroundColor="#ebdacb";
	document.getElementById("link-"+obj).style.backgroundColor="#f0e6c6";
	<!-- borda -->
	document.getElementById('link-t2012').style.border="1px solid #cda07c";
	document.getElementById('link-t2011').style.border="1px solid #cda07c";
	document.getElementById('link-t2010').style.border="1px solid #cda07c";
	document.getElementById('link-t2009').style.border="1px solid #cda07c";
	document.getElementById('link-t2008').style.border="1px solid #cda07c";
	document.getElementById('link-t2007').style.border="1px solid #cda07c";
	document.getElementById("link-"+obj).style.borderLeft="1px solid #cda07c";
	document.getElementById("link-"+obj).style.borderTop="1px solid #cda07c";
	document.getElementById("link-"+obj).style.borderRight="1px solid #cda07c";
	document.getElementById("link-"+obj).style.borderBottom="1px solid #ebdacb";
}

//-->
