// JavaScript Document

  function deletar(val){
  if(confirm("Deseja deletar os dados"))
  {
      var op = val;
	  
  	  location.href="remove.jsp?val="+val+"&codigo="+document.forms[0].codigo.value;
	  
  }
  else
  {
  	  
  }

 }

function abrir(URL) {
	var width = 260;
	var height = 400;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no,directories=no, menubar=no, resizable=no, fullscreen=no');
}

function popup(URL) {
	var width = 365;
	var height = 280;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function radio(URL) {
	var width = 495;
	var height = 111;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function agendas(URL) {
	var width = 495;
	var height = 350;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function aniversariantes(URL) {
	var width = 495;
	var height = 400;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function artigo(URL) {
	var width = 495;
	var height = 400;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function noticia(URL) {
	var width = 350;
	var height = 400;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function contato(URL) {
	var width = 495;
	var height = 365;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function newsletter(URL) {
	var width = 495;
	var height = 280;
	window.open(URL,'Principal', 'width='+width+', height='+height+', scrollbars=no, status=no, toolbar=no,location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}


function formatar(src, mask) 
{
	var i = src.value.length;
	var saida = mask.substring(0,1);
	var texto = mask.substring(i)
	if (texto.substring(0,1) != saida) 
	{
		src.value += texto.substring(0,1);
	}
}


	function changeColor()
	{	
		document.getElementById('cor1').style.background=document.forms[0].cor1.value;
		document.getElementById('cor2').style.background=document.forms[0].cor2.value;
		document.getElementById('cor3').style.background=document.forms[0].cor3.value;
		document.getElementById('cor4').style.background=document.forms[0].cor4.value;
		document.getElementById('cor5').style.background=document.forms[0].cor5.value;
		document.getElementById('cor6').style.background=document.forms[0].cor6.value;
		document.getElementById('cor7').style.background=document.forms[0].cor7.value;
		document.getElementById('cor8').style.background=document.forms[0].cor8.value;
	} 



 function limpar(val){
	 var op = val;
	

	//CADASTRO USUARIO
	 if (op == "3"){
 			document.forms[0].nome.value="";
			document.forms[0].login.value="";
			document.forms[0].senha.value="";
			document.forms[0].codigo.value="";
	 }

	//CADASTRO COMUNICADO
	 if (op == "4"){
 			document.forms[0].titulo.value="";
			document.forms[0].comunicado.value="";
			document.forms[0].codigo.value="";
	 }
	 
	//CADASTRO CATEGORIA NOTICIA
	 if (op == "5"){
 			document.forms[0].categoria.value="";
			document.forms[0].codigo.value="";
	 }	 

	//CADASTRO GARANTIA
	 if (op == "6"){
		 	document.forms[0].periodo.value="";
 			document.forms[0].descricao.value="";
			document.forms[0].codigo.value="";
	 }	 
	 
	//CADASTRO REFLEXAO
	 if (op == "7"){
		 	document.forms[0].titulo.value="";
			document.forms[0].reflexao.value="";
			document.forms[0].codigo.value="";			
	 }		 

	//CADASTRO ACAO
	 if (op == "8"){
		 	document.forms[0].titulo.value="";
			document.forms[0].acao.value="";
			document.forms[0].codigo.value="";
	 }
	 
	//CADASTRO EDITORIAL
	 if (op == "9"){
		 	document.forms[0].titulo.value="";
			document.forms[0].editorial.value="";
			document.forms[0].codigo.value="";
	 }	 
	 
	//CADASTRO INSTITUCIONAL
	 if (op == "10"){
		 	document.forms[0].titulo.value="";
			document.forms[0].institucional.value="";
			document.forms[0].codigo.value="";
	 }	 

	//CADASTRO PROCESSO
	 if (op == "11"){
		 	document.forms[0].titulo.value="";
			document.forms[0].andamento.value="";
			document.forms[0].codigo.value="";
	 }
	 
	//CADASTRO CONVENIO
	 if (op == "12"){
			document.forms[0].titulo.value="";
			document.forms[0].arquivo.value="";
			document.forms[0].codigo.value="";
	 }	 	 
	//CADASTRO LEGISLACAO
	 if (op == "13"){
			document.forms[0].titulo.value="";
			document.forms[0].arquivo.value="";
			document.forms[0].codigo.value="";
	 }
	 
	//CADASTRO FILIACAO
	 if (op == "14"){
			document.forms[0].titulo.value="";
			document.forms[0].arquivo.value="";
			document.forms[0].codigo.value="";
	 }		 
	 
	//CADASTRO CATEGORIA FUNCIONAL
	 if (op == "15"){
 			document.forms[0].categoria.value="";
			document.forms[0].codigo.value="";
	 }		 
	//CADASTRO DIRETORIA
	 if (op == "16"){
 			document.forms[0].funcao.value="";
			document.forms[0].nome.value="";
			document.forms[0].cargo.value="";
			document.forms[0].email.value="";
			document.forms[0].codigo.value="";
	 }
	 
	//CADASTRO POPUP
	 if (op == "17"){
 			document.forms[0].descricao.value="";
			document.forms[0].link.value="";
			document.forms[0].imagem.value="";
			document.forms[0].arquivo.value="";
			document.forms[0].texto.value="";
			document.forms[0].codigo.value="";
	 }	 

	//CADASTRO NOTICIA
	 if (op == "18"){
 			document.forms[0].titulo.value="";
			document.forms[0].categoria.value="";
			document.forms[0].fonte.value="";
			document.forms[0].texto.value="";
			document.forms[0].imagem.value="";			
			document.forms[0].legenda.value="";
			document.forms[0].credito.value="";			
			document.forms[0].codigo.value="";
	 }	
	 
	//CADASTRO ENQUETE
	 if (op == "19"){
 			document.forms[0].pergunta.value="";
			document.forms[0].op1.value="";
			document.forms[0].op2.value="";
			document.forms[0].op3.value="";
			document.forms[0].op4.value="";
			document.forms[0].op5.value="";
			document.forms[0].op6.value="";
			document.forms[0].op7.value="";
			document.forms[0].op8.value="";			
			document.forms[0].cor1.value="";
			document.forms[0].cor2.value="";			
			document.forms[0].cor3.value="";			
			document.forms[0].cor4.value="";
			document.forms[0].cor5.value="";
			document.forms[0].cor6.value="";
			document.forms[0].cor7.value="";
			document.forms[0].cor8.value="";			
			document.forms[0].codigo.value="";
	 }
	 
	//CADASTRO ATAS
	 if (op == "39"){
			document.forms[0].titulo.value="";
			document.forms[0].arquivo.value="";
			document.forms[0].codigo.value="";
	 }	 
	 



 } 