	function VerServ(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.FrmVerServicos.CdSetor.value  = pCdSetor;
		document.FrmVerServicos.CdLingua.value = pCdLingua;
		document.FrmVerServicos.NoOrdIte.value = pNoOrdIte;
		document.FrmVerServicos.NoOrdem.value  = pNoOrdem;
		document.FrmVerServicos.submit();
	}

	function VerSetor(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.VerSetor.CdSetor.value  = pCdSetor;
		document.VerSetor.CdLingua.value = pCdLingua;
		document.VerSetor.NoOrdIte.value = pNoOrdIte;
		document.VerSetor.NoOrdem.value  = pNoOrdem;
		document.VerSetor.submit();
	}
	function MostraTodas(pCdLingua) {
		document.FrmTodas.CdLingua.value = pCdLingua;
		document.FrmTodas.submit();
	}
	function DocSetor(pCdSetor, pCdLingua) {
		document.FrmDocSetor.CdSetor.value  = pCdSetor;
		document.FrmDocSetor.CdLingua.value = pCdLingua;
		document.FrmDocSetor.submit();
	}
	function DocCurso(pCdSetor, pCdLingua) {
		document.FrmDocCurso.CdSetor.value  = pCdSetor;
		document.FrmDocCurso.CdLingua.value = pCdLingua;
		document.FrmDocCurso.submit();
	}	
	function MostraNoticia(pCdNotici, pCdLingua) {
		document.FrmNotici.CdNotici.value = pCdNotici;
		document.FrmNotici.CdLingua.value = pCdLingua;
		document.FrmNotici.submit();
	}
	function Paginacao(ppg, pCdLingua) {
		document.FrmPaginacao.pg.value = ppg;
		document.FrmPaginacao.CdLingua.value = pCdLingua;
		document.FrmPaginacao.submit();
	}
	function PaginacaoAno(ppg, plAno) {
		document.FrmPaginacaoAno.lAno.value = plAno;
		document.FrmPaginacaoAno.pg.value = ppg;
		document.FrmPaginacaoAno.submit();
	}
	function MostraNoticia(pCdNotici, pCdLingua) {
		document.FrmNotici.CdNotici.value = pCdNotici;
		document.FrmNotici.CdLingua.value = pCdLingua;
		document.FrmNotici.submit();
	}
	function MostraTodas(pCdLingua) {
		document.FrmTodas.CdLingua.value = pCdLingua;
		document.FrmTodas.submit();
	}
	function MM_openBrWindow(theURL,winName,features) { //v2.0
		window.open(theURL,winName,features);
	}
	function VerEventos(pCdEvento, pCdLingua, pNoOrdem) {
		document.VerEventos.CdEvento.value = pCdEvento;
		document.VerEventos.CdLingua.value = pCdLingua;
		document.VerEventos.NoOrdem.value  = pNoOrdem;
		document.VerEventos.submit();
	}
	function MostraEvento(pCdLingua) {
		document.FrmEvento.CdLingua.value = pCdLingua;
		document.FrmEvento.submit();
	}
	function MostraServico(pCdLingua) {
		document.FrmServico.CdLingua.value = pCdLingua;
		document.FrmServico.submit();
	}
	function MostraPrograma(pCdLingua) {
		document.FrmPrograma.CdLingua.value = pCdLingua;
		document.FrmPrograma.submit();
	}
	function MostraPublicacao(pCdLingua) {
		document.FrmPublicacao.CdLingua.value = pCdLingua;
		document.FrmPublicacao.submit();
	}
	function InscricaoEvento(pCdEvento, pCdLingua, pNoOrdem, pNoOrdIte) {
		document.InscricaoEvento.CdEvento.value = pCdEvento;
		document.InscricaoEvento.CdLingua.value = pCdLingua;
		document.InscricaoEvento.NoOrdem.value  = pNoOrdem;
		document.InscricaoEvento.NoOrdIte.value = pNoOrdIte;
		document.InscricaoEvento.submit();
	}
	function InscricaoCertificado(pCdEvento, pCdLingua, pNoOrdem, pNoOrdIte) {
		document.InscricaoCertificado.CdEvento.value = pCdEvento;
		document.InscricaoCertificado.CdLingua.value = pCdLingua;
		document.InscricaoCertificado.NoOrdem.value  = pNoOrdem;
		document.InscricaoCertificado.NoOrdIte.value = pNoOrdIte;
		document.InscricaoCertificado.submit();
	}

	function DocumentosEvento(pCdEvento, pCdLingua) {
		document.DocumentosEvento.CdEvento.value = pCdEvento;
		document.DocumentosEvento.CdLingua.value = pCdLingua;
		document.DocumentosEvento.submit();
	}
	function FotoEvento(pCdEvento, pCdLingua) {
		document.FotoEvento.CdEvento.value = pCdEvento;
		document.FotoEvento.CdLingua.value = pCdLingua;
		document.FotoEvento.submit();
	}
	function VerServicos(pCdServic, pCdLingua) {
		document.VerServicos.CdServic.value = pCdServic;
		document.VerServicos.CdLingua.value  = pCdLingua;
		document.VerServicos.submit();
	}
	function ProgramasListar(pCdProgra, pCdLingua, pNoOrdem) {
		document.ProgramasListar.CdProgra.value =  pCdProgra;
		document.ProgramasListar.CdLingua.value  = pCdLingua;
		document.ProgramasListar.NoOrdem.value   = pNoOrdem;
		document.ProgramasListar.submit();
	}
	function VerProgramas(pCdProgra, pCdLingua, pNoOrdem, pNoOrdIte) {
		document.VerProgramas.CdProgra.value =  pCdProgra;
		document.VerProgramas.CdLingua.value  = pCdLingua;
		document.VerProgramas.NoOrdem.value   = pNoOrdem;
		document.VerProgramas.NoOrdIte.value  = pNoOrdIte;
		document.VerProgramas.submit();
	}
	function DocumentosPrograma(pCdProgra, pCdLingua) {
		document.DocumentosPrograma.CdProgra.value = pCdProgra;
		document.DocumentosPrograma.CdLingua.value = pCdLingua;
		document.DocumentosPrograma.submit();
	}	
	function FotoPrograma(pCdProgra, pCdLingua) {
		document.FotoPrograma.CdProgra.value = pCdProgra;
		document.FotoPrograma.CdLingua.value = pCdLingua;
		document.FotoPrograma.submit();
	}	
	function FotoSetor(pCdSetor, pCdLingua) {
		document.FotoSetor.CdSetor.value  = pCdSetor;
		document.FotoSetor.CdLingua.value = pCdLingua;
		document.FotoSetor.submit();
	}		
	function FotoCurso(pCdSetor, pCdLingua) {
		document.FotoCurso.CdSetor.value  = pCdSetor;
		document.FotoCurso.CdLingua.value = pCdLingua;
		document.FotoCurso.submit();
	}		
	function VerPublicacao(pCdPubli, pCdLingua, pNoOrdem, pNoOrdIte) {
		document.VerPublicacao.CdPubli.value   =  pCdPubli;
		document.VerPublicacao.CdLingua.value  = pCdLingua;
		document.VerPublicacao.NoOrdem.value   =  pNoOrdem;
		document.VerPublicacao.NoOrdIte.value  = pNoOrdIte;
		document.VerPublicacao.submit();
	}
	function DocumentosPublicacao(pCdPubli, pCdLingua) {
		document.DocumentosPublicacao.CdPubli.value  = pCdPubli;
		document.DocumentosPublicacao.CdLingua.value = pCdLingua;
		document.DocumentosPublicacao.submit();
	}	
	function VerSetorSeg(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.FrmVerSetorSeg.CdSetor.value  = pCdSetor;
		document.FrmVerSetorSeg.CdLingua.value = pCdLingua;
		document.FrmVerSetorSeg.NoOrdIte.value = pNoOrdIte;
		document.FrmVerSetorSeg.NoOrdem.value = pNoOrdem;
		document.FrmVerSetorSeg.submit();
	}
	function VerSetorServ(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.FrmVerSetorServ.CdSetor.value  = pCdSetor;
		document.FrmVerSetorServ.CdLingua.value = pCdLingua;
		document.FrmVerSetorServ.NoOrdIte.value = pNoOrdIte;
		document.FrmVerSetorServ.NoOrdem.value = pNoOrdem;
		document.FrmVerSetorServ.submit();
	}	
	function VerSetorCurso(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.FrmVerSetorCurso.CdSetor.value  = pCdSetor;
		document.FrmVerSetorCurso.CdLingua.value = pCdLingua;
		document.FrmVerSetorCurso.NoOrdIte.value = pNoOrdIte;
		document.FrmVerSetorCurso.NoOrdem.value = pNoOrdem;
		document.FrmVerSetorCurso.submit();
	}	
	function ListarPublicacao(pCdPubli, pCdLingua, pNoOrdem, pNoOrdIte) {
		document.ListarPublicacao.CdPubli.value   =  pCdPubli;
		document.ListarPublicacao.CdLingua.value  = pCdLingua;
		document.ListarPublicacao.NoOrdem.value   =  pNoOrdem;
		document.ListarPublicacao.NoOrdIte.value  = pNoOrdIte;
		document.ListarPublicacao.submit();
	}	
	function VerCursos(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.FrmVerCursos.CdSetor.value  = pCdSetor;
		document.FrmVerCursos.CdLingua.value = pCdLingua;
		document.FrmVerCursos.NoOrdIte.value = pNoOrdIte;
		document.FrmVerCursos.NoOrdem.value = pNoOrdem;
		document.FrmVerCursos.submit();
	}	
	function VerCursosPos(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.FrmVerCursosPos.CdSetor.value  = pCdSetor;
		document.FrmVerCursosPos.CdLingua.value = pCdLingua;
		document.FrmVerCursosPos.NoOrdIte.value = pNoOrdIte;
		document.FrmVerCursosPos.NoOrdem.value = pNoOrdem;
		document.FrmVerCursosPos.submit();
	}	
	function VerCursosOk(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.FrmVerCursosOk.CdSetor.value  = pCdSetor;
		document.FrmVerCursosOk.CdLingua.value = pCdLingua;
		document.FrmVerCursosOk.NoOrdIte.value = pNoOrdIte;
		document.FrmVerCursosOk.NoOrdem.value = pNoOrdem;
		document.FrmVerCursosOk.submit();
	}		
	function VerCursosPosOk(pCdSetor, pCdLingua, pNoOrdIte, pNoOrdem) {
		document.FrmVerCursosPosOk.CdSetor.value  = pCdSetor;
		document.FrmVerCursosPosOk.CdLingua.value = pCdLingua;
		document.FrmVerCursosPosOk.NoOrdIte.value = pNoOrdIte;
		document.FrmVerCursosPosOk.NoOrdem.value = pNoOrdem;
		document.FrmVerCursosPosOk.submit();
	}	
	
	
	function ProjetosListar(pCdProgra, pCdLingua, pNoOrdem) {
		document.ProjetosListar.CdProgra.value =  pCdProgra;
		document.ProjetosListar.CdLingua.value  = pCdLingua;
		document.ProjetosListar.NoOrdem.value   = pNoOrdem;
		document.ProjetosListar.submit();
	}
	function VerProjetos(pCdProgra, pCdLingua, pNoOrdem, pNoOrdIte) {
		document.VerProjetos.CdProgra.value =  pCdProgra;
		document.VerProjetos.CdLingua.value  = pCdLingua;
		document.VerProjetos.NoOrdem.value   = pNoOrdem;
		document.VerProjetos.NoOrdIte.value  = pNoOrdIte;
		document.VerProjetos.submit();
	}
	function DocumentosProjeto(pCdProgra, pCdLingua) {
		document.DocumentosProjeto.CdProgra.value = pCdProgra;
		document.DocumentosProjeto.CdLingua.value = pCdLingua;
		document.DocumentosProjeto.submit();
	}	
	function FotoProjeto(pCdProgra, pCdLingua) {
		document.FotoProjeto.CdProgra.value = pCdProgra;
		document.FotoProjeto.CdLingua.value = pCdLingua;
		document.FotoProjeto.submit();
	}		